- det(kA) = det(A) -- #1 trap, n is the order
- det() = det(A), det(AB) = det(A)det(B)
- adj(A) = TRANSPOSE of cofactor matrix
- A * adj(A) = det(A) * I
- det(adj(A)) = det(A)^(n-1)
- adj(adj(A)) = det(A)^(n-2) * A
- A^(-1) = adj(A), exists only when det != 0
- (AB)^(-1) = B^(-1)A^(-1) -- reversal law
- Cayley-Hamilton (2x2): - (tr A)A + (det A)I = O
- Skew-symmetric odd order: det = 0 always
- Vandermonde det = (a-b)(b-c)(c-a)
- D != 0: unique solution (Cramer's Rule)
- D = 0, all = 0: infinite solutions
- D = 0, some != 0: no solution
- Homogeneous: non-trivial iff det = 0
- AB = O does NOT mean A = O or B = O
- Matrix multiplication: associative but NOT commutative
- Orthogonal: A^(-1) = , det = +/-1
- Idempotent: eigenvalues 0 or 1, tr = rank
- For triangular matrices: det = product of diagonal entries
Part of ALG-01 — Matrices & Determinants
Rapid Revision Bullets
Want to generate AI summaries of your own documents? NoteTube turns PDFs, videos, and articles into study-ready summaries.
Sign up free to create your own