Class 12 Matrices & Determinants: Shortcuts & Solved Examples (2027)
Tushar Parik
Author
Matrices & Determinants = 13 Marks in CBSE Class 12 Maths
In the CBSE Class 12 Mathematics board exam, Matrices and Determinants together carry 13 marks out of 80 — roughly 16% of the theory paper. These two chapters form the foundation of linear algebra and appear as MCQs, short-answer derivations, and long-answer solved problems involving inverse, adjoint, and systems of linear equations. The best part? These chapters are highly formulaic: learn the patterns, practise the shortcuts, and full marks are virtually guaranteed. This guide covers every matrix type, determinant property, Cramer's rule, cofactor expansion trick, and solved example you need to score full marks in the 2027 board exam.
In This Article
- Marks Weightage & Blueprint (2026-27)
- Types of Matrices & Their Properties
- Matrix Operations & Shortcuts
- Determinants: Properties & Expansion Tricks
- Shortcuts for 3×3 Determinants
- Adjoint & Inverse of a Matrix
- System of Linear Equations & Cramer's Rule
- Solved Examples (Board-Level)
- Common Mistakes That Cost Marks
- Frequently Asked Questions
Marks Weightage & Blueprint (2026-27)
The CBSE Class 12 Maths theory paper carries 80 marks. Matrices and Determinants fall under Unit II (Algebra), which is allocated 13 marks. Here is how the marks are typically distributed based on the official blueprint and previous year paper analysis:
| Chapter | Marks | Question Types | Key Topics |
|---|---|---|---|
| Matrices (Ch 3) | 5 | MCQ, SA | Types, operations, transpose, symmetric/skew-symmetric |
| Determinants (Ch 4) | 8 | MCQ, SA, LA | Properties, cofactors, adjoint, inverse, system of equations |
| Total (Unit II: Algebra) | 13 | — | Inverse of a matrix & solving linear equations are the highest-weighted topics |
Key insight: The 5-mark long-answer question almost always asks you to find the inverse of a 3×3 matrix using the adjoint method or to solve a system of three linear equations using matrix method. Master these two problem types and 5 marks are secured.
Types of Matrices & Their Properties
CBSE tests matrix types through MCQs and 1-mark questions. Knowing the definitions precisely is non-negotiable. Here is a complete reference:
| Matrix Type | Definition | Key Property |
|---|---|---|
| Row Matrix | Only one row (1 × n) | Also called row vector |
| Column Matrix | Only one column (m × 1) | Also called column vector |
| Square Matrix | Number of rows = number of columns (n × n) | Only square matrices have determinants |
| Diagonal Matrix | All non-diagonal elements are zero | det = product of diagonal elements |
| Scalar Matrix | Diagonal matrix with all diagonal elements equal | kI where k is the scalar |
| Identity Matrix (I) | Diagonal elements = 1, rest = 0 | AI = IA = A; det(I) = 1 |
| Zero/Null Matrix | All elements are zero | A + O = A; det(O) = 0 |
| Symmetric Matrix | AT = A (aij = aji) | A + AT is always symmetric |
| Skew-Symmetric | AT = −A (aij = −aji) | Diagonal elements = 0; A − AT is always skew-symmetric |
| Singular Matrix | det(A) = 0 | Inverse does not exist |
Important result (frequently tested as MCQ): Every square matrix A can be uniquely expressed as the sum of a symmetric and a skew-symmetric matrix: A = ½(A + AT) + ½(A − AT). This decomposition is a favourite 2-mark question.
Matrix Operations & Shortcuts
Matrix operations are tested in MCQs and 2-mark questions. Here are the rules with shortcuts that save exam time:
- Addition/Subtraction: Only possible when matrices have the same order. Add/subtract corresponding elements: (A ± B)ij = aij ± bij.
- Scalar Multiplication: Multiply every element by the scalar: (kA)ij = k · aij. Shortcut: det(kA) = kn det(A) for an n×n matrix — do not make the common mistake of writing k · det(A).
- Matrix Multiplication: A(m×n) × B(n×p) = C(m×p). The number of columns in A must equal rows in B. Shortcut: For 2×2 matrices, each element of the product requires exactly 2 multiplications and 1 addition. Practise mental multiplication for 2×2 matrices — it saves 2-3 minutes per problem.
- Transpose Properties: (AT)T = A; (AB)T = BTAT; (kA)T = kAT. The order reversal in (AB)T is a frequent MCQ trap.
- Power of a Matrix: A2 = A · A. For idempotent matrices (A2 = A), An = A for all n ≥ 1. For involutory matrices (A2 = I), An = I if n is even, A if n is odd.
Examiner tip: Matrix multiplication is NOT commutative (AB ≠ BA in general). However, it IS associative: (AB)C = A(BC). CBSE tests this distinction in MCQs and assertion-reason questions.
Determinants: Properties & Expansion Tricks
Determinants carry the bulk of marks in this unit. The 10 properties of determinants are critical for simplifying problems before expansion:
- Transpose: |AT| = |A|. The determinant is unchanged when rows and columns are interchanged.
- Row/Column interchange: Swapping any two rows (or columns) changes the sign of the determinant.
- Identical rows/columns: If two rows (or columns) are identical, the determinant is zero.
- Scalar multiple of a row: Multiplying all elements of one row by k multiplies the determinant by k.
- Scalar multiple of matrix: |kA| = kn|A| for an n×n matrix. This is the most misunderstood property.
- Sum property: If each element of a row is the sum of two terms, the determinant can be expressed as the sum of two determinants.
- Row/Column operation: Adding a scalar multiple of one row to another does not change the determinant: Ri → Ri + kRj.
- Product: |AB| = |A| · |B|. Extremely useful for MCQs.
- Triangular matrix: The determinant of a triangular matrix equals the product of its diagonal elements.
- Zero row/column: If any row or column consists entirely of zeros, the determinant is zero.
Cofactor expansion for a 2×2 matrix: For A = [[a, b], [c, d]], det(A) = ad − bc. This should be instant — no thinking needed.
Cofactor expansion for a 3×3 matrix: Expand along the row or column with the most zeros to minimise calculations. The standard expansion along the first row is:
|A| = a11(a22a33 − a23a32) − a12(a21a33 − a23a31) + a13(a21a32 − a22a31)
Shortcuts for 3×3 Determinants
These shortcuts can cut your solving time by 40-60% on board exam determinant problems:
Shortcut 1: Sarrus' Rule
Copy the first two columns to the right of the matrix. Add the three downward-diagonal products; subtract the three upward-diagonal products. This gives the determinant in one step. Caution: Works ONLY for 3×3. Never apply to 4×4 or higher.
Shortcut 2: Row/Column Operations First
Before expanding, use Ri → Ri − Rj or Ci → Ci − Cj to create zeros. More zeros = fewer terms to compute. A column or row with two zeros reduces the expansion to a single 2×2 determinant.
Shortcut 3: Factor Out Common Elements
If a row or column has a common factor, take it out first. This simplifies the numbers inside the determinant. For example, if row 2 is [6, 12, 18], factor out 6 so it becomes 6 × [1, 2, 3]. The determinant is multiplied by 6.
Cofactor expansion trick (exam-critical): Always scan all three rows and all three columns before choosing which to expand along. The row or column with the most zeros is the best choice. If R2 = [0, 5, 0], expanding along R2 gives you only one non-zero term to compute — instant 3×3 determinant.
Adjoint & Inverse of a Matrix
This section covers the most important 5-mark question type in the entire unit. The inverse of a matrix using the adjoint method is tested in 4 out of 5 board exams.
Cofactor & Adjoint:
- Minor (Mij): The determinant of the submatrix obtained by deleting row i and column j.
- Cofactor (Aij): Aij = (−1)i+j Mij. The sign alternates in a checkerboard pattern: +, −, +, −, ...
- Adjoint: adj(A) = transpose of the cofactor matrix. Write cofactors in their positions, then transpose the entire matrix.
Inverse formula:
A−1 = (1/|A|) · adj(A)
Conditions: A−1 exists if and only if |A| ≠ 0 (i.e., A is non-singular). If |A| = 0, the matrix is singular and has no inverse.
Key Properties of Adjoint and Inverse:
- A · adj(A) = adj(A) · A = |A| · I
- |adj(A)| = |A|n−1 for an n×n matrix
- (AB)−1 = B−1A−1 (order reverses, just like transpose)
- (AT)−1 = (A−1)T
- |A−1| = 1/|A|
- For a 2×2 matrix [[a, b], [c, d]]: adj(A) = [[d, −b], [−c, a]] — swap diagonals, negate off-diagonals
2×2 inverse shortcut: For A = [[a, b], [c, d]], A−1 = (1/(ad−bc)) [[d, −b], [−c, a]]. This takes under 30 seconds. Memorise it.
System of Linear Equations & Cramer's Rule
This is the highest-scoring topic in the entire unit. A system of three linear equations in three unknowns can be solved using two methods — the matrix method and Cramer's rule.
Matrix Method (AX = B)
For a system of equations: a1x + b1y + c1z = d1, a2x + b2y + c2z = d2, a3x + b3y + c3z = d3:
- Write in matrix form: AX = B, where A is the coefficient matrix, X = [[x], [y], [z]], B = [[d1], [d2], [d3]].
- Find |A|. If |A| ≠ 0, the system has a unique solution.
- Find adj(A) by computing all 9 cofactors and transposing.
- Compute A−1 = (1/|A|) · adj(A).
- Solution: X = A−1B. Multiply A−1 by B to get x, y, z.
Cramer's Rule
Cramer's rule provides a direct formula without computing the inverse. For the same system AX = B:
x = D1/D, y = D2/D, z = D3/D
Where D = |A| (determinant of coefficient matrix), D1 = determinant with column 1 replaced by B, D2 = determinant with column 2 replaced by B, D3 = determinant with column 3 replaced by B.
Consistency of the System:
- |A| ≠ 0: Unique solution exists (consistent system). Use matrix method or Cramer's rule.
- |A| = 0 and (adj A)B ≠ O: No solution (inconsistent system).
- |A| = 0 and (adj A)B = O: Infinitely many solutions or no solution. Need further investigation.
When to use which method: If the question says “using matrix method,” compute A−1. If it says “using Cramer's rule,” compute D, D1, D2, D3. If no method is specified, Cramer's rule is faster for a 3-variable system because you compute four 3×3 determinants instead of nine 2×2 cofactors plus a matrix multiplication.
Solved Examples (Board-Level)
Here are representative board-exam-level problems with step-by-step solutions that cover the most common question types:
Example 1: Express a Matrix as Sum of Symmetric and Skew-Symmetric (2 marks)
Problem: Express A = [[3, −4], [1, −1]] as the sum of a symmetric and a skew-symmetric matrix.
Step 1: Find AT = [[3, 1], [−4, −1]]
Step 2: Symmetric part P = ½(A + AT) = ½[[6, −3], [−3, −2]] = [[3, −3/2], [−3/2, −1]]
Step 3: Skew-symmetric part Q = ½(A − AT) = ½[[0, −5], [5, 0]] = [[0, −5/2], [5/2, 0]]
Step 4: Verify: P + Q = [[3, −4], [1, −1]] = A ✓
Example 2: Find Inverse Using Adjoint Method (5 marks)
Problem: Find the inverse of A = [[2, −3, 5], [3, 2, −4], [1, 1, −2]] using the adjoint method.
Step 1: Find |A|. Expanding along R1:
|A| = 2(2×(−2) − (−4)×1) − (−3)(3×(−2) − (−4)×1) + 5(3×1 − 2×1)
= 2(−4 + 4) + 3(−6 + 4) + 5(3 − 2) = 2(0) + 3(−2) + 5(1) = 0 − 6 + 5 = −1
Since |A| = −1 ≠ 0, the inverse exists.
Step 2: Find cofactors.
A11 = +(2×(−2) − (−4)×1) = 0 A12 = −(3×(−2) − (−4)×1) = 2 A13 = +(3×1 − 2×1) = 1
A21 = −((−3)(−2) − 5×1) = −1 A22 = +(2×(−2) − 5×1) = −9 A23 = −(2×1 − (−3)×1) = −5
A31 = +((−3)(−4) − 5×2) = 2 A32 = −(2×(−4) − 5×3) = 23 A33 = +(2×2 − (−3)×3) = 13
Step 3: Form adj(A) (transpose of cofactor matrix):
adj(A) = [[0, −1, 2], [2, −9, 23], [1, −5, 13]]
Step 4: A−1 = (1/|A|) · adj(A) = −1 · adj(A)
A−1 = [[0, 1, −2], [−2, 9, −23], [−1, 5, −13]]
Example 3: Solve System of Equations Using Cramer's Rule (5 marks)
Problem: Solve x + 2y + z = 7, x + 3z = 11, 2x − 3y = 1 using Cramer's rule.
Step 1: Identify the coefficient matrix and compute D.
A = [[1, 2, 1], [1, 0, 3], [2, −3, 0]], B = [[7], [11], [1]]
D = |A| = 1(0 + 9) − 2(0 − 6) + 1(−3 − 0) = 9 + 12 − 3 = 18
Step 2: Compute D1, D2, D3.
D1 (replace column 1 with B) = |[[7, 2, 1], [11, 0, 3], [1, −3, 0]]| = 7(0 + 9) − 2(0 − 3) + 1(−33 − 0) = 63 + 6 − 33 = 36
D2 (replace column 2 with B) = |[[1, 7, 1], [1, 11, 3], [2, 1, 0]]| = 1(0 − 3) − 7(0 − 6) + 1(1 − 22) = −3 + 42 − 21 = 18
D3 (replace column 3 with B) = |[[1, 2, 7], [1, 0, 11], [2, −3, 1]]| = 1(0 + 33) − 2(1 − 22) + 7(−3 − 0) = 33 + 42 − 21 = 54
Step 3: Compute x, y, z.
x = D1/D = 36/18 = 2, y = D2/D = 18/18 = 1, z = D3/D = 54/18 = 3
Verification: 2 + 2(1) + 3 = 7 ✓, 2 + 3(3) = 11 ✓, 2(2) − 3(1) = 1 ✓
Common Mistakes That Cost Marks
| Mistake | Why Students Lose Marks | How to Avoid It |
|---|---|---|
| Forgetting (−1)i+j in cofactors | Wrong sign in one cofactor cascades through adj(A) and A−1 | Write the sign checkerboard (+, −, +) on rough paper before starting |
| Not transposing the cofactor matrix | adj(A) is the TRANSPOSE of the cofactor matrix, not the cofactor matrix itself | Always label “Cofactor Matrix” and “adj(A) = Transpose” as separate steps |
| Using |kA| = k|A| instead of kn|A| | For a 3×3 matrix, |2A| = 8|A|, not 2|A| | Remember: scalar multiplies each of n rows, so it appears n times |
| Replacing the wrong column in Cramer's rule | D1 replaces column 1 (x-coefficients), D2 replaces column 2 (y-coefficients) | Label each determinant clearly: “D1 = replace x-column with B” |
| Assuming AB = BA | Matrix multiplication is not commutative in general | Only commute matrices when one is a scalar matrix or identity |
Frequently Asked Questions
Q: How many marks do Matrices and Determinants carry in CBSE Class 12 Maths 2027?
Matrices and Determinants together fall under Unit II (Algebra) and carry 13 marks out of 80 in the theory paper. Matrices typically contributes 5 marks through MCQs and short-answer questions, while Determinants contributes 8 marks including one 5-mark long-answer question on inverse or system of equations.
Q: What is the fastest method to find the inverse of a 3×3 matrix in the board exam?
The adjoint method is the standard approach: compute |A|, find all 9 cofactors, transpose to get adj(A), then A−1 = (1/|A|) adj(A). To speed it up, use the cofactor sign checkerboard on rough paper and compute 2×2 minors mentally. For a 2×2 matrix, use the direct shortcut: swap diagonals, negate off-diagonals, divide by (ad − bc).
Q: When should I use Cramer's rule versus the matrix method for solving equations?
If the question specifies “using matrix method,” you must compute A−1 and multiply by B. If it says “using Cramer's rule” or does not specify a method, Cramer's rule is faster because you compute four 3×3 determinants instead of nine cofactors plus a matrix multiplication. However, both methods give the same answer and carry the same marks.
Q: What are the most important properties of determinants for the board exam?
The five most tested properties are: (1) |kA| = kn|A|, (2) swapping two rows changes the sign, (3) two identical rows make the determinant zero, (4) row operations Ri → Ri + kRj do not change the value, and (5) |AB| = |A||B|. These appear as MCQs, assertion-reason questions, and as simplification steps in long-answer problems.
Q: How do I determine if a system of linear equations has no solution or infinitely many solutions?
First compute |A|. If |A| ≠ 0, the system has a unique solution. If |A| = 0, compute (adj A) × B. If the result is a non-zero matrix, the system is inconsistent (no solution). If the result is the zero matrix, the system may have infinitely many solutions — substitute back into the original equations to verify and express the solution in parametric form.
Q: What is the difference between adj(A) and the cofactor matrix?
The cofactor matrix is formed by replacing each element aij with its cofactor Aij = (−1)i+j Mij. The adjoint, adj(A), is the transpose of this cofactor matrix. Many students forget the transpose step and lose marks. Always write “adj(A) = (Cofactor Matrix)T” as a reminder.
Q: Can I use Sarrus' rule for determinants in the CBSE board exam?
Yes, Sarrus' rule is a valid shortcut for evaluating 3×3 determinants. It involves copying the first two columns beside the matrix and computing the sum of downward-diagonal products minus the sum of upward-diagonal products. However, remember that Sarrus' rule works only for 3×3 determinants and cannot be extended to higher orders. For the board exam, it is a time-saving technique as long as you show the intermediate steps.
Q: Is NCERT sufficient for Matrices and Determinants or do I need reference books?
NCERT is more than sufficient for full marks in these chapters. Every board question is either directly from NCERT or a minor variation of NCERT examples and exercises. Complete all solved examples and miscellaneous exercises in Chapters 3 and 4, then solve CBSE PYQs from 2020-2027 for exam confidence. Reference books are only needed if you are targeting competitive exams like JEE alongside boards.
Score Full Marks in Matrices & Determinants
At Bright Tutorials, our Maths faculty provides structured preparation for every question type in Matrices and Determinants — from cofactor expansion tricks to Cramer's rule problem-solving strategies. Our students consistently score 75+ out of 80 in the Class 12 Maths board exam through step-by-step derivation practice, timed problem drills, and personalised doubt-clearing sessions. Join us and turn these 13 marks into a certainty.
Call us today: +91 94037 81999 / +91 94047 81990
About Bright Tutorials
Bright Tutorials is a leading coaching institute in Nashik offering expert tutoring for CBSE, ICSE, and State Board students from Class 5 to 12. Our experienced faculty focuses on building strong fundamentals, exam strategy, and consistent academic performance.
Address: Shop No. 53-57, Business Signature, Hariom Nagar, Nashik Road, Nashik, Maharashtra 422101
Phone: +91 94037 81999 | +91 94047 81990
Email: info@brighttutorials.in
Google Maps: Get Directions
Read more helpful articles on our blog.
You May Also Like
- Electricity Chapter (Class 10): Complete Notes with Solved Numericals
- CBSE Class 12 Physics: Most Important Derivations & Numericals for Board Exams 2027
- CBSE Class 12 Board Exam 2027: Subject-Wise Most Important Topics & Chapter Weightage
- Class 12 Electrostatics & Current Electricity: 30+ Marks Worth of Content
- CBSE Class 12 Chemistry: Organic Chemistry Reaction Mechanisms Simplified