NDA Maths · Matrices & Determinants
Matrices: Order, Algebra, Powers & Equations
A matrix is a rectangular array of numbers; you add, scalar-multiply, multiply, transpose, raise to powers, and solve matrix equations — all governed by conformability and the fact that AB ≠ BA.
Why this matters
Thirty-three PYQs, mostly EASY–MODERATE — the foundation the whole chapter stands on. Questions test matrix order and multiplication conformability, counting matrices, powers and matrix polynomials (A² − kA − I = O), and the algebra traps that catch students who assume matrices behave like numbers. Master the eight concepts below and you bank the easy marks and stop losing the trap ones.
Concept 1 of 8
What a matrix is — order and types
Intuition
Definition
A matrix of order has rows and columns. Key types:
- Row / column matrix: a single row () or single column ().
- Square matrix: — only these have a determinant and (possibly) an inverse.
- **Null (zero) matrix :** every entry 0.
- Diagonal / scalar / identity: square matrices with entries only on the main diagonal (identity has 1s there).
Worked example
- The order must satisfy .
- Factor pairs of 12: .
- That is 6 possible orders.
Practice this concept4 quick reps
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Order of a matrix with 3 rows and 5 columns?
- 2.How many entries in a matrix?
- 3.Which matrices can have a determinant?
- 4.Possible orders for a matrix with 7 entries?
Concept 2 of 8
Equality, addition, and scalar multiplication
Intuition
Definition
Matrices are equal iff same order and for all . Addition is defined only for the same order, done entrywise. Scalar multiplication multiplies every entry by . Equating matrices entrywise is the standard way to solve for unknown entries.
Worked example
- Scalar-multiply: .
- Subtract entrywise: .
- Equate with : and .
- Solve: . (The off-diagonal entries 5 and 9 already match — a built-in consistency check.)
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Can you add a and a matrix?
- 2.— top-left entry?
- 3.If , find x, y.
- 4.Two matrices are equal when?
From the bank · past-year question
[Q11 · Sep · 2017]
Concept 3 of 8
Matrix multiplication and conformability
Intuition
Definition
; the product is defined only when 's column count equals 's row count. Entry . In general . The quadratic form is (a scalar).
Order of a product
Worked example
- : inner dims match → order = outer dims = .
- : inner dims would be 2 ('s columns) vs 4 ('s rows) — , so is undefined.
- exists but does not — another way .
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Order of ?
- 2.Can you compute ?
- 3.Is in general?
- 4.Order of ?
From the bank · past-year question
[Q41 · Apr · 2020]
Concept 4 of 8
Counting matrices
Intuition
Definition
By entries: an matrix has entries; if each is chosen from a set of values, there are such matrices. By order: the number of possible orders for a matrix with exactly entries equals the number of (ordered) factor pairs of , i.e. the number of divisors of .
Worked example
- A matrix has 4 entries.
- Each entry independently is 1 or 2 → 2 choices each.
- Total .
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Number of matrices with entries from ?
- 2.Number of matrices with entries 0 or 1?
- 3.Orders possible for a matrix with 6 entries?
- 4.Number of matrices with entries from ?
From the bank · past-year question
[Q47 · Sep · 2021]
Concept 5 of 8
Transpose and its rules
Intuition
Definition
. Rules: ; ; ; and **** (order reverses). has the transposed order: an matrix transposes to .
Transpose of a product (reversal law)
Worked example
- (1) Transpose distributes over addition → TRUE.
- (2) Transpose of a product REVERSES order: , not → FALSE.
Practice this concept4 quick reps
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.
- 2.
- 3.Transpose order of a matrix?
- 4.
From the bank · past-year question
[Q28 · Sep · 2018]
Concept 6 of 8
Powers of a matrix
Intuition
Definition
For square : , . Look for cycles: e.g. a swap matrix squares to , so even powers are . A rotation by to the th power is rotation by .
Worked example
- .
- .
- (Pattern: .)
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.
- 2.If , what is ?
- 3.Rotation by , raised to power , is rotation by?
- 4.If , what is ?
From the bank · past-year question
[Q38 · Apr · 2017]
Concept 7 of 8
Matrix polynomials and equations
Intuition
Definition
Expressions like , are evaluated by substituting powers of . For a matrix, Cayley–Hamilton gives where is the trace and the determinant — the fastest route to the constant in problems.
Cayley–Hamilton (2×2)
Worked example
- Trace ; determinant .
- Cayley–Hamilton: , i.e. .
- Compare with : .
Practice this conceptself-check · 4 quick reps
Try it yourself
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Cayley–Hamilton constant in for 2×2 — k is the?
- 2.If , then equals?
- 3.If , what is ?
- 4.Trace of ?
From the bank · past-year question
[Q26 · Apr · 2018]
Concept 8 of 8
Matrix algebra — where numbers' rules break
Intuition
Definition
Because in general:
- , which equals only if .
- .
- is possible with both and (zero divisors exist).
Transpose/adjoint/inverse of a product all reverse order.
Worked example
- Expand: .
- This equals only if , i.e. .
- Since matrices generally don't commute, the identity fails in general.
Practice this concept4 quick reps
Practice — Level 1 (4 reps)
Quick reps to lock in the method. Try each, then check.
- 1.Does imply or ?
- 2.requires?
- 3.expands to?
- 4.Is generally true?
From the bank · past-year question
[Q35 · Sep · 2018]
Don't import into matrices
Summary — formulas & gotchas at a glance
A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.
Formulas (3)
- Matrix multiplication and conformability
Order of a product
- Transpose and its rules
Transpose of a product (reversal law)
- Matrix polynomials and equations
Cayley–Hamilton (2×2)
Watch out for (1)
- Don't import into matrices→ Matrix algebra — where numbers' rules break
Mastery check — 5 interleaved questions
Try each one before clicking. Questions are interleaved across the concepts above, not grouped — interleaving sharpens transfer.
[Q1 · Sep · 2024]
[Q12 · Apr · 2021]
[Q98 · Sep · 2017]
[Q30 · Sep · 2021]
[Q8 · Apr · 2022]
Drill every past-year question on this subtopic
33 questions from the bank — paginated, with cart and Word-export support.