Determinant of Matrix (I + A).

201 Views Asked by At

Let $A$ be a square matrix such that $AA^T = I$. If $\det{A} < 0$, find $\det{A}$ and $\det{(I + A)}$.

I managed to get $\det{A} = -1$ but had difficulties when trying to calculate $\det{(I + A)}$.

1

There are 1 best solutions below

0
On

$$1=\det(I)=\det(AA^t)=\det(A)^2\Rightarrow \det(A)=-1.$$

$$\det(I+A)=\det(AA^t+A)=\det(A)\det(I+A^t)=\det(A)\det((I+A)^t)=-\det(I+A)\Rightarrow \det(I+A)=0.$$