Prove that $\operatorname{det}A = \lambda_1 \dots \lambda_n.$

determinanteigenvalues-eigenvectorslinear algebra

Here is the question I am trying to solve:

Let $A$ be an $n \times n$-matrix, with eigenvalues $\lambda_1, \dots , \lambda_n.$ Prove that $$\operatorname{det}A = \lambda_1 \dots \lambda_n.$$

My thoughts:

I know that the eigenvalues will give us an $n \times n$ diagonal matrix with the eigenvalues being the diagonal entries but I do not know how can I prove this. Also I know that the determinant of a diagonal matrix is the product of its diagonal entries but I do not know how to prove this either.

Could someone help me in solving this exercise please?

Best Answer

Let $A$ be an $n \times n$-matrix, with eigenvalues $\lambda_1, \dots , \lambda_n.$

$$P(\lambda)=\operatorname{det}(A - \lambda I_n)= (\lambda_1 - \lambda)(\lambda_2 - \lambda) \dots (\lambda_n - \lambda).$$ $$\operatorname{det}(A)=P(0)= \operatorname{det}(A - 0I_n)=(\lambda_1 - 0)(\lambda_2 - 0) \dots (\lambda_n - 0)= \lambda_1 \dots \lambda_n$$

If $\lambda$ = $0$, $\lambda I_n = O$, where $O$ is a null matrix. Then $A - 0I_n$=$A-O$=$A$

Related Question