Chapter 3: Matrices
A matrix is a rectangular table of numbers. The idea looks simple, but the algebra of matrices , addition, multiplication, transpose, inverse , encodes nearly every linear transformation in science. The chapter introduces matrices as objects of arithmetic, defines their rules of combination, and uses them to package systems of linear equations into a single equation .
The reason matrices matter is that many real-world systems are linear in their unknowns. If you know how to set up and solve , you can handle everything from balancing chemical equations to fitting a regression line. In Class XII the focus is on and matrices and on the mechanics of computing , but the techniques scale to any size.
Two features distinguish matrix algebra from ordinary algebra. First, multiplication is not commutative: in general. Second, not every nonzero matrix has an inverse; only those with nonzero determinant do. These two facts force you to keep careful track of order and to develop intuition for when an operation is reversible.
Board questions in this chapter are heavy on calculation: add these matrices, multiply, find the inverse using elementary row operations, verify . JEE questions add structural twists: prove is invertible iff a certain matrix identity holds, or compute for large using the Cayley-Hamilton theorem (preview).
A practical tip: always read the size of a matrix first. The product exists iff the number of columns of equals the number of rows of . Many errors begin with a forgotten dimension check.
This chapter feeds directly into determinants (Chapter 4), which give a number summarising the matrix; and into systems of equations, which can be solved using matrix inverses.
What's inside
- Matrix definition and types , rectangular arrays, special shapes.
- Operations on matrices , addition, scalar multiplication, multiplication.
- Transpose and symmetric matrices , and the symmetric/skew decomposition.
- Elementary operations , row reductions.
- Invertible matrices , definition and computation by row operations.
Key results / Formula card
| Concept | Statement |
|---|---|
| Matrix | rows, columns |
| Square matrix | |
| Sum | defined iff same order |
| Product | , defined iff |
| Transpose | |
| Symmetric | |
| Skew-symmetric | |
| Decomposition | |
| Identity | , all s on the diagonal |
| Inverse | such that |
| Properties | , , |
Matrix multiplication is associative and distributive over addition, but not commutative.
How to read this chapter
Start with the definitions and types. Practise multiplication until you can do products in your head. Then learn elementary row operations and finding inverses; this skill becomes a staple in higher mathematics.