Let $A$ be a square matrix of order 2 such that $AA^T=I$. If $\det(A) < 0$, find $\det(I+A)$.
I managed to find $\det(A)$ which is $-1$, but I do not know how to proceed from here. Help is much appreciated.
Let $A$ be a square matrix of order 2 such that $AA^T=I$. If $\det(A) < 0$, find $\det(I+A)$.
I managed to find $\det(A)$ which is $-1$, but I do not know how to proceed from here. Help is much appreciated.
Note that $$ \det(I+A)= \det(A^TA + A)= \det(A^T + I)\det(A)=\\ \det(I+A)\det(A) $$
$AA^{t}=I$ gives that matrix $A$ is symmetric and orthogonal matrix. Therefore condition det$A<0$ gives, eigen values of $A$ are $1$ and $-1$ and hence that of $I+A$ are $0$ and $2$. So $$|I+A|=0.$$