What is the determinant of a matrix used for?

1 Answer
Jun 1, 2015

The determinant of a matrix AA helps you to find the inverse matrix A^(-1)A1.

You can know a few things with it :

  • AA is invertible if and only if Det(A) != 0Det(A)0.

  • Det(A^(-1)) = 1/(Det(A))Det(A1)=1Det(A)

  • A^(-1) = 1/(Det(A)) * ""^t((-1)^(i+j)*M_(ij))A1=1Det(A)t((1)i+jMij),

where tt means the transpose matrix of ((-1)^(i+j)*M_(ij))((1)i+jMij),

where ii is the n° of the line, jj is the n° of the column of AA,

where (-1)^(i+j)(1)i+j is the cofactor in the ii-th row and jj-th column of AA,

and where M_(ij)Mij is the minor in the ii-th row and jj-th column of AA.