So I came across the formula that $\det(-A)=(-1)^n \cdot det(A)$, where $n$ is the number of columns/rows of A. I know how you get the formula by Laplace's formula and only described in words somehow, but I would also like a formal proof of it.
Asked
Active
Viewed 3,112 times
0
-
3Its better to think of it as $\det(cA)=c^n\cdot\det(A)$ – Jan 10 '16 at 23:53
1 Answers
2
$-A=(-I)A=\begin{pmatrix}-1&0&\dots&0\\0&-1&\dots&0\\\vdots&\vdots&\ddots&\vdots\\0&0&\dots&-1\end{pmatrix}A,\;$ so $\det(-A)=\det(-I)\det A=(-1)^n\det A$.
Bernard
- 175,478