When can a determinant be defined?
For a square matrix only (i.e. m = n).
What happens when two rows/columns are interchanged?
The determinant is multiplied by -1.
What happens when all values in a row or column are 0?
The determinant is 0.
What happens when two columns or rows are multiples of each other?
The determinant = 0.
det(A^T)
det(A)
det(A*B)
det(A)*det(B)
det(I)
1
An m*n matrix has rank r > or = 1 iff:
When does r = n (for a square matrix)?
Iff det(A) ~= 0. Therefore A*x = b has a unique solution iff det(A) ~= 0.
How do you invert a matrix using determinants?
It is the transpose of adj(A) divided by det(A).