If there is $n \times n$ matrix $A$, and $A^2= - I$?
Can anyone explain me why there exists no real eigenvalues? and $\det A=1$?
If there is $n \times n$ matrix $A$, and $A^2= - I$?
Can anyone explain me why there exists no real eigenvalues? and $\det A=1$?
I assume that $A$ is a matrix with real coefficients. Let $\lambda$ be a real eigenvalue and $X\in\mathbf{R}^n$, $X\not=0$ an eigenvector : $A X = \lambda X$. Then $-X = A^2 X = A ( A X ) = A (\lambda X) = \lambda A X = \lambda^2 X$, and then $\lambda^2 = -1$ as $X\not = 0$, which is impossible as $\lambda$ is real
Assuming you mean given a matrix $A$ such that $A^2 = -I$ show there are no real eigenvalues, here is how: Let $e$ be an eighenvalue of $A$, and ${\bf v}$ its corresponding eigenvector. Then $$ A{\bf v} = e{\bf v} $$ $$ -I{\bf v}=A^2{\bf v} = A(A{\bf v}e{\bf v}) = A(e{\bf v}) = e(A{\bf v}) = e^2{\bf v}$$ So $e^2 = -1$ and the egenvector is not real.