← CBSE Class 12
Matrices
Chapter Overview
A matrix is a rectangular arrangement of numbers in rows and columns. Order is m x n. Types include row/column, square, diagonal, scalar, identity, and zero matrices. Operations include addition, scalar multiplication, and matrix multiplication (AB exists if columns of A = rows of B). Transpose, symmetric (A = AT), and skew-symmetric (A = -AT) matrices are covered.
Topics Covered
- Matrix Types
- Matrix Operations
- Matrix Multiplication
- Transpose
- Symmetric and Skew-Symmetric
- Invertible Matrices
- Elementary Transformations
Key Formulas
(AB)C = A(BC)
(A+B)T = AT + BT
(AB)T = BT AT
AA^-1 = A^-1A = I
Real-World Applications
Applications: Computer graphics (transformations), economics (input-output models), physics, machine learning.
Study Tips
Tip: Practice matrix multiplication by hand
Tip: Learn transpose properties
Tip: Understand when matrices commute