Matrix Operations
Comprehensive notes, formulas, and practice questions for Matrix Operations.
Matrix Operations
Matrix Operations
What you'll learn
- How matrices represent rectangular arrays of numbers and why they are the language of linear systems, transformations, and JEE coordinate geometry.
- To add, subtract, and multiply matrices — including the non-commutative nature of matrix multiplication.
- To identify when operations are defined (matching orders) and when they are not.
- To apply matrix algebra to real problems: cost tables, network flows, and encoding simultaneous equations.
- To use the transpose and recognise special matrices: identity, zero, symmetric, and skew-symmetric.
Key concepts
Level 1 — Foundations
Verbal: A matrix is an ordered rectangular arrangement of numbers in rows and columns. An m × n matrix has m rows and n columns. Matrices generalise the idea of a single number to a table of numbers that can represent data, transformations, or coefficients of equations.
Symbolic: A = [aᵢⱼ] where i = 1…m, j = 1…n. Example: A = | 2 −1 | is 2×2; the entry in row 1, column 2 is −1. | 0 3 |
Types (NCERT Class 12):
| Type | Order | Example |
|---|---|---|
| Row matrix | 1 × n | [3 −2 5] |
| Column matrix | m × 1 | vertical stack of entries |
| Square matrix | m = n | 3×3 rotation matrix |
| Zero matrix O | any | all entries 0 |
| Identity I | n × n | diagonal 1s, rest 0 |
Equality: Two matrices are equal only if they have the same order and every corresponding entry is equal.
Level 2 — JEE / NEET depth
Addition / subtraction: Defined only when orders match. Add entry-wise: (A + B)ᵢⱼ = aᵢⱼ + bᵢⱼ. Subtraction is A − B = A + (−1)B.
Scalar multiplication: kA multiplies every entry by scalar k. Properties: (k + l)A = kA + lA; k(A + B) = kA + kB.
Matrix multiplication (critical for JEE): If A is m × n and B is n × p, then AB is m × p with (AB)ᵢₖ = Σⱼ aᵢⱼ bⱼₖ. The inner dimension n must match — this is the most common exam trap.
Properties:
| Property | Holds? | Note |
|---|---|---|
| A + B = B + A | Yes | Commutative |
| AB = BA | No | Order matters — always verify |
| A(BC) = (AB)C | Yes | Associative |
| A(B + C) = AB + AC | Yes | Left distributive |
Transpose Aᵀ: Swap rows and columns. (AB)ᵀ = BᵀAᵀ — order reverses on transpose of a product.
Applications: Encoding simultaneous equations Ax = b; rotation/reflection in 2D/3D geometry; Markov chains; adjacency matrices in graph theory.
Worked example
Multiply two 2×2 matrices
A = | 1 2 | B = | 3 0 |
| 0 −1 | | 1 4 |
Step 1 — Check orders: both 2×2 → product AB is 2×2.
Step 2 — Entry (1,1): (1)(3) + (2)(1) = 3 + 2 = 5.
Step 3 — Entry (1,2): (1)(0) + (2)(4) = 0 + 8 = 8.
Step 4 — Entry (2,1): (0)(3) + (−1)(1) = −1.
Step 5 — Entry (2,2): (0)(0) + (−1)(4) = −4.
Result: AB = | 5 8 |
| −1 −4 |
Verify AB ≠ BA for the same matrices
BA = | 3 0 | | 1 2 | = | 3 6 |
| 1 4 | | 0 −1 | | 1 −2 |
Compare: AB = | 5 8 | but BA = | 3 6 |
| −1 −4 | | 1 −2 |
Since corresponding entries differ, AB ≠ BA — matrix multiplication is not commutative.
Common mistakes
| Mistake | Why it happens | Fix |
|---|---|---|
| Multiplying 2×3 with 2×3 directly | Treats matrices like scalars | Inner dimensions must match: (m×n)(n×p) → m×p |
| Assuming AB = BA always | Habit from real numbers | Compute both products separately before claiming equality |
| Adding matrices of different orders | Ignoring row/column count | Check dimensions match before adding |
| Using (AB)ᵀ = AᵀBᵀ | Forgotten reversal rule | Correct identity: (AB)ᵀ = BᵀAᵀ |
Quick check
- State the order of a matrix with 3 rows and 4 columns.
- Can you add a 2×3 matrix to a 3×2 matrix? Justify.
- Compute the product of | 1 0 | and column | 2 |.
- If A is 2×3 and B is 3×4, what is the order of AB?
- Stretch: Prove (A + B)ᵀ = Aᵀ + Bᵀ for any compatible A, B using entry-wise definition.
NCERT Chapter 3 link: Matrix operations underpin every later topic in Class 12 Mathematics — determinants, inverses, and solving linear systems all assume fluency with addition, scalar multiplication, and especially matrix multiplication. NCERT Exercise 3.2 focuses on non-commutativity; always verify orders before multiplying.
Exam connections: JEE Main frequently tests (i) order compatibility, (ii) finding unknown matrix entries from AB = C, and (iii) proving identities like (A+B)² ≠ A²+2AB+B² unless A and B commute. For board exams, write dimensions explicitly in each step — examiners award partial credit for correct setup even if arithmetic slips.
Study strategy: Build a personal table of orders for chained products: (2×3)(3×4)(4×2) → final 2×2. Practice transpose problems separately — students often transpose before multiplying incorrectly. Link to physics: rotation matrices in 2D preserve length when orthogonal.
Study workflow and exam preparation
When studying Matrix Operations within Matrices & Determinants, start by listing every formula and definition on one page without looking at the textbook. Compare your list to NCERT — missing items indicate gaps to fix immediately. Work through at least two NCERT Examples for this section with steps written in full; examiners award method marks even when arithmetic slips.
For board exams (CBSE), long answers benefit from a clear structure: definition → explanation → diagram or formula → example → brief conclusion. Underline key terms. For JEE Main and NEET, prioritise conceptual traps and quick calculation paths; timed mixed quizzes of 10 questions after revision simulate exam pressure.
Cross-topic link: Coordinate geometry and vectors often combine with matrices; calculus links to physics kinematics problems.
Spaced revision: Review this note at 1 day, 3 days, and 7 days after first study. Attempt the Quick check questions closed-book, then open the Practice tab for graded reinforcement. Maintain an error log — repeated mistake patterns reveal whether the issue is concept, formula recall, or careless reading.
Diagram and terminology drill: For Mathematics, redraw key figures from memory and define every labelled part in one sentence. Vocabulary precision prevents mark loss in descriptive answers — use NCERT terms exactly as printed in the textbook.
Revision tip: Link this topic to adjacent Class 12 chapters before attempting mixed practice.
Open the Practice tab for graded questions on Matrix Operations.
Key Takeaways (TL;DR)
- What you'll learn
- Key concepts
- Worked example
- Common mistakes
Master this topic with Drishti OS
Get unlimited mock tests, AI-powered mentorship, and complete video courses when you join.
Start Free Practice