Matrices • Class 12 Mathematics • NCERT • CBSE
Matrix multiplication AB is possible only if columns of A = rows of B. If A is m×n and B is n×p, then AB is m×p. Properties: AB ≠ BA (not commutative); A⁻¹ = adj(A)/|A|. For 2×2 matrix [[a,b],[c,d]], |A| = ad−bc, A⁻¹ = (1/|A|)[[d,−b],[−c,a]].
det([[a,b],[c,d]]) = ad − bc
A⁻¹ = adj(A)/|A|
(AB)ᵀ = BᵀAᵀ
(AB)⁻¹ = B⁻¹A⁻¹
AX = B → X = A⁻¹B
GyanAI's AI tutor can answer any question about this topic instantly. Try GyanAI free for step-by-step NCERT solutions aligned with the CBSE curriculum.