A general way to compute it is, If If is an matrix where , If is an matrix where , means the element at the row and the column. means the Matrix if you drop (get rid of) the row and the column.
Deriving it for a Say we have
Using a Cofactor
The determinant of a matrix can be computed down any row or column of the matrix.
For example, down the column the determinant is:
This would be useful for a matrix with a few 0’s. Say find We will use the first column due to the 3 zeros.
Triangular Matrices
The determinant of a triangular matrix is the product of the entries on the main diagonal.
Row Operations
Replacement/Addition
Add a multiple of one row to another. This does effect the determinant.
Interchange
Interchange two rows to make B. One swap means, . Two One swap means, . We can continue this pattern
Scaling
Multiply a row by a non-zero scalar to make B.
Invertibility
Properties
- (Transpose).
- A is invertible if and only if .
- .
- If A is invertible, then .
Geometric interpretation
TLDR
Area of parallelogram spanned by the columns columns of an matrix is .
The volume of the parallelepiped spanned by the columns of an matrix is .
Linear Transformations
If we have , and is a parallelogram in , then:
This can be extended to higher dimensions.