If $A$ is a $2\times 2$ matrix over $\Bbb R$ with $\det(A+I)=1+\det A$ then which is correct:
- $\det A=0$
- $A=0$
- $\text{trace A}=0$
- $A$ is singular.
let the eigen values of $A $ be $\lambda_1,\lambda_2$ then $\det (A+I)=(1+\lambda_1)(1+\lambda_2)$
Also $\det A=\lambda_1\lambda_2$
then $\det (A+I)=(1+\lambda_1)(1+\lambda_2)=1+\lambda_1\lambda_2\implies \lambda_1+\lambda_2=-1\implies $ trace(A)=-1
so $3$ is gone.
how to choose the right one?
pLease help
You made a mistake in your equation, it should have been $\lambda_1 + \lambda_2 = 0$.