Class 12 · Chapter 3 · Algebra unit (10 of 80 marks)
Matrices Class 12: notes and important questions
Revision notes, 40 board-style questions with the step marks shown, and a four-step route from the basics to 95+, each step ending in a short checkpoint.
40 questions
12 multiple choice, 3 assertion–reason, 9 very short answer, 8 short answer, 5 long answer, 3 case study
About 7 hours to master
Unit II Algebra (Matrices + Determinants): 10 marks of the 80-mark paper — CBSE Curriculum 2025-26 Mathematics (041), https://cbseacademic.nic.in/web_material/CurriculumMain26/SrSec/Maths_SrSec_2025-26.pdf.
Revision notes
Matrices — revision notes
1. Order, construction and types
An \(m \times n\) matrix has \(m\) rows and \(n\) columns; \(a_{ij}\) sits in row \(i\), column \(j\). A matrix with \(k\) elements can have order \(m \times n\) for every factor pair \(mn = k\).
Types: row, column, square, diagonal (\(a_{ij} = 0\) for \(i \ne j\)), scalar (diagonal with equal diagonal entries, \(kI\)), identity \(I\), zero matrix \(O\).
Equal matrices: same order and equal corresponding entries — equate entries to get equations.
2. Operations
\(A + B\) and \(kA\): entry by entry, same order only. \(A + B = B + A\), \(k(A + B) = kA + kB\).
\(AB\) is defined when (columns of \(A\)) = (rows of \(B\)); \((m \times n)(n \times p) = m \times p\). Entry \((i, j)\) = row \(i\) of \(A\) · column \(j\) of \(B\).
Associative and distributive, but not commutative: in general \(AB \ne BA\), so \((A + B)^2 = A^2 + AB + BA + B^2\).
\(AB = O\) does not force \(A = O\) or \(B = O\) (e.g. \(\begin{bmatrix}1&0\\0&0\end{bmatrix}\begin{bmatrix}0&0\\1&0\end{bmatrix} = O\)).
3. Transpose, symmetric and skew-symmetric matrices
To test a product, take its transpose and use \((XY)^T = Y^TX^T\) with \(A^T = \pm A\).
4. Invertible matrices
\(B\) is the inverse of square \(A\) if \(AB = BA = I\). The inverse is unique: \(B = B(AC) = (BA)C = C\).
\((AB)^{-1} = B^{-1}A^{-1}\). If \(A\) satisfies \(A^2 + pA + qI = O\) with \(q \ne 0\), then \(A\left(-\tfrac1q(A + pI)\right) = I\).
If \(A\) is invertible and \(AX = C\), then \(X = A^{-1}C\).
Worked example 1
\(A = \begin{bmatrix}1&3\\0&1\end{bmatrix}\): \(A^2 = \begin{bmatrix}1&6\\0&1\end{bmatrix}\), and in general \(A^n = \begin{bmatrix}1&3n\\0&1\end{bmatrix}\) (each multiplication adds \(3\) to the corner).
Worked example 2
If \(A\) is symmetric, \(B^TAB\) is symmetric: \((B^TAB)^T = B^TA^T(B^T)^T = B^TAB\).
Worked example 3
\(A = \begin{bmatrix}4&-1\\2&1\end{bmatrix}\) satisfies \(A^2 - 5A + 6I = O\) (check: \(A^2 = \begin{bmatrix}14&-5\\10&-1\end{bmatrix}\)). So \(A(5I - A) = 6I\) and \(A^{-1} = \tfrac16\begin{bmatrix}1&1\\-2&4\end{bmatrix}\).
Common errors
Writing \((AB)^T = A^TB^T\) — the order must reverse.
Expanding \((A + B)^2\) as \(A^2 + 2AB + B^2\) or cancelling: \(AB = AC\) does not give \(B = C\) unless \(A\) is invertible.
Multiplying matrices whose orders do not match, or mixing up rows × columns when stating an order.
Checking only \(AB = I\) when the question asks you to verify an inverse: show \(BA = I\) as well.
Forgetting that a skew-symmetric matrix has zero diagonal.
Board-exam tips
Write the order of each product before multiplying — it catches most errors.
In “show that” questions, show the full matrix after each multiplication; step marks are given for \(A^2\) and for the final combination separately.
Elementary row operations are not in the current syllabus; use the definition \(AB = BA = I\) or a polynomial identity.
Topics in this chapter: Matrix, order and construction · Types of matrices and equality · Matrix multiplication and its properties · Transpose of a matrix · Symmetric and skew-symmetric matrices · Invertible matrices · Addition and scalar multiplication.
Route to 95: four steps
Work through the steps in order. Take each checkpoint closed book, about 1.5 minutes per mark; pass at 80% to move on. Two misses in a row means going back one step.
Step 1
Secure the basics
Read and construct matrices, state orders, use equality, add, scale and multiply matrices correctly.
Read first: 1. Order, construction and types; 2. Operations6 practice questions · checkpoint: 3 questions, 5 marks, pass 80%
Original questions in the board's styles. Multiple-choice answers are checked as you go; for written answers, compare your working with the step mark scheme and record your marks. 5 of the 40 are competency-based (case studies and questions set in a real-life situation): the "Competency-based" button shows just those.
Q1·1 mark·Multiple choiceTypes of matrices and equality
The \(3 \times 3\) matrix \(A = [a_{ij}]\) with \(a_{ij} = i^2 - j^2\) is
(a)a skew-symmetric matrix
(b)a symmetric matrix
(c)a diagonal matrix
(d)a scalar matrix
Q2·1 mark·Multiple choiceMatrix multiplication and its properties
\(A\), \(B\), \(C\) are matrices of orders \(2 \times 3\), \(3 \times 2\) and \(2 \times 2\) respectively. Which of the following is defined?
(a)\(AC\)
(b)\(BA + C\)
(c)\(AB + C\)
(d)\(CB\)
Q3·1 mark·Multiple choiceTypes of matrices and equality
If \(\begin{bmatrix}2x - y & 3\\ x + y & z\end{bmatrix} = \begin{bmatrix}5 & 3\\ 7 & 2z - 4\end{bmatrix}\), then \(x + y + z\) equals
(a)\(9\)
(b)\(11\)
(c)\(15\)
(d)\(7\)
Where marks are lost in Matrices
Writing (AB)ᵀ = AᵀBᵀ. Fix: always reverse the order, (AB)ᵀ = BᵀAᵀ, and check the orders of the factors.
Expanding (A + B)² as A² + 2AB + B². Fix: write A² + AB + BA + B² and only combine if AB = BA is given.
Arithmetic slips in 3×3 products that wreck the rest of a 5-mark answer. Fix: write each entry as a row·column sum and re-check one row by a second method (e.g. trace or a column sum).
Stating the order as columns × rows. Fix: order is always rows × columns; write the order of every product before multiplying.
Verifying an inverse with only AB = I. Fix: show both AB = I and BA = I (one line each).
Decomposition answers where the "skew" part has non-zero diagonal. Fix: check P = Pᵀ, Qᵀ = −Q and P + Q = A before moving on.
Using elementary row operations (deleted) and losing time. Fix: use the definition or a polynomial identity A² + pA + qI = O.
Matrices in our sample papers
Once step 3 is passed, test the chapter inside a full timed paper on the 2026-27 pattern (original papers by us, not official CBSE papers).