NCERT Solutions for Class 12 Maths Chapter 3: Matrices (NCERT 2026–27)
These Class 12 Maths Chapter 3 solutions cover Matrices from the NCERT textbook (Part I, Reprint 2026–27). Every question of Exercise 3.1, 3.2, 3.3 and 3.4 and the complete Miscellaneous Exercise is solved step by step, with each matrix shown as a clear grid and each answer cross-checked against the textbook answer key. Use these solutions to master order of a matrix, addition, scalar multiplication, matrix multiplication, transpose, and symmetric & skew-symmetric matrices.
Chapter 3, Matrices, introduces one of the most powerful tools in mathematics: an ordered rectangular array of numbers or functions. The chapter begins with the order of a matrix and different types of matrices (row, column, square, diagonal, scalar, identity and zero), then defines equality of matrices. It develops the algebra of matrices — addition, multiplication by a scalar and multiplication of matrices (which is associative and distributive but not commutative) — followed by the transpose of a matrix and its properties. The chapter closes with symmetric and skew-symmetric matrices, the result that every square matrix is the sum of a symmetric and a skew-symmetric matrix, and an introduction to invertible matrices. The Class 12 Maths Chapter 3 solutions below work through every exercise question in order.
Key Concepts & Definitions
Matrix: an ordered rectangular array of numbers or functions. A matrix with m rows and n columns has order m × n and mn elements; the (i, j)th element aij lies in row i and column j.
Types: a row matrix has one row; a column matrix has one column; a square matrix has m = n; a diagonal matrix has aij = 0 for i ≠ j; a scalar matrix is a diagonal matrix with equal diagonal entries; an identity matrix I has 1’s on the diagonal and 0’s elsewhere; a zero matrix O has all entries 0.
Equality: A = B if they have the same order and aij = bij for all i, j.
Operations: matrices of the same order are added entry-wise; kA multiplies every entry by k. The product AB is defined only when the number of columns of A equals the number of rows of B; matrix multiplication is associative and distributive but not commutative.
Transpose: A′ (or AT) is obtained by interchanging the rows and columns of A.
Symmetric / skew-symmetric: A is symmetric if A′ = A, and skew-symmetric if A′ = −A (all diagonal entries of a skew-symmetric matrix are 0).
Invertible matrix: a square matrix A is invertible if there exists B with AB = BA = I; then B = A−1, and the inverse, if it exists, is unique.
Important Formulas (Chapter 3)
Order & elements: an m × n matrix has mn elements; for a given number of elements, list every factor pair to get the possible orders.
Addition & scalar: (A + B)ij = aij + bij; (kA)ij = k·aij; A + B = B + A; k(A + B) = kA + kB.
Product: if A = [aij]m×n and B = [bjk]n×p, then (AB)ik = Σj aijbjk, of order m × p.
Properties of multiplication: A(BC) = (AB)C; A(B + C) = AB + AC; IA = AI = A.
Symmetric/skew split: any square matrix A = ½(A + A′) + ½(A − A′), where ½(A + A′) is symmetric and ½(A − A′) is skew-symmetric.
Inverse: (AB)−1 = B−1A−1 for invertible A, B of the same order.
Exercise 3.1 Solutions
Questions are reproduced verbatim from the NCERT textbook; solutions are original and verified against the answers given at the back of the book.
1. In the matrix A =
2
5
19
−7
35
−2
5⁄2
12
√3
1
−5
17
, write:
(i) The order of the matrix,(ii) The number of elements,(iii) Write the elements a13, a21, a33, a24, a23.
SOLUTION(i) The matrix has 3 rows and 4 columns, so its order is 3 × 4.(ii) Number of elements = 3 × 4 = 12.(iii) Reading row i, column j: a13 = 19, a21 = 35, a33 = −5, a24 = 12, a23 = 5⁄2.
2. If a matrix has 24 elements, what are the possible orders it can have? What, if it has 13 elements?
SOLUTIONPossible orders are the factor pairs of 24 (m × n with mn = 24).For 24 elements: 1 × 24, 2 × 12, 3 × 8, 4 × 6, 6 × 4, 8 × 3, 12 × 2, 24 × 1.For 13 elements (13 is prime): 1 × 13, 13 × 1.
3. If a matrix has 18 elements, what are the possible orders it can have? What, if it has 5 elements?
5. Construct a 3 × 4 matrix, whose elements are given by:
(i) aij = ½|−3i + j| (ii) aij = 2i − j
SOLUTION(i) With aij = ½|−3i + j|, i = 1,2,3 and j = 1,2,3,4:A =
1
1⁄2
0
1⁄2
5⁄2
2
3⁄2
1
4
7⁄2
3
5⁄2
.(ii) With aij = 2i − j: A =
1
0
−1
−2
3
2
1
0
5
4
3
2
.
6. Find the values of x, y and z from the following equations:
(i)
4
3
x
5
=
y
z
1
5
(ii)
x + y
2
5 + z
xy
=
6
2
5
8
(iii)
x + y + z
x + z
y + z
=
9
5
7
SOLUTION(i) Comparing entries: y = 4, z = 3, x = 1 ⇒ x = 1, y = 4, z = 3.(ii) x + y = 6, xy = 8, 5 + z = 5 ⇒ z = 0; and x + y = 6, xy = 8 give x, y as roots of t2 − 6t + 8 = 0, i.e. t = 2, 4. So x = 4, y = 2, z = 0 or x = 2, y = 4, z = 0.(iii) x + y + z = 9, x + z = 5, y + z = 7. From the first two, y = 9 − 5 = 4; then z = 7 − 4 = 3 and x = 9 − 4 − 3 = 2 ⇒ x = 2, y = 4, z = 3.
7. Find the value of a, b, c and d from the equation:
a − b
2a + c
2a − b
3c + d
=
−1
5
0
13
SOLUTIONEquating entries: a − b = −1, 2a − b = 0, 2a + c = 5, 3c + d = 13.Subtracting the first two: (2a − b) − (a − b) = 0 − (−1) ⇒ a = 1, then b = a + 1 = 2.c = 5 − 2a = 3; d = 13 − 3c = 13 − 9 = 4 ⇒ a = 1, b = 2, c = 3, d = 4.
8. A = [aij]m×n is a square matrix, if
(A) m < n (B) m > n (C) m = n (D) None of these
SOLUTIONA matrix is square when the number of rows equals the number of columns, i.e. m = n.∴ the correct option is (C).
9. Which of the given values of x and y make the following pair of matrices equal
3x + 7
5
y + 1
2 − 3x
,
0
y − 2
8
4
(A) x = −1⁄3, y = 7 (B) Not possible to find (C) y = 7, x = −2⁄3 (D) x = −1⁄3, y = −2⁄3
SOLUTIONEquating entries: 3x + 7 = 0 ⇒ x = −7⁄3; but 5 = y − 2 ⇒ y = 7, while 2 − 3x = 4 ⇒ x = −2⁄3. The value of x from the (1,1) entry (−7⁄3) disagrees with that from the (2,2) entry (−2⁄3).Since x cannot take two different values, the matrices can never be equal.∴ the correct option is (B) Not possible to find.
10. The number of all possible matrices of order 3 × 3 with each entry 0 or 1 is:
(A) 27 (B) 18 (C) 81 (D) 512
SOLUTIONA 3 × 3 matrix has 9 entries, each chosen in 2 ways (0 or 1), so the total is 29 = 512.∴ the correct option is (D) 512.
Exercise 3.2 Solutions
1. Let A =
2
4
3
2
, B =
1
3
−2
5
, C =
−2
5
3
4
. Find each of the following:
(i) A + B (ii) A − B (iii) 3A − C (iv) AB (v) BA
.(iv) Each entry becomes cos2x + sin2x = 1, giving
1
1
1
1
.
3. Compute the indicated products.
(i)
a
b
−b
a
a
−b
b
a
(ii)
1
2
3
[2 3 4](iii)
1
−2
2
3
1
2
3
2
3
1
(iv)
2
3
4
3
4
5
4
5
6
1
−3
5
0
2
4
3
0
5
(v)
2
1
3
2
−1
1
1
0
1
−1
2
1
(vi)
3
−1
3
−1
0
2
2
−3
1
0
3
1
SOLUTION(i)
a·a + b·b
−ab + ab
−ab + ab
b2 + a2
=
a2 + b2
0
0
a2 + b2
.(ii) (3 × 1)(1 × 3) gives a 3 × 3 matrix:
2
3
4
4
6
8
6
9
12
.(iii)
1−4
2−6
3−2
2+6
4+9
6+3
=
−3
−4
1
8
13
9
.(iv) Computing row × column:
14
0
42
18
−1
56
22
−2
70
.(v)
2−1
0+2
2+1
3−2
0+4
3+2
−1−1
0+2
−1+1
=
1
2
3
1
4
5
−2
2
0
.(vi)
6−1+9
−9+0+3
−2+0+6
3+0+2
=
14
−6
4
5
.
4. If A =
1
2
−3
5
0
2
1
−1
1
, B =
3
−1
2
4
2
5
2
0
3
and C =
4
1
2
0
3
2
1
−2
3
, then compute (A + B) and (B − C). Also, verify that A + (B − C) = (A + B) − C.
SOLUTIONA + B =
4
1
−1
9
2
7
3
−1
4
.B − C =
−1
−2
0
4
−1
3
1
2
0
.A + (B − C) =
0
0
−3
9
−1
5
2
1
1
, and (A + B) − C gives the same matrix, so the identity is verified.
5. If A =
2⁄3
1
5⁄3
1⁄3
2⁄3
4⁄3
7⁄3
2
2⁄3
and B =
2⁄5
3⁄5
1
1⁄5
2⁄5
4⁄5
7⁄5
6⁄5
2⁄5
, then compute 3A − 5B.
SOLUTION3A =
2
3
5
1
2
4
7
6
2
and 5B =
2
3
5
1
2
4
7
6
2
.∴ 3A − 5B =
0
0
0
0
0
0
0
0
0
(the zero matrix).
6. Simplify cosθ
cosθ
sinθ
−sinθ
cosθ
+ sinθ
sinθ
−cosθ
cosθ
sinθ
SOLUTIONFirst product:
cos2θ
sinθcosθ
−sinθcosθ
cos2θ
; second:
sin2θ
−sinθcosθ
sinθcosθ
sin2θ
.Adding, each diagonal entry is cos2θ + sin2θ = 1 and each off-diagonal entry is 0 ⇒
1
0
0
1
.
7. Find X and Y, if
(i) X + Y =
7
0
2
5
and X − Y =
3
0
0
3
(ii) 2X + 3Y =
2
3
4
0
and 3X + 2Y =
2
−2
−1
5
SOLUTION(i) Adding the two equations: 2X =
10
0
2
8
⇒ X =
5
0
1
4
. Subtracting: 2Y =
4
0
2
2
⇒ Y =
2
0
1
1
.(ii) Multiply the first by 3 and the second by 2 and subtract to eliminate X (or use 2×Eq1 − 3×Eq2 for Y). Solving gives X =
2⁄5
−12⁄5
−11⁄5
3
and Y =
2⁄5
13⁄5
14⁄5
−2
.
8. Find X, if Y =
3
2
1
4
and 2X + Y =
1
0
−3
2
SOLUTION2X =
1
0
−3
2
−
3
2
1
4
=
−2
−2
−4
−2
.∴ X =
−1
−1
−2
−1
.
9. Find x and y, if 2
1
3
0
x
+
y
0
1
2
=
5
6
1
8
SOLUTIONLHS =
2 + y
6
1
2x + 2
. Equating entries: 2 + y = 5 ⇒ y = 3; 2x + 2 = 8 ⇒ x = 3.∴ x = 3, y = 3.
10. Solve the equation for x, y, z and t, if 2
x
z
y
t
+ 3
1
−1
0
2
= 3
3
5
4
6
SOLUTIONLHS =
2x + 3
2z − 3
2y
2t + 6
; RHS =
9
15
12
18
.2x + 3 = 9 ⇒ x = 3; 2z − 3 = 15 ⇒ z = 9; 2y = 12 ⇒ y = 6; 2t + 6 = 18 ⇒ t = 6.∴ x = 3, y = 6, z = 9, t = 6.
11. If x
2
3
+ y
−1
1
=
10
5
, find the values of x and y.
SOLUTION2x − y = 10 and 3x + y = 5. Adding: 5x = 15 ⇒ x = 3; then y = 2(3) − 10 = −4.∴ x = 3, y = −4.
12. Given 3
x
y
z
w
=
x
6
−1
2w
+
4
x + y
z + w
3
, find the values of x, y, z and w.
SOLUTIONEquating entries: 3x = x + 4 ⇒ x = 2; 3w = 2w + 3 ⇒ w = 3; 3z = −1 + z + w ⇒ 2z = −1 + 3 = 2 ⇒ z = 1; 3y = 6 + x + y ⇒ 2y = 6 + 2 = 8 ⇒ y = 4.∴ x = 2, y = 4, z = 1, w = 3.
13. If F(x) =
cos x
−sin x
0
sin x
cos x
0
0
0
1
, show that F(x) F(y) = F(x + y).
SOLUTIONMultiplying the top-left 2 × 2 blocks: (1,1) = cos x cos y − sin x sin y = cos(x + y); (1,2) = −cos x sin y − sin x cos y = −sin(x + y); (2,1) = sin x cos y + cos x sin y = sin(x + y); (2,2) = −sin x sin y + cos x cos y = cos(x + y).The third row/column give 0’s and a 1, so F(x)F(y) =
cos(x+y)
−sin(x+y)
0
sin(x+y)
cos(x+y)
0
0
0
1
= F(x + y). Hence proved.
14. Show that
(i)
5
−1
6
7
2
1
3
4
≠
2
1
3
4
5
−1
6
7
(ii)
1
2
3
0
1
0
1
1
0
−1
1
0
0
−1
1
2
3
4
≠
−1
1
0
0
−1
1
2
3
4
1
2
3
0
1
0
1
1
0
SOLUTION(i) LHS =
10−3
5−4
12+21
6+28
=
7
1
33
34
; RHS =
10+6
−2+7
15+24
−3+28
=
16
5
39
25
. LHS ≠ RHS.(ii) Computing both products gives LHS =
5
8
14
0
−1
1
−1
0
1
, RHS =
−1
−1
−3
1
0
0
6
11
6
. Since LHS ≠ RHS, matrix multiplication is not commutative.
. Comparing the (1,2) entry: −2k = −2 ⇒ k = 1 (and all other entries agree).∴ k = 1.
18. If A =
0
−tan(α⁄2)
tan(α⁄2)
0
and I is the identity matrix of order 2, show that I + A = (I − A)
cosα
−sinα
sinα
cosα
SOLUTIONLet t = tan(α⁄2). Then I + A =
1
−t
t
1
and I − A =
1
t
−t
1
.Using cosα = (1 − t2)⁄(1 + t2) and sinα = 2t⁄(1 + t2), the product (I − A)
cosα
−sinα
sinα
cosα
has (1,1) entry cosα + t sinα = (1 − t2 + 2t2)⁄(1 + t2) = 1.Likewise (1,2) = −sinα + t cosα = (−2t + t − t3)⁄(1 + t2) = −t; (2,1) = −t cosα + sinα = t; (2,2) = t sinα + cosα = 1. This equals I + A. Hence proved.
19. A trust fund has ₹ 30,000 that must be invested in two different types of bonds. The first bond pays 5% interest per year, and the second bond pays 7% interest per year. Using matrix multiplication, determine how to divide ₹ 30,000 among the two types of bonds. If the trust fund must obtain an annual total interest of: (a) ₹ 1800 (b) ₹ 2000
SOLUTIONLet ₹ x be invested in the 5% bond and ₹ (30000 − x) in the 7% bond. The interest is [x 30000 − x]
0.05
0.07
= 0.05x + 0.07(30000 − x) = 2100 − 0.02x.(a) 2100 − 0.02x = 1800 ⇒ 0.02x = 300 ⇒ x = 15000. Invest ₹ 15000 in each bond.(b) 2100 − 0.02x = 2000 ⇒ 0.02x = 100 ⇒ x = 5000. Invest ₹ 5000 at 5% and ₹ 25000 at 7%.
20. The bookshop of a particular school has 10 dozen chemistry books, 8 dozen physics books, 10 dozen economics books. Their selling prices are ₹ 80, ₹ 60 and ₹ 40 each respectively. Find the total amount the bookshop will receive from selling all the books using matrix algebra.
Assume X, Y, Z, W and P are matrices of order 2 × n, 3 × k, 2 × p, n × 3 and p × k, respectively. Choose the correct answer in Exercises 21 and 22.
21. The restriction on n, k and p so that PY + WY will be defined are:
(A) k = 3, p = n (B) k is arbitrary, p = 2 (C) p is arbitrary, k = 3 (D) k = 2, p = 3
SOLUTIONPY: P is p × k, Y is 3 × k. For PY to be defined we need k = 3, and the product is p × k. WY: W is n × 3, Y is 3 × k, giving an n × k matrix. For PY + WY to be defined, both must have the same order, so p = n.∴ the correct option is (A) k = 3, p = n.
22. If n = p, then the order of the matrix 7X − 5Z is:
(A) p × 2 (B) 2 × n (C) n × 3 (D) p × n
SOLUTIONX is 2 × n and Z is 2 × p. With n = p they have the same order 2 × n, so 7X − 5Z is also 2 × n.∴ the correct option is (B) 2 × n.
Exercise 3.3 Solutions
1. Find the transpose of each of the following matrices:
(i)
5
1⁄2
−1
(ii)
1
−1
2
3
(iii)
−1
5
6
√3
5
6
2
3
−1
SOLUTION(i) [5 1⁄2 −1] (a 1 × 3 row matrix).(ii)
1
2
−1
3
.(iii)
−1
√3
2
5
5
3
6
6
−1
.
2. If A =
−1
2
3
5
7
9
−2
1
1
and B =
−4
1
−5
1
2
0
1
3
1
, then verify that
(i) (A + B)′ = A′ + B′, (ii) (A − B)′ = A′ − B′
SOLUTION(i) A + B =
−5
3
−2
6
9
9
−1
4
2
, so (A + B)′ =
−5
6
−1
3
9
4
−2
9
2
; adding A′ and B′ gives the same matrix.(ii) A − B =
3
1
8
4
5
9
−3
−2
0
, so (A − B)′ =
3
4
−3
1
5
−2
8
9
0
= A′ − B′. Both identities verified.
3. If A′ =
3
4
−1
2
0
1
and B =
−1
2
1
1
2
3
, then verify that
(i) (A + B)′ = A′ + B′ (ii) (A − B)′ = A′ − B′
SOLUTIONHere A = (A′)′ =
3
−1
0
4
2
1
.(i) A + B =
2
1
1
5
4
4
, so (A + B)′ =
2
5
1
4
1
4
= A′ + B′.(ii) A − B =
4
−3
−1
3
0
−2
, so (A − B)′ =
4
3
−3
0
−1
−2
= A′ − B′. Verified.
4. If A′ =
−2
3
1
2
and B =
−1
0
1
2
, then find (A + 2B)′.
SOLUTIONA = (A′)′ =
−2
1
3
2
; 2B =
−2
0
2
4
.A + 2B =
−4
1
5
6
, so (A + 2B)′ =
−4
5
1
6
.
5. For the matrices A and B, verify that (AB)′ = B′A′, where
(i) A =
is a symmetric matrix.
(ii) Show that the matrix A =
0
1
−1
−1
0
1
1
−1
0
is a skew symmetric matrix.
SOLUTION(i) Interchanging rows and columns leaves A unchanged because aij = aji (e.g. a12 = a21 = −1, a13 = a31 = 5). So A′ = A and A is symmetric.(ii) Here aji = −aij and the diagonal entries are 0, so A′ = −A and A is skew symmetric.
8. For the matrix A =
1
5
6
7
, verify that
(i) (A + A′) is a symmetric matrix(ii) (A − A′) is a skew symmetric matrix
SOLUTIONA′ =
1
6
5
7
.(i) A + A′ =
2
11
11
14
; its transpose is itself, so it is symmetric.(ii) A − A′ =
0
−1
1
0
; its transpose is its negative, so it is skew symmetric.
9. Find ½(A + A′) and ½(A − A′), when A =
0
a
b
−a
0
c
−b
−c
0
SOLUTIONA′ =
0
−a
−b
a
0
−c
b
c
0
.½(A + A′) =
0
0
0
0
0
0
0
0
0
(the zero matrix, since A is already skew symmetric).½(A − A′) =
0
a
b
−a
0
c
−b
−c
0
= A.
10. Express the following matrices as the sum of a symmetric and a skew symmetric matrix:
(i)
3
5
1
−1
(ii)
6
−2
2
−2
3
−1
2
−1
3
(iii)
3
3
−1
−2
−2
1
−4
−5
2
(iv)
1
5
−1
2
SOLUTIONUse A = ½(A + A′) [symmetric] + ½(A − A′) [skew symmetric].(i) A =
3
3
3
−1
+
0
2
−2
0
.(ii) A is already symmetric, so A =
6
−2
2
−2
3
−1
2
−1
3
+
0
0
0
0
0
0
0
0
0
.(iii) A =
3
1⁄2
−5⁄2
1⁄2
−2
−2
−5⁄2
−2
2
+
0
5⁄2
3⁄2
−5⁄2
0
3
−3⁄2
−3
0
.(iv) A =
1
2
2
2
+
0
3
−3
0
.
Choose the correct answer in the Exercises 11 and 12.
11. If A, B are symmetric matrices of same order, then AB − BA is a
(A) Skew symmetric matrix (B) Symmetric matrix (C) Zero matrix (D) Identity matrix
SOLUTION(AB − BA)′ = (AB)′ − (BA)′ = B′A′ − A′B′ = BA − AB = −(AB − BA), so AB − BA is skew symmetric.∴ the correct option is (A).
12. If A =
cosα
−sinα
sinα
cosα
, and A + A′ = I, then the value of α is
(A) π⁄6 (B) π⁄3 (C) π (D) 3π⁄2
SOLUTIONA + A′ =
2cosα
0
0
2cosα
. Setting this equal to I gives 2cosα = 1 ⇒ cosα = ½ ⇒ α = π⁄3.∴ the correct option is (B) π⁄3.
Exercise 3.4 Solutions
1. Matrices A and B will be inverse of each other only if
(A) AB = BA (B) AB = BA = 0 (C) AB = 0, BA = I (D) AB = BA = I
SOLUTIONBy definition, B is the inverse of A when AB = BA = I (and then A and B are square matrices of the same order).∴ the correct option is (D) AB = BA = I.
Miscellaneous Exercise Solutions
1. If A and B are symmetric matrices, prove that AB − BA is a skew symmetric matrix.
SOLUTIONSince A and B are symmetric, A′ = A and B′ = B.(AB − BA)′ = (AB)′ − (BA)′ = B′A′ − A′B′ = BA − AB = −(AB − BA).Since the transpose equals the negative, AB − BA is skew symmetric. Hence proved.
2. Show that the matrix B′AB is symmetric or skew symmetric according as A is symmetric or skew symmetric.
SOLUTION(B′AB)′ = B′A′(B′)′ = B′A′B.If A is symmetric (A′ = A): (B′AB)′ = B′AB, so B′AB is symmetric.If A is skew symmetric (A′ = −A): (B′AB)′ = B′(−A)B = −B′AB, so B′AB is skew symmetric. Hence proved.
3. Find the values of x, y, z if the matrix A =
0
2y
z
x
y
−z
x
−y
z
satisfy the equation A′A = I.
SOLUTIONA′A = I means the columns of A are mutually orthogonal unit vectors. Column sums of squares: column 1: x2 + x2 = 2x2 = 1; column 2: 4y2 + y2 + y2 = 6y2 = 1; column 3: z2 + z2 + z2 = 3z2 = 1.∴ x = ±1⁄√2, y = ±1⁄√6, z = ±1⁄√3.
7. A manufacturer produces three products x, y, z which he sells in two markets. Annual sales are indicated below:
Market I: 10,000 2,000 18,000 (products x, y, z)Market II: 6,000 20,000 8,000(a) If unit sale prices of x, y and z are ₹ 2.50, ₹ 1.50 and ₹ 1.00, respectively, find the total revenue in each market with the help of matrix algebra.(b) If the unit costs of the above three commodities are ₹ 2.00, ₹ 1.00 and 50 paise respectively. Find the gross profit.
SOLUTIONThe RHS is 2 × 3 and the known matrix is 2 × 3, so X must be 2 × 2. Let X =
a
b
c
d
.Row 1: a + 4b = −7, 2a + 5b = −8, 3a + 6b = −9 ⇒ a = 1, b = −2. Row 2: c + 4d = 2, 2c + 5d = 4, 3c + 6d = 6 ⇒ c = 2, d = 0.∴ X =
1
−2
2
0
.
9. If A =
α
β
γ
−α
is such that A2 = I, then
(A) 1 + α2 + βγ = 0 (B) 1 − α2 + βγ = 0 (C) 1 − α2 − βγ = 0 (D) 1 + α2 − βγ = 0
SOLUTIONA2 =
α2 + βγ
αβ − αβ
γα − αγ
βγ + α2
=
α2 + βγ
0
0
α2 + βγ
.Setting A2 = I gives α2 + βγ = 1, i.e. 1 − α2 − βγ = 0.∴ the correct option is (C).
10. If the matrix A is both symmetric and skew symmetric, then
(A) A is a diagonal matrix (B) A is a zero matrix (C) A is a square matrix (D) None of these
SOLUTIONSymmetric means A′ = A; skew symmetric means A′ = −A. Together A = −A ⇒ 2A = O ⇒ A = O.∴ the correct option is (B) A is a zero matrix.
11. If A is square matrix such that A2 = A, then (I + A)3 − 7A is equal to
(A) A (B) I − A (C) I (D) 3A
SOLUTION(I + A)3 = I + 3A + 3A2 + A3. Since A2 = A, also A3 = A2·A = A·A = A.So (I + A)3 = I + 3A + 3A + A = I + 7A, and (I + A)3 − 7A = I.∴ the correct option is (C) I.
Common Mistakes to Avoid
Watch out for these
Treating matrix multiplication as commutative — in general AB ≠ BA, and sometimes only one of them is even defined.
Multiplying matrices when the orders don’t conform: AB needs (columns of A) = (rows of B).
Forgetting the order reversal in (AB)′ = B′A′ — not A′B′.
Assuming AB = O forces A = O or B = O — false for matrices.
In equality problems (like Ex 3.1 Q9), checking only one entry — every corresponding entry must match, and a clash means the matrices can’t be equal.
Mis-stating definitions: a scalar matrix is a diagonal matrix with equal diagonal entries; a skew-symmetric matrix always has zero diagonal.
Practice MCQs & Assertion–Reason
1. A matrix with 15 elements can have order:
(a) 2 × 7 (b) 4 × 4 (c) 3 × 5 (d) 2 × 8
2. The number of all possible matrices of order 2 × 2 with each entry 0, 1 or 2 is:
(a) 16 (b) 64 (c) 81 (d) 512
3. If A is a 3 × 4 matrix and B is a 4 × 5 matrix, the order of AB is:
(a) 3 × 5 (b) 4 × 4 (c) 5 × 3 (d) not defined
4. If A and B are matrices such that both AB and BA are defined and A is m × n, B is n × m, then AB has order:
(a) n × n (b) m × m (c) m × n (d) n × m
5. The diagonal entries of any skew-symmetric matrix are:
(a) all equal (b) all 1 (c) all 0 (d) all negative
6. For any matrices A and B of suitable order, (AB)′ equals:
For each Assertion–Reason question, choose: (A) Both Assertion and Reason are true and the Reason is the correct explanation of the Assertion; (B) Both are true but the Reason is not the correct explanation; (C) Assertion is true but Reason is false; (D) Assertion is false but Reason is true.
A-R 1. Assertion: For two matrices A and B, AB may not equal BA.
Reason: Matrix multiplication is not commutative in general.
A-R 2. Assertion: If A, B are symmetric matrices of the same order, then AB − BA is skew symmetric.
Reason: (AB − BA)′ = BA − AB = −(AB − BA).
A-R 3. Assertion: A matrix that is both symmetric and skew symmetric must be the zero matrix.
Reason: A′ = A and A′ = −A together give 2A = O.
A-R 4. Assertion: If AB = O for matrices A and B, then at least one of A or B is the zero matrix.
Reason: The product of two non-zero matrices is always non-zero.
A-R 5. Assertion: The inverse of a square matrix, if it exists, is unique.
Reason: If B and C are both inverses of A, then B = BI = B(AC) = (BA)C = IC = C.
Answer key: 1-(A), 2-(A), 3-(A), 4-(D), 5-(A).
Quick Revision Summary
A matrix of order m × n has mn elements; for a square matrix m = n.
Matrices of the same order add entry-wise and obey A + B = B + A and associativity; kA scales every entry.
AB is defined only when (columns of A) = (rows of B); multiplication is associative and distributive but not commutative.
AB = O does not imply A = O or B = O.
Transpose laws: (A′)′ = A, (kA)′ = kA′, (A + B)′ = A′ + B′, (AB)′ = B′A′.
A is symmetric if A′ = A and skew symmetric if A′ = −A; every square matrix = ½(A + A′) + ½(A − A′).
B is the inverse of A if AB = BA = I; the inverse, if it exists, is unique, and (AB)−1 = B−1A−1.
How to score full marks in this chapter
Always check that two matrices are of conforming orders before adding or multiplying, and write out each product entry as a row-times-column sum so no partial mark is lost. For equality problems, equate every corresponding entry. In transpose and symmetric/skew-symmetric proofs, quote the law (AB)′ = B′A′ explicitly and remember the order reversal. For polynomial-in-A questions (A2 − 5A + 6I etc.), compute A2 first, keep the identity matrix scaled correctly, and add the matrices entry-by-entry to reach the zero matrix.
Frequently Asked Questions
What is Class 12 Maths Chapter 3 Matrices about?
Chapter 3, Matrices, covers the order and types of matrices, equality of matrices, addition and scalar multiplication, multiplication of matrices and its properties, the transpose of a matrix, symmetric and skew-symmetric matrices, and an introduction to invertible matrices.
How many exercises are there in Class 12 Maths Chapter 3?
There are four numbered exercises — Exercise 3.1, 3.2, 3.3 and 3.4 — plus a Miscellaneous Exercise on Chapter 3. Every question of all five is solved on this page.
Is matrix multiplication commutative?
No. In general AB ≠ BA, and sometimes only one of the products is even defined. Matrix multiplication is, however, associative and distributive over addition.
Are these Class 12 Maths Chapter 3 solutions free?
Yes. All solutions are free and follow the official NCERT Mathematics Part I textbook for the 2026–27 session, with every answer cross-checked against the book’s answer key.