How to prove the value of a "negative" matrix

3.1k Views Asked by At

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.

1

There are 1 best solutions below

0
On BEST ANSWER

$-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$.