0

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.

CryoDrakon
  • 3,392

1 Answers1

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