Matrices & Determinants Formulas
All key formulas grouped by subtopic. Each one has a quick reminder and common mistakes to watch for.
Determinant of 2×2 Matrix
#1💡 Product of main diagonal minus product of off-diagonal.
Determinant of 3×3 Matrix
#2💡 Expand along the row/column with most zeros to simplify calculation.
Determinant of Product
#3💡 Works for square matrices of same order. Also |A^n| = |A|^n.
Adjoint and Inverse
#4💡 adj(A) = transpose of cofactor matrix. |adj(A)| = |A|^{n-1} for n×n matrix.
Scalar Multiple of Determinant
#5💡 Each of the n rows gets multiplied by k, so the determinant picks up k^n.
Cramer's Rule
#6💡 D ≠ 0: unique solution. D = 0 and all Dᵢ = 0: infinite or no solutions. D = 0 and some Dᵢ ≠ 0: no solution.
Characteristic Equation (2×2)
#7💡 tr(A) = sum of diagonal elements = sum of eigenvalues. |A| = product of eigenvalues.
Cayley-Hamilton Theorem
#8💡 For 2×2: A² - tr(A)·A + |A|·I = O. Use this to express A⁻¹ in terms of A and I.
Orthogonal Matrix
#9💡 Rotation matrices are orthogonal. If det = 1, it's a proper rotation.
Nested Adjoint
#10💡 For adj applied k times: det = |A|^{(n-1)^k}. Very common in JEE numerical problems.