CBSE Class 12 Maths Revision Notes Chapter 3 Matrices
Matrices are ordered rectangular arrays of numbers or functions arranged in rows and columns. For CBSE Class 12 Maths, this chapter covers matrix types, operations, transpose, symmetric and skew-symmetric matrices, and invertible matrices.
Matrices help organise numerical data in a compact form. They are used in solving equations, representing transformations, handling data tables and studying different mathematical systems. In Class 12 Maths, this chapter builds the foundation for matrix algebra.
Use these CBSE Class 12 Maths Revision Notes Chapter 3 for the 2026–27 academic year to revise definitions, types, formulas, operations and properties. These Class 12 Mathematics Chapter 3 notes follow the NCERT flow and help students revise Matrices in a clear, exam-ready format.
Key Takeaways
- Matrix: A matrix is an ordered rectangular array of numbers or functions.
- Order: A matrix with m rows and n columns has order m × n.
- Addition rule: Two matrices can be added only when they have the same order.
- Multiplication rule: AB is defined only when columns of A equal rows of B.
Need help revising matrices and matrix operations?
Access interactive practice, chapter-wise notes and doubt-solving support on the Extramarks Learning App. Sign Up Free
Access Class 12 Maths Chapter 3 Matrices Notes in 30 Minutes
Matrices become easier when you revise the chapter in order. Start with matrix meaning and order, then move to types, operations, transpose and inverse concepts.
| Revision Area | What to Revise |
| Matrix Meaning | Rectangular arrangement of numbers or functions |
| Rows and Columns | Horizontal and vertical arrangements |
| Order of Matrix | m × n form |
| Types of Matrices | Row, column, square, diagonal, scalar, identity, zero |
| Equality | Same order and equal corresponding elements |
| Operations | Addition, subtraction, scalar multiplication |
| Matrix Multiplication | Row-by-column multiplication |
| Transpose | Rows changed into columns |
| Special Matrices | Symmetric and skew-symmetric |
| Invertible Matrices | Matrix whose inverse exists |
Matrices Class 12 Notes: Meaning, Rows, Columns and Order
Matrices Class 12 Notes begin with the definition of a matrix. A matrix arranges numbers or functions in rows and columns.
What Is a Matrix?
A matrix is an ordered rectangular array of numbers or functions.
The numbers or functions inside a matrix are called elements or entries.
Matrices are usually denoted by capital letters such as A, B, C or P.
Example:
A = [1 2; 3 4]
This matrix has two rows and two columns.
Rows and Columns of a Matrix
Rows are horizontal arrangements of elements. Columns are vertical arrangements of elements.
For example:
A = [1 2; 0 1]
| Part | Elements |
| Row 1 | 1, 2 |
| Row 2 | 0, 1 |
| Column 1 | 1, 0 |
| Column 2 | 2, 1 |
Order of a Matrix
If a matrix has m rows and n columns, its order is m × n.
A matrix of order m × n has mn elements.
Example:
A = [1 2 3; 4 5 6]
This matrix has 2 rows and 3 columns.
So, its order is 2 × 3.
Number of elements = 2 × 3 = 6.
General Form of a Matrix
The general form of a matrix A of order m × n is:
A = [aij]m×n
Here:
| Symbol | Meaning |
| i | Row number |
| j | Column number |
| aij | Element in ith row and jth column |
| m × n | Order of the matrix |
The element a23 means the element in the second row and third column.
Types of Matrices in Class 12 Mathematics Chapter 3 Notes
Different matrices are named according to their rows, columns and element positions.
Row Matrix
A matrix is a row matrix if it has only one row.
Its order is 1 × n.
Example:
A = [2 5 7]
This is a row matrix of order 1 × 3.
Column Matrix
A matrix is a column matrix if it has only one column.
Its order is m × 1.
Example:
A = [2; 5; 7]
This is a column matrix of order 3 × 1.
Square Matrix
A matrix is a square matrix if the number of rows equals the number of columns.
Its order is n × n.
Example:
A = [1 2; 3 4]
This is a square matrix of order 2.
Diagonal Matrix
A square matrix is a diagonal matrix if all non-diagonal elements are zero.
Example:
A = [2 0 0; 0 5 0; 0 0 7]
Here, only diagonal elements may be non-zero.
Scalar Matrix
A scalar matrix is a diagonal matrix in which all diagonal elements are equal.
Example:
A = [4 0 0; 0 4 0; 0 0 4]
Here, all diagonal elements are 4.
Identity Matrix
An identity matrix is a square matrix in which all diagonal elements are 1 and all non-diagonal elements are 0.
It is denoted by I.
Example:
I = [1 0 0; 0 1 0; 0 0 1]
An identity matrix works like 1 in matrix multiplication.
Zero Matrix
A zero matrix has all elements equal to zero.
It is also called a null matrix.
Example:
O = [0 0; 0 0]
A zero matrix can have any order.
Types of Matrices Quick Table
| Type of Matrix | Condition | Example Order |
| Row Matrix | One row only | 1 × n |
| Column Matrix | One column only | m × 1 |
| Square Matrix | Rows = columns | n × n |
| Diagonal Matrix | Non-diagonal elements are zero | n × n |
| Scalar Matrix | Equal diagonal elements | n × n |
| Identity Matrix | Diagonal elements are 1 | n × n |
| Zero Matrix | All elements are zero | Any order |
Equality of Matrices
Two matrices are equal only when they have the same order and their corresponding elements are equal.
Conditions for Equality
Let A = [aij] and B = [bij].
A = B if:
- A and B have the same order.
- aij = bij for every corresponding element.
Example:
If:
A = [2 3; 4 5]
B = [2 3; 4 5]
Then A = B.
But if:
A = [2 3; 4 5]
B = [3 2; 4 5]
Then A ≠ B because the corresponding elements are not equal.
How to Solve Unknowns Using Equal Matrices
When two matrices are equal, compare corresponding entries.
Example:
If:
[x 4; 5 y] = [2 4; 5 7]
Then:
x = 2
y = 7
This method is used in questions where unknowns are placed inside matrices.
Operations on Matrices
Operations on matrices include addition, subtraction, scalar multiplication and multiplication of matrices. Each operation has a condition.
Addition of Matrices
Two matrices can be added only when they have the same order.
If A = [aij] and B = [bij], then:
A + B = [aij + bij]
Example:
A = [1 2; 3 4]
B = [5 6; 7 8]
A + B = [6 8; 10 12]
Properties of Matrix Addition
| Property | Rule |
| Commutative Law | A + B = B + A |
| Associative Law | (A + B) + C = A + (B + C) |
| Additive Identity | A + O = A |
| Additive Inverse | A + (-A) = O |
These properties hold when all matrices have the same order.
Subtraction of Matrices
Two matrices can be subtracted only when they have the same order.
If A = [aij] and B = [bij], then:
A - B = [aij - bij]
Example:
A = [6 8; 10 12]
B = [1 2; 3 4]
A - B = [5 6; 7 8]
Negative of a Matrix
The negative of a matrix A is written as -A.
It is obtained by multiplying every element of A by -1.
If:
A = [1 -2; 3 4]
Then:
-A = [-1 2; -3 -4]
Multiplication of a Matrix by a Scalar
Scalar multiplication means multiplying every element of a matrix by a constant.
If k is a scalar and A = [aij], then:
kA = [kaij]
Example:
If A = [1 2; 3 4], then:
2A = [2 4; 6 8]
Properties of Scalar Multiplication
| Property | Rule |
| Distributive over matrix addition | k(A + B) = kA + kB |
| Distributive over scalar addition | (k + l)A = kA + lA |
| Associative with scalars | k(lA) = (kl)A |
| Multiplicative identity | 1A = A |
Matrix Multiplication in Class 12 Maths Revision Notes
Multiplication of matrices is one of the most important parts of Maths Notes for Chapter 3 Matrices Class 12. It is different from ordinary multiplication because the order matters.
Condition for Matrix Multiplication
Let A be a matrix of order m × n and B be a matrix of order p × q.
The product AB is defined only when:
n = p
This means:
Number of columns in A = Number of rows in B
The order of AB will be:
m × q
| Matrix A | Matrix B | AB Defined? | Order of AB |
| 2 × 3 | 3 × 4 | Yes | 2 × 4 |
| 3 × 2 | 2 × 1 | Yes | 3 × 1 |
| 2 × 3 | 2 × 2 | No | Not defined |
| 1 × 3 | 3 × 1 | Yes | 1 × 1 |
How to Find AB
To multiply matrices, multiply each row of A with each column of B.
If:
A = [a b]
B = [c; d]
Then:
AB = [ac + bd]
For larger matrices, each entry of AB is found by row-column multiplication.
Properties of Matrix Multiplication
| Property | Rule |
| Associative Law | A(BC) = (AB)C |
| Left Distributive Law | A(B + C) = AB + AC |
| Right Distributive Law | (A + B)C = AC + BC |
| Multiplicative Identity | AI = IA = A |
| Non-Commutative in general | AB ≠ BA |
Matrix multiplication is generally not commutative. This means AB and BA may not be equal.
Sometimes one product may be defined while the other may not be defined.
Important Notes on Matrix Multiplication
- AB may be defined even when BA is not defined.
- AB and BA can have different orders.
- Even when both are defined, AB may not equal BA.
- If AB = BA, then A and B are called commuting matrices.
- The zero product property does not always work like numbers. AB = O does not always mean A = O or B = O.
Transpose of a Matrix
The transpose of a matrix is obtained by changing rows into columns and columns into rows.
It is denoted by A′ or AT.
Meaning of Transpose
If A is of order m × n, then AT is of order n × m.
Example:
A = [1 2 3; 4 5 6]
Then:
AT = [1 4; 2 5; 3 6]
The first row of A becomes the first column of AT.
Properties of Transpose
| Property | Rule |
| Transpose of transpose | (AT)T = A |
| Transpose of scalar multiple | (kA)T = kAT |
| Transpose of sum | (A + B)T = AT + BT |
| Transpose of product | (AB)T = BTAT |
The order reverses in the transpose of a product.
So, (AB)T = BTAT, not ATBT.
Symmetric and Skew-Symmetric Matrices
Symmetric and skew-symmetric matrices are special square matrices linked with transpose.
Symmetric Matrix
A square matrix A is symmetric if:
AT = A
This means:
aij = aji for all i and j.
Example:
A = [1 2; 2 3]
Here, AT = A. So, A is symmetric.
Skew-Symmetric Matrix
A square matrix A is skew-symmetric if:
AT = -A
This means:
aij = -aji for all i and j.
In a skew-symmetric matrix, all diagonal elements are zero.
Example:
A = [0 2; -2 0]
Here, AT = -A. So, A is skew-symmetric.
Symmetric and Skew-Symmetric Matrix Difference Table
| Point | Symmetric Matrix | Skew-Symmetric Matrix |
| Main condition | AT = A | AT = -A |
| Element relation | aij = aji | aij = -aji |
| Diagonal elements | Can be any value | Always zero |
| Matrix type | Square matrix | Square matrix |
Expressing a Matrix as Sum of Symmetric and Skew-Symmetric Matrices
Every square matrix A can be expressed as:
A = 1/2(A + AT) + 1/2(A - AT)
Here:
| Part | Matrix Type |
| 1/2(A + AT) | Symmetric matrix |
| 1/2(A - AT) | Skew-symmetric matrix |
This result is important for proof-based questions.
Invertible Matrices and Elementary Operations
The later part of Class 12 Mathematics Chapter 3 notes introduces elementary operations and inverse of a matrix.
Elementary Row Operations
Elementary row operations are transformations done on rows of a matrix.
The three row operations are:
| Operation | Meaning |
| Ri ↔ Rj | Interchange two rows |
| Ri → kRi | Multiply a row by a non-zero scalar |
| Ri → Ri + kRj | Add a multiple of one row to another row |
Elementary Column Operations
Elementary column operations are transformations done on columns of a matrix.
The three column operations are:
| Operation | Meaning |
| Ci ↔ Cj | Interchange two columns |
| Ci → kCi | Multiply a column by a non-zero scalar |
| Ci → Ci + kCj | Add a multiple of one column to another column |
Invertible Matrix
A square matrix A is invertible if there exists another matrix B such that:
AB = BA = I
Here, B is called the inverse of A and is written as A⁻¹.
So:
AA⁻¹ = A⁻¹A = I
Key Inverse Properties
| Property | Rule |
| Inverse of inverse | (A⁻¹)⁻¹ = A |
| Inverse of product | (AB)⁻¹ = B⁻¹A⁻¹ |
| Inverse of transpose | (AT)⁻¹ = (A⁻¹)T |
| Identity inverse | I⁻¹ = I |
The inverse exists only for a square matrix that satisfies the required condition.
Quick Revision Tables for Matrices
These tables help revise Matrices Class 12 Notes before solving NCERT exercises.
Matrix Operations Table
| Operation | Condition | Result |
| A + B | Same order | Add corresponding elements |
| A - B | Same order | Subtract corresponding elements |
| kA | Any matrix A | Multiply each element by k |
| AB | Columns of A = rows of B | Row-column product |
| AT | Any matrix A | Rows become columns |
| A⁻¹ | A is invertible square matrix | AA⁻¹ = A⁻¹A = I |
Matrix Types Table
| Matrix Type | Quick Check |
| Row Matrix | One row |
| Column Matrix | One column |
| Square Matrix | Rows = columns |
| Diagonal Matrix | Non-diagonal entries are zero |
| Scalar Matrix | Equal diagonal entries |
| Identity Matrix | Diagonal entries are 1 |
| Zero Matrix | All entries are zero |
| Symmetric Matrix | AT = A |
| Skew-Symmetric Matrix | AT = -A |
Formula and Property Table
| Concept | Formula or Rule |
| Order of Matrix | m × n |
| Number of Elements | mn |
| Matrix Equality | Same order and corresponding elements equal |
| Matrix Addition | [aij] + [bij] = [aij + bij] |
| Scalar Multiplication | k[aij] = [kaij] |
| Matrix Multiplication | AB defined if columns of A = rows of B |
| Transpose of Product | (AB)T = BTAT |
| Symmetric Part of A | 1/2(A + AT) |
| Skew-Symmetric Part of A | 1/2(A - AT) |
Important Terms in Matrices
| Term | Meaning |
| Matrix | Ordered rectangular array of numbers or functions |
| Element | Entry inside a matrix |
| Row | Horizontal arrangement of elements |
| Column | Vertical arrangement of elements |
| Order | Number of rows × number of columns |
| Square Matrix | Matrix with equal rows and columns |
| Diagonal Elements | Elements a11, a22, a33 and so on |
| Identity Matrix | Square matrix with diagonal 1 and other entries 0 |
| Transpose | Matrix obtained by interchanging rows and columns |
| Invertible Matrix | Matrix whose inverse exists |
Common Mistakes in Class 12 Mathematics Chapter 3 Notes
| Mistake | Correct Point |
| Adding matrices of different orders | Addition needs same order |
| Multiplying matrices without checking order | Columns of first matrix must equal rows of second |
| Assuming AB = BA | Matrix multiplication is generally not commutative |
| Writing (AB)T = ATBT | Correct formula is (AB)T = BTAT |
| Calling every diagonal matrix an identity matrix | Identity matrix has all diagonal entries equal to 1 |
| Forgetting zero diagonal in skew-symmetric matrix | Diagonal elements must be zero |
| Confusing row matrix and column matrix | Row matrix has one row, column matrix has one column |
Useful Links for Class 12 Maths
| Section | Useful Links |
| Syllabus | CBSE Class 12 Maths Syllabus |
| Revision Notes | CBSE Class 12 Maths Revision Notes |
| Maths Notes | CBSE Class 12 Maths Revision Notes Chapter 1 |
| NCERT Solutions | NCERT Solutions Class 12 Maths |
| Sample Papers | CBSE Sample Papers for Class 12 Maths |
| Important Questions | Important Questions Class 12 Maths |
| NCERT Books | NCERT Books for Class 12 Maths |
| Previous Year Papers | CBSE Maths Question Paper Class 12 |
Q.1
Ans
Q.2 Show that for any square matrix A, A + A’ is a symmetric matrix and A – A’ is a skew symmetric matrix.
Ans
Let B = A + A’
B’ = (A + A’)’
= A’ + (A’)’ [as (A + B)’ = A’ + B’]
= A’ + A [ (A’)’ = A]
= B
∴ B = A + A’ is a symmetric matrix.
Now let C = A – A’
C’ = (A – A’)’
= A’ – (A’)’
= A’ – A
= -(A – A’)
∴ C = A – A’ is a skew symmetric matrix.
Q.3
Ans
Q.4
Ans
Q.5 If A, B are symmetric matrices of same order, then show that AB – BA is a skew- symmetric matrix.
Ans
Here, (AB – BA)’ = (AB)’ – (BA)’
= B’A’ – A’B’
= –(A’B’ – B’A’)
= –(AB – BA) [ A’ = A, B’ = B]
⇒ (AB – BA)’ = –(AB – BA)
Hence, AB – BA is a skew-symmetric matrix.
Q.6
Ans
Q.7
Ans
Q.8
Ans
Q.9
Ans
Q.10
Ans
Q.11
Ans
Q.12
Ans
Q.13
Ans
Q.14
Ans
4 (ii) a13 =
7, a21 = 35
a23 = 5/3, a34 = 0
Q.15
Ans
Q.16 Find the order of matrix A = [a ub>ij]m x n.
AnsOrder of the matrix is m x n.
Q.17 A matrix has 24 elements. What re the possible orders it can have?
AnsThe possible orders of the matrix are:
1
24, 2
12, 3
8, 4
6, 6
4, 8
3, 12
2 and 24
1.
Q.18
Ans
x = 1 and y = 4 (Equality matrices property)
Q.19 If A and B are two square atrices and K is a scalar quantity then K(A+B) = ______.
Ans K(A+B) = KA+KB
Q.20
Ans
Q.21 A square matrix in which elements in the diagonal are all 1 and rest are all zero is called an ________.
Ans
Identity Matrix
Q.22 Define identity matrix.
Ans
A square matrix in which elements in the diagonal are all 1 and rest all are zero is called an identity matrix.
Q.23
Ans
Q.24
Ans
Diagonal elements of A are (1, 4, 7).
Q.25
Ans
Q.26
Ans
Q.27
Ans
Q.28
Ans
Q.29
Ans
Q.30 Show that for any square matrix A, A + A’ is a symmetric matrix and A – A’ is a skew symmetric matrix.
Ans
Let B = A + A’
B’ = (A + A’)’
= A’ + (A’)’ [as (A + B)’ = A’ + B’]
= A’ + A [ (A’)’ = A]
= B
∴ B = A + A’ is a symmetric matrix.
Now let C = A – A’
C’ = (A – A’)’
= A’ – (A’)’
= A’ – A
= -(A – A’)
∴ C = A – A’ is a skew symmetric matrix.
Q.31 Find the order of matrix A = [ij]m x n.
AnsOrder of the matrix is m x n.
Q.32
Ans
Q.33
Ans
Q.34
Ans
Q.35
Ans
Q.36
Ans
Q.37
Ans
Q.38
Ans
Q.39
Ans
Q.40
Ans
Q.41
Ans
Q.42
Ans
Q.43
Ans
Q.44
Ans
Q.45
Ans
Q.46
Ans
Q.47
Ans
FAQs (Frequently Asked Questions)
The order of a matrix decides which operations are possible. Addition and subtraction need the same order. Matrix multiplication needs columns of the first matrix to match rows of the second matrix.
Two matrices are equal when they have the same order and all corresponding elements are equal. If even one corresponding element is different, the matrices are not equal.
Matrix multiplication depends on row-column order. AB and BA may have different orders or different values. Sometimes AB may be defined while BA may not be defined.
Check whether AT = -A. Also check the diagonal entries. In every skew-symmetric matrix, all diagonal elements must be zero.
Remember that transpose changes rows into columns. For sums, transpose distributes normally: (A + B)T = AT + BT. For products, the order reverses: (AB)T = BTAT.
