Understanding Matrices: Definitions & Types
Understanding Matrices: Definitions & Types
Definition
𝑎
1 3 2−𝑖 −𝑖 5
Example: 𝐴 = ,𝐵 = , 𝐶 = [1 3 4], 𝐷 = 𝑏 , 𝐸 = [𝐼]
5 2 1 2+𝑖 −𝑖 + 4 𝑐
Order of Matrix
𝑎 𝑎 𝑎 … 𝑎 ROW 1
𝑎 𝑎 𝑎 … 𝑎 ROW 2
⎛𝑎 𝑎 𝑎 … 𝑎 ⎞ ROW 3
𝐴 = ⎜𝑎 𝑎 𝑎 … 𝑎 ⎟
× ROW 4
⋮ ⋮ ⋮ ⋱ ⋮
⎝ 𝑎 𝑎 𝑎 … 𝑎 ⎠ ROW m
COLUMN n
COLUMN 1
COLUMN 2
COLUMN 3
2. Matices
th th
Here aij denotes the element of i row and j column.
3 −2 5
Example: order of matrix is 2×3
1 3 4
Equality of Matrix
Two matrix A and B are said to be equal matrix if they are of same order and
their corresponding elements are equal.
3 4 5 𝑎 𝑎 𝑎
Example: If 𝐴 = and 𝐵 = 𝑏 𝑏 𝑏 are equal matrices
7 3 6
then 𝑎 = 3, 𝑎 = 4, 𝑎 = 5, 𝑏 = 7, 𝑏 = 3, 𝑏 = 6.
𝑥+𝑦 1 7 1
Example: If = , find ‘x’.
2𝑦 5 4 5
Solution: 2𝑦 = 4 ⟹ 𝑦 = 4
Solution: 𝑥 − 𝑦 = −1 ⟹ 𝑥 = 𝑦 − 1
2𝑥 − 𝑦 = 0 ⟹ 2(𝑦 − 1) − 𝑦 = 0 ⟹ 2𝑦 − 2 − 𝑦 = 0 ⟹ 𝑦 = 2
𝑥 = 𝑦−1= 2−1= 1
𝑥+𝑦 =1+2 =3
Example: If a matrix have 9 elements, what are the possibility orders it can have.
Solution: 3
That is , 1 × 9, 3 × 3, 9 × 1,
Example: If a matrix have 12 elements, what are the possibility orders it can have.
Solution: 6
That is , 1 × 12, 2 × 6, 3 × 4, 4 × 3, 6 × 2, 12 × 1,
Solution: 𝟐𝟔 = 𝟔𝟒
Ganita Karmasala
Bijaya Ranjan Karmi CLASS XII | CBSE | MATHEMATICS | 2025-26 | Page 61
2. Matices
Solution: 𝑎 = 2𝑖 − 𝑗 + 3
𝑎 𝑎
𝑎 𝑎
𝑎 = 2.1 − 1 + 3 = 4
𝑎 𝑎 4 3
𝑎 = 2.1 − 2 + 3 = 3
6 5
𝑎 = 2.2 − 1 + 3 = 6
8 7
𝑎 = 2.2 − 2 + 3 = 5
𝑎 = 2.3 − 1 + 3 = 8
𝑎 = 2.3 − 2 + 3 = 7
| |
Example: Construct a matrix 𝐴 = 𝑎 , such that 𝑎 = .
×
| |
Solution: 𝑎 =
|2.1 − 3.1| 1
𝑎 = =
2 2
|2.1 − 3.2| 𝑎 𝑎 𝑎 𝑎
𝑎 = =2
2 𝑎 𝑎 𝑎 𝑎
|2.1 − 3.3| 7 𝑎 𝑎 𝑎 𝑎
𝑎 = =
2 2
|2.1 − 3.4|
𝑎 = =5
2
|2.2 − 3.1| 1
𝑎 = =
2 2
|2.2 − 3.2|
𝑎 = =1 1 7
2 2 5
𝑎 =
|2.2 − 3.3| 5
= ⎛2 2 ⎞
2 2 1 5
⎜ 1 4⎟
|2.2 − 3.4| ⎜2 2 ⎟
𝑎 = =4 ⎜ ⎟
2 3 3
|2.3 − 3.1| 3 0 3
𝑎 = = ⎝2 2 ⎠
2 2
|2.3 − 3.2|
𝑎 = =0
2
|2.3 − 3.3| 3
𝑎 = =
2 2
|2.3 − 3.4|
𝑎 = =3
2
Types of Matrices
1. Row matrix
A matrix is said to be a row matrix or row vector if it has only one row
and any number of columns.
Example: [1 3 4] × , [2] ×
2. Column matrix
A matrix is said to be a column matrix or column vector if it has only one
column and any number of rows.
Ganita Karmasala
Bijaya Ranjan Karmi CLASS XII | CBSE | MATHEMATICS | 2025-26 | Page 62
2. Matices
3
Example: −1 , [−5] ×
2 ×
3. Singleton matrix
If in a matrix there is only one element then it is called singleton matrix.
Thus, A [aij]mn is a singleton matrix if m n 1.
0 0
Example: [0] × , [ 0 0] × , 0 0
0 0 ×
5. Square matrix
If number of rows and number of columns in a matrix are equal, then it
is called a square matrix.
Thus, A [aij]mn is a square matrix if m n
𝑎 𝑎 𝑎
𝑎 𝑎
Example: [𝑎 ] × , 𝑎 𝑎 , 𝑎 𝑎 𝑎
× 𝑎 𝑎 𝑎 ×
𝑡𝑟 𝐴 = 𝑎 =𝑎 +𝑎 +𝑎 +⋯+𝑎
𝑎 𝑎 𝑎 Diagonal Elements
𝑎 𝑎 𝑎
𝑎 𝑎 𝑎
Ganita Karmasala
Bijaya Ranjan Karmi CLASS XII | CBSE | MATHEMATICS | 2025-26 | Page 63
2. Matices
6. Diagonal matrix
If all elements except the principal diagonal in a square matrix are zero,
it is called a diagonal matrix.
Thus, A [aij]nn is a diagonal matrix if aij 0 when 𝑖 ≠ 𝑗
2 0 0
Example: 0 3 0 , denoted by 𝑑𝑖𝑎𝑔 [2,3,5]
0 0 5 ×
7. Scalar matrix
A square matrix whose all non-diagonal elements are zero and diagonal
elements are equal is called a scalar matrix.
𝛼, 𝑖𝑓 𝑖 = 𝑗
Thus, square matrix A [aij]nn is a scalar matrix if 𝑎 = .
0, 𝑖𝑓 𝑖 ≠ 𝑗
−5 0 0
2 0
Example: [7] × , , 0 −5 0
0 2 ×
0 0 −5 ×
8. Identity matrix
A square matrix in which elements in the main diagonal are all '1' and
rest are all zero is called an identity matrix or unit matrix.
1, 𝑖𝑓 𝑖 = 𝑗
Thus, square matrix A [aij]nn is a scalar matrix if 𝑎 = .
0, 𝑖𝑓 𝑖 ≠ 𝑗
1 0 0
1 0
Example: 𝐼 = [1] × ,𝐼 = ,𝐼 = 0 1 0
0 1 ×
0 0 1 ×
Unit matrix and null square matrices are also scalar matrices.
9. Triangular matrix
A square matrix 𝑎 is said to be triangular matrix if each element above or
below the principal diagonal is zero. It is of two types.
Ganita Karmasala
Bijaya Ranjan Karmi CLASS XII | CBSE | MATHEMATICS | 2025-26 | Page 64
2. Matices
i. Upper Triangular matrix:
A square matrix 𝑎 is called the upper triangular matrix, if 𝑎 = 0 when i> j.
≠ 𝟎, 𝒊𝒇 𝒊 ≤ 𝒋
𝒂𝒊𝒋 =
= 𝟎, 𝒊𝒇 𝒊 > 𝒋
5 1 3
Example: 0 −2 4
0 0 6 ×
5 0 0
Example: 1 −2 0
4 3 6 ×
𝒏(𝒏 )
Minimum number of zeros in a triangular matrix is given by 𝟐
where n is order of
matrix.
Diagonal matrix is both upper and lower triangular.
A triangular matrix 𝐴 = 𝑎 is called strictly triangular 𝑎 = 0 for 1 ≤ 𝑖 ≤ 𝑛.
×
Algebra of Matrix
Addition of Matrix
Scalar Multiplication of Matrix
Product of two Matrices
Transpose of Matrix
Addition of Matrices
If 𝐴 = 𝑎 and 𝐵 = 𝑏 are two matrices of the same order then their sum
× ×
A+B is a matrix whose each element is the sum of corresponding elements. i.e. 𝐴 + 𝐵 =
𝑎 +𝑏 .
×
1 3 2 5 1+2 3+5 3 8
Example: If 𝐴 = 4 5 and 𝐵 = 3 7 , then 𝐴 + 𝐵 = 4 + 3 5 + 7 = 7 12
7 2 1 4 7+1 2+4 8 6
Ganita Karmasala
Bijaya Ranjan Karmi CLASS XII | CBSE | MATHEMATICS | 2025-26 | Page 65
2. Matices
1−2 3−5 −1 −2
𝐴 − 𝐵 = 4 − 3 5 − 7 = 1 −2
7−1 2−4 6 −2
PROPERTIES: -
𝐵+𝐴=𝐶+𝐴𝐵 =𝐶
Thus, if 𝐴 = 𝑎 , then 𝑘𝐴 = 𝐴𝑘 = 𝑘𝑎
× ×
1 −2 4×1 4 × (−2) 4 −8
Example: If 𝐴 = 4 3 , then 4𝐴 = 4 × 4 4 × 3 = 16 12
−3 2 4 × (−3) 4×2 −12 8
PROPERTIES: -
If A, B are matrices of same order and 𝛼 ,𝛽 are any two scalars then
∝ (𝐴 𝐵) ∝ 𝐴 ∝ 𝐵
(∝ 𝛽)𝐴 ∝ 𝐴 𝛽𝐴
∝ ( 𝛽𝐴) (∝ 𝛽𝐴) 𝛽(∝ 𝐴)
( ∝ 𝐴) (∝ 𝐴) ∝ (𝐴)
−2 2 0 2 0 −2
Example: Find a matrix A such that 2𝐴 − 3𝐵 + 5𝐶 = 0, where 𝐵 = and 𝐶 = .
3 1 4 7 1 6
Solution: 2𝐴 − 3𝐵 + 5𝐶 = 0
Ganita Karmasala
Bijaya Ranjan Karmi CLASS XII | CBSE | MATHEMATICS | 2025-26 | Page 66
2. Matices
−2 2 0 2 0 −2
⇒ 2𝐴 − 3 +5 =0
3 1 4 7 1 6
−2 2 0 2 0 −2 −6 6 0 10 0 −10
⇒ 2𝐴 = 3 −5 = −
3 1 4 7 1 6 9 3 12 35 5 30
−6 − 10 6 − 0 0 + 10 −16 6 10 −8 3 5
⇒ 2𝐴 = = =2
9 − 35 3 − 5 12 − 30 −26 −2 −8 −13 −1 −4
−8 3 5
⇒𝐴=
−13 −1 −4
𝑥 5 3 −4 7 6
Example: Find the value of (x+y) from the following equation 2 + = .
7 𝑦−3 1 2 15 14
𝑥 5 3 −4 7 6
Solution: 2 + =
7 𝑦−3 1 2 15 14
2𝑥 10 7 6 3 −4 7−3 6+4
⇒ = − =
14 2𝑦 − 6 15 14 1 2 15 − 1 14 − 2
Example: If A = diag. [3, −5,7] 𝑎𝑛𝑑 𝐵 = 𝑑𝑖𝑎𝑔. [−1,2,4] 𝑡ℎ𝑒𝑛 Find (2A + 3B).
Solution: 2A + 3B
2 −1 10
Solution: 𝑥 +𝑦 =
3 1 5
2𝑥 −𝑦 10
⇒ + 𝑦 =
3𝑥 5
2𝑥 − 𝑦 10
⇒ =
3𝑥 + 𝑦 5
So, 2𝑥 − 𝑦 = 10
3𝑥 + 𝑦 = 5
Add above, 5𝑥 = 15 ⇒ 𝑥 = 3
And, 𝑦 = 2𝑥 − 10 = 2.3 − 10 = 6 − 10 = −4
9 −1 4 1 2 −1
Example: If =𝐴+ , then find the matrix A.
−2 1 3 0 4 9
9 −1 4 1 2 −1
Solution: =𝐴+
−2 1 3 0 4 9
Ganita Karmasala
Bijaya Ranjan Karmi CLASS XII | CBSE | MATHEMATICS | 2025-26 | Page 67
2. Matices
9 −1 4 1 2 −1
⇒ − =𝐴
−2 1 3 0 4 9
9−1 −1 − 2 4 + 1 8 −3 5
⇒𝐴= =
−2 − 0 1−4 3−9 −2 −3 −6
Product of Matrices
Two matrices A and B are conformable for the product AB if the number of
columns in A (pre-multiplier) is same as the number of rows in B (post multiplier).
MULTIPLICATION CONFORMABLE IF
C
ROW NO OF O
ELEMENTS L
NO OF ELEMENTS IN COLUMN U
IN ROW M
N
𝟐
−𝟐 𝟐 𝟎 CONFORMABLE
Example: . 𝟑
𝟑 𝟏 𝟒 𝟐×𝟑
𝟏 𝟑×𝟏
𝟏 𝟐
𝟏 𝟐 NOT CONFORMABLE
. 𝟑 𝟏
𝟐 𝟑 𝟐×𝟐
𝟐 𝟑 𝟑×𝟐
then their product 𝐶 = [𝑐 ] × is of order m p and is defined as 𝒂𝒊𝒋 . 𝒃𝒋𝒌 = [𝒄𝒊𝒌 ]𝒎×𝒑 .
𝒎×𝒏 𝒏×𝒑
𝑎 𝑎 𝑎 𝑎 𝑎
⋯ 𝑎 ⋯
𝑎 𝑎 𝑎 𝑎
⎛𝑎 𝑎 𝑎 ⋯
… 𝑎 ⋯
… 𝑎 ⎞
𝐴= 𝑎 =⎜
⎜ 𝑎⋮ ⋮ ⋮ ⋱
… ⋮ ⋱
… ⋮ ⎟
×
⎜ 𝑎 𝑎 𝑎 𝑎 ⎟⎟
⋮ ⋮ ⋮ ⋱ ⋱ ⋮
⋮
𝑎 𝑎 𝑎 … … 𝑎 ⎠
⎝ 𝑎
𝑏 𝑏 𝑏 𝑏 𝑏
⋯ ⋯ 𝑏
⎛ 𝑏 𝑏 𝑏 𝑏 ⎞
⋯
… ⋯
…
⎜𝑏 𝑏 𝑏 𝑏 𝑏 ⎟
𝐵= 𝑏 =⎜ ⋮ ⋮ ⋮ ⋱
… ⋮ ⋱
… ⋮ ⎟
× ⎜𝑏
⎜
𝑏 𝑏 ⋱ 𝑏 ⋱ 𝑏 ⎟ ⎟
⋮ ⋮ ⋮ … ⋮ … ⋮
⎝ 𝑏 𝑏 𝑏 𝑏 𝑏 ⎠
Ganita Karmasala
Bijaya Ranjan Karmi CLASS XII | CBSE | MATHEMATICS | 2025-26 | Page 68
2. Matices
𝑐 𝑐 𝑐 𝑐 𝑐
⋯ ⋯ 𝑐
𝑐 𝑐 𝑐 𝑐
⎛𝑐 𝑐 𝑐 ⋯
… 𝑐 ⋯
… 𝑐 ⎞
𝐶 = [𝑐 ] =⎜
⎜ 𝑐⋮ ⋮ ⋮ ⋱
… ⋮ ⋱
… ⋮ ⎟
𝑐 ⎟
×
⎜ 𝑐 𝑐 𝑐 ⎟
⋮ ⋮ ⋮ ⋱ ⋮ ⋱
⋮
𝑐 𝑐 𝑐 … 𝑐 …
⎝ 𝑐 ⎠
𝒂𝒊𝒋 . 𝒃𝒋𝒌
𝒎×𝒏 𝒏×𝒑
𝑎 𝑎 𝑎 𝑎 𝑎 𝑏 𝑏 𝑏 𝒃𝟏𝒌 𝑏
⋯ 𝑎 ⋯ ⋯ ⋯ 𝑏
𝑎 𝑎 𝑎 𝑎 𝑏 𝑏 𝑏 𝒃𝟐𝒌
⎛𝑎 𝑎 𝑎 ⋯
… 𝑎 ⋯
… 𝑎 ⎞ ⎛𝑏 𝑏 𝑏
⋯
… 𝒃𝟑𝒌
⋯
… 𝑏 ⎟
⎞
⎜
=⎜
⎜ 𝒂⋮ ⋮ ⋮ ⋱
… ⋮ ⋱
… ⋮ ⎟⎟ .⎜ ⋮ ⋮ ⋮ ⋱
… ⋮ ⋱
… ⋮ ⎟
⎜ 𝒊𝟏 𝒂𝒊𝟐 𝒂𝒊𝟑 𝒂𝒊𝒋 𝒂𝒊𝒏 ⎟ ⎜ 𝑏 𝑏 𝑏 𝒃𝒋𝒌 𝑏 ⎟
⋮ ⋮ ⋮ ⋱ ⋱ ⋮ ⎜ ⋱ ⋱ ⎟
⋮ ⋮ ⋮ ⋮ ⋮ ⋮
𝑎 𝑎 𝑎 … … 𝑎 ⎠ 𝑏 … …
⎝ 𝑎 𝑏 𝑏 𝒃𝒏𝒌 𝑏 ⎠
⎝
𝑐 𝑐 𝑐 𝑐 𝑐
⋯ ⋯ 𝑐
𝑐 𝑐 𝑐 𝑐
⎛𝑐 𝑐 ⋯
… 𝑐 ⋯
… 𝑐 ⎞
𝑐
=⎜
⎜ 𝑐⋮ ⋮ ⋮ ⋱
… ⋮ ⋱
… ⋮ ⎟
⎜ 𝑐 𝑐 𝒄𝒊𝒌 𝑐 ⎟⎟
⋮ ⋮ ⋮ ⋱ ⋮ ⋱
⋮
𝑐 𝑐 𝑐 … 𝑐 …
⎝ 𝑐 ⎠
Example: 2 −1
4 −3
−5 3 CONFORMABLE
3 2 𝟐×
3 4 ×𝟐
𝟐 −𝟏 𝟐 × 𝟒 + (−𝟏) × 𝟑 ?
𝟒 −3
−5 3 . = ? ?
𝟑 2
3 4 ? ?
𝟐 −𝟏 5 𝟐 × (−𝟑) + (−𝟏) × 𝟐
4 −𝟑
−5 3 . = ? ?
3 𝟐
3 4 ? ?
2 −1 5 −8
𝟒 −3
−𝟓 𝟑 . = (−𝟓) × 𝟒 + 𝟑 × 𝟑 ?
𝟑 2
3 4 ? ?
2 −1 5 −8
4 −𝟑
−𝟓 𝟑 . = −11(−𝟓) × (−𝟑) + 𝟑 × 𝟐
3 𝟐
3 4 ? ?
2 −1 5 −8
𝟒 −3
−5 3 . = −11 21
𝟑 2
𝟑 𝟒 𝟑×𝟒+𝟒×𝟑 ?
Ganita Karmasala
Bijaya Ranjan Karmi CLASS XII | CBSE | MATHEMATICS | 2025-26 | Page 69
2. Matices
2 −1 5 −8
4 −𝟑 −11 21
−5 3 . =
3 𝟐
𝟑 𝟒 24 𝟑 × (−𝟑) + 𝟒 × 𝟐
2 −1 5 −8
4 −3
𝑠𝑜, −5 3 . = −11 21
3 2
3 4 24 −1
Example: 𝐴 ×______
. 𝐵 ×_____
= (𝐶 )______×
𝐴 ×____
. 𝐵 ×
= (𝐶 )_____×_____
𝐴 _____×
. 𝐵 _____×______
= (𝐶 ) ×
−5
Example: [1 −2 3] . 3
−7
−5
Solution: [1 −2 3] × . 3
−7 ×
−1 3
Example: [2 3] . 2 −1
4 2
−1 3
Solution: [2 3] × . 2 −1 impossible
4 2 ×
1
Example: 2 . [1 2 3 4 5]
3
1
Solution: 2 . [1 2 3 4 5] ×
3 ×
Ganita Karmasala
Bijaya Ranjan Karmi CLASS XII | CBSE | MATHEMATICS | 2025-26 | Page 70
2. Matices
1 −1
Example: If matrix A = and 𝐴 = 𝑘𝐴, then write the value of “k”.
−1 1
1 −1 1 −1
Solution: 𝐴 = .
−1 1 × −1 1 ×
1 −1 1 −1
𝐴 =2 =𝑘
−1 1 × −1 1 ×
So, 𝑘 = 2
2 3 1 −3 −4 6
Example: If . = , then write the value of “x”.
5 7 −2 4 −9 𝑥
2 3 1 −3 −4 6
Solution: . =
5 7 × −2 4 × −9 𝑥 ×
−4 6 −4 6
⇒ =
−9 13 × −9 𝑥 ×
So, 𝑥 = 13
Example: If A is a square matrix such that 𝐴 = 𝐼 ,then find the simplified value of (𝐴 − 𝐼) +
(𝐴 + 𝐼) − 7𝐴 .
Solution: (𝐴 − 𝐼) + (𝐴 + 𝐼) − 7𝐴
= 𝐴 + 3𝐴 𝐼 + 3𝐴𝐼 + 𝐼 + 𝐴 − 3𝐴 𝐼 + 3𝐴𝐼 − 𝐼 − 7𝐴
= 2𝐴 + 6𝐴𝐼 − 7𝐴
= 2𝐴. 𝐴 + 6𝐴 𝐼 − 7𝐴 (∵ 𝐴 = 𝐴. 𝐴 = 𝐴 . 𝐴, 𝐼 = 𝐼)
= 2𝐴 𝐼 + 6𝐴 𝐼 − 7𝐴 (∵ 𝐴 = 𝐼)
= 2𝐴 + 6𝐴 − 7𝐴 (∵ 𝐴 𝐼 = 𝐴)
= 8𝐴 − 7𝐴 = 𝐴
Example: If A is a square matrix such that 𝐴 = 𝐴 ,then write the value of 7𝐴 − (𝐴 + 𝐼) where I
is an identity matrix.
2 −1 −1 −8
Example: 𝐹𝑖𝑛𝑑 𝑚𝑎𝑡𝑟𝑖𝑥 𝐴 𝑠𝑢𝑐ℎ 𝑡ℎ𝑎𝑡 1 0 . 𝐴= 1 −2 .
−3 4 9 22
Ganita Karmasala
Bijaya Ranjan Karmi CLASS XII | CBSE | MATHEMATICS | 2025-26 | Page 71
2. Matices
2 −1 −1 −8
Solution: 1 0 .𝐴 × = 1 −2
−3 4 × 9 22 ×
𝑥 𝑥
Let 𝐴 × = 𝑦 𝑦 ×
2 −1 𝑥 𝑥 −1 −8
⇒ 1 0 . 𝑦 𝑦 = 1 −2
×
−3 4 × 9 22 ×
2𝑥 − 𝑦 2𝑥 − 𝑦 −1 −8
⇒ 𝑥 𝑥 = 1 −2
−3𝑥 + 4𝑦 −3𝑥 + 4𝑦 × 9 22 ×
So , 𝑥 = 1, 𝑥 = −2
2𝑥 − 𝑦 = −1 ⇒ 𝑦 = 2𝑥 + 1 = 2.1 + 1 = 3
2𝑥 − 𝑦 = −8 ⇒ 𝑦 = 2𝑥 + 8 = 2. (−2) + 8 = 4
1 0 2
Example: If 𝐴 = 0 2 1 𝑎𝑛𝑑 𝐴 − 6𝐴 + 7𝐴 + 𝑘𝐼 = 𝟎, 𝑡ℎ𝑒𝑛 𝑓𝑖𝑛𝑑 “𝑘”.
2 0 3
1 0 2
Solution: 𝐴= 0 2 1
2 0 3 ×
1 0 2 1 0 2
Let 𝐴 = 𝐴 × .𝐴 × = 0 2 1 . 0 2 1
2 0 3 × 2 0 3 ×
5 0 8
= 2 4 5
8 0 13 ×
5 0 8 1 0 2
So, 𝐴 = 𝐴 . 𝐴 = 2 4 5 . 0 2 1
8 0 13 × 2 0 3 ×
21 0 34
= 12 8 23
34 0 55 ×
Now, 𝐴 − 6𝐴 + 7𝐴 + 𝑘𝐼 = 𝟎
Ganita Karmasala
Bijaya Ranjan Karmi CLASS XII | CBSE | MATHEMATICS | 2025-26 | Page 72
2. Matices
21 0 34 5 0 8 1 0 2 1 0 2
⇒ 12 8 23 −6 2 4 5 +7 0 2 1 +𝑘 0 2 1 =𝟎
34 0 55 × 8 0 13 × 2 0 3 × 2 0 3 ×
21 0 34 −30 0 −48 7 0 14 𝑘 0 0
⇒ 12 8 23 + −12 −24 −30 + 0 14 7 + 0 𝑘 0 =𝟎
34 0 55 × −48 0 −78 × 14 0 21 × 0 0 𝑘 ×
21 − 30 + 7 0+0+0 34 − 48 + 14 𝑘 0 0
⇒ 12 − 12 + 0 8 − 24 + 14 23 − 30 + 7 + 0 𝑘 0 =𝟎
34 − 48 + 14 0+0+0 55 − 78 + 21 × 0 0 𝑘 ×
−2 0 0 𝑘 0 0
⇒ 0 −2 0 + 0 𝑘 0 =𝟎
0 0 −2 × 0 0 𝑘 ×
𝑘 0 0 2 0 0
⇒ 0 𝑘 0 = 0 2 0
0 0 𝑘 × 0 0 2 ×
So, 𝑘 = 2
PROPERTIES: -
1. NOT COMMUTATIVE
If matrices A and B be conformable for the products AB and BA. take 𝐴 = 𝑎 and 𝐵 =
×
𝑏 , then the product AB is a matrix of order 𝑚 × 𝑚 while the product BA is a matrix of order
×
𝑛 × 𝑛.
If 𝑚 = 𝑛, take 𝐴 = 𝑎 and 𝐵 = 𝑏
× ×
Since 𝑐 ≠ 𝑑 so, 𝐴𝐵 ≠ 𝐵𝐴
1 −1 0 3
Example: 𝐴 = ,𝐵=
0 2 4 −2
0 3 1 −1 0×1+3×0 0 × (−1) + 3 × 2 0 6
𝐵𝐴 = . = =
4 −2 0 2 4 × 1 + (−2) × 0 4 × (−1) + (−2) × 2 4 −8
𝑨𝑩 ≠ 𝑩𝑨
Ganita Karmasala
Bijaya Ranjan Karmi CLASS XII | CBSE | MATHEMATICS | 2025-26 | Page 73
2. Matices
2. IDENTITY
If A is a matrix of order n.
𝑨𝑰𝒏 = 𝑨 = 𝑰𝒏 𝑨
3. ASSOCIATIVE
Let 𝐴 = 𝑎 ,𝐵= 𝑏 and 𝐶 = [𝑐 ] × be three matrices of order m×n , n
× ×
(𝐴𝐵)𝐶 = [𝜎 ] ×
𝑝
where [𝜎 ] = ∑𝑘=1 𝛼 . 𝑐𝑘𝑙
=∑ ∑ 𝑎 .𝑏 .𝑐
=∑ ∑ 𝑎 𝑏 𝑐
𝐴(𝐵𝐶) = [𝜑 ] ×
=∑ 𝑎 . ∑ 𝑏 .𝑐
=∑ ∑ 𝑎 𝑏 𝑐
=∑ ∑ 𝑎 𝑏 𝑐
4. DISTRIBUTIVE
Let 𝐴 = 𝑎 ,𝐵= 𝑏 and 𝐶 = 𝑐 be three matrices of order m×n , n
× × ×
=∑ 𝑎 . 𝑏 +𝑐
Ganita Karmasala
Bijaya Ranjan Karmi CLASS XII | CBSE | MATHEMATICS | 2025-26 | Page 74
2. Matices
=∑ 𝑎 .𝑏 + ∑ 𝑎 .𝑐
𝐴𝐵 + 𝐴𝐶 = [𝜑 ] ×
𝐴(𝐵 − 𝐶) = 𝐴𝐵 − 𝐴𝐶
(𝐴 + 𝐵)(𝐶 + 𝐷) = 𝐴𝐶 + 𝐴𝐷 + 𝐵𝐶 + 𝐵𝐷
If A and B are two matrices such that AB exists, then BA may or may not exist.
The multiplication of two triangular matrices is a triangular matrix.
The multiplication of two diagonal matrices is also a diagonal matrix and
𝑑𝑖𝑎𝑔(𝑎 , 𝑎 , … , 𝑎 ) × 𝑑𝑖𝑎𝑔(𝑏 , 𝑏 , … , 𝑏 ) = 𝑑𝑖𝑎𝑔(𝑎 𝑏 , 𝑎 𝑏 , … , 𝑎 𝑏 )
The multiplication of two scalar matrices is also a scalar matrix.
If A and B are two matrices of the same order, then
(𝐴 + 𝐵) = 𝐴 + 𝐵 + 2𝐴𝐵
(𝐴 − 𝐵) = 𝐴 + 𝐵 − 2𝐴𝐵
(𝐴 + 𝐵)(𝐴 − 𝐵) = 𝐴 − 𝐵
𝐴(−𝐵) = (−𝐴)𝐵 = −(𝐴𝐵)
The positive integral powers of a matrix A are defined only when A is a square matrix.
𝐴 = 𝐴. 𝐴
𝐴 = 𝐴. 𝐴. 𝐴 = 𝐴𝐴 = 𝐴 𝐴
𝐴 𝐴 =𝐴
(𝐴 ) = 𝐴 = (𝐴 )
𝐼 =𝐼 =𝐼
Transpose of a Matrix
The matrix obtained from a given matrix A by changing its rows into columns
or columns into rows is called transpose of Matrix A and is denoted by 𝐴 or 𝐴 .
Ganita Karmasala
Bijaya Ranjan Karmi CLASS XII | CBSE | MATHEMATICS | 2025-26 | Page 75
2. Matices
𝑎 𝑎 𝑎 𝑎 𝑏
Example: Transpose of matrix 𝑏 𝑏 𝑏 is 𝑎 𝑏 .
× 𝑎 𝑏 ×
PROPERTIES: -
(𝐴 ) = 𝐴
(𝐴 + 𝐵) = 𝐴 + 𝐵 , A and B being of the same order
(𝑘𝐵) = 𝑘𝐴 , k be any scalar (real or complex)
(𝐴𝐵) = 𝐵 𝐴 , A and B being conformable for the product AB
(𝐴 𝐴 𝐴 … … 𝐴 𝐴 ) =𝐴 𝐴 ……𝐴 𝐴 𝐴
𝐼 =𝐼
𝑐𝑜𝑠𝛼 𝑠𝑖𝑛𝛼
Example: 𝐼𝑓 𝐴 = , find 𝛼 satisfying 0 < 𝛼 < when 𝐴 + 𝐴 = √2𝐼 where 𝐴 is
−𝑠𝑖𝑛𝛼 𝑐𝑜𝑠𝛼
transpose A.
Given 𝐴 + 𝐴 = √2𝐼
2𝑐𝑜𝑠𝛼 0 2 0
⇒ = √
0 2𝑐𝑜𝑠𝛼 0 √2
𝑎+𝑏 2 6 5
Example: 𝐼𝑓 = 𝑡ℎ𝑒𝑛 𝑓𝑖𝑛𝑑 𝑎.
5 𝑏 2 2
Ganita Karmasala
Bijaya Ranjan Karmi CLASS XII | CBSE | MATHEMATICS | 2025-26 | Page 76
2. Matices
𝑎 𝑑 𝑒
Example: 𝑑 𝑏 𝑓
𝑒 𝑓 𝑐
Every unit matrix and square zero matrix are symmetric matrices.
( )
Maximum number of different elements in a symmetric matrix is .
2. Skew-Symmetry Matrix
A square matrix 𝐴 = 𝑎 is called skew-symmetric matrix if 𝒂𝒊𝒋 = −𝒂𝒋𝒊 for
all i, j or 𝑨𝑻 = −𝑨.
0 𝑑 𝑒
Example: −𝑑 0 𝑓
−𝑒 −𝑓 0
All principal diagonal elements of a skew- symmetric matrix are always zero because for
any diagonal element. 𝑎 = −𝑎 ⇒ 𝑎 = 0
Trace of a skew symmetric matrix is always 0.
PROPERTIES: -
Ganita Karmasala
Bijaya Ranjan Karmi CLASS XII | CBSE | MATHEMATICS | 2025-26 | Page 77
2. Matices
b) AB BA is a symmetric matrix.
If A a skew-symmetric matrix and C is a column matrix, then 𝐶 𝐴𝐶 is a zero matrix.
Every square matrix A can uniquely be expressed as sum of a symmetric and skew-
symmetric matrix i.e.
1 1
𝐴= (𝐴 + 𝐴 ) + (𝐴 − 𝐴 )
2 2
Example: Express the matrix A as the sum of a symmetry and a skew-symmetry matrix, where:
3 −2 −4
𝐴= 3 −2 −5 .
−1 1 2
3 −2 −4
𝐴= 3 −2 −5
−1 1 2
3 3 −1
𝐴 = −2 −2 1
−4 −5 2
Symmetry matrix = (𝐴 + 𝐴 )
3 −2 −4 3 3 −1 3 + 3 −2 + 3 −4 − 1
= 3 −2 −5 + −2 −2 1 = 3 − 2 −2 − 2 −5 + 1
−1 1 2 −4 −5 2 −1 − 4 1 − 5 2+2
6 1 −5 ⎡3 − ⎤
⎢ −2 −2⎥⎥
= 1 −4 −4 = ⎢
−5 −4 4 ⎢ ⎥
⎣− −2 2 ⎦
Skew-Symmetry matrix = (𝐴 − 𝐴 )
3 −2 −4 3 3 −1 3 − 3 −2 − 3 −4 + 1
= 3 −2 −5 − −2 −2 1 = 3 + 2 −2 + 2 −5 − 1
−1 1 2 −4 −5 2 −1 + 4 1 + 5 2−2
0 −5 −3 ⎡0 − − ⎤
⎢ ⎥
= 5 0 −6 = ⎢ 0 −3⎥
3 6 0 ⎢ ⎥
⎣ 3 0⎦
0 2𝑏 −2
Example: Matrix 𝐴 = 3 1 3 is given to be symmetric, find values of "a” and “b”.
3𝑎 3 −1
Ganita Karmasala
Bijaya Ranjan Karmi CLASS XII | CBSE | MATHEMATICS | 2025-26 | Page 78
2. Matices
Solution: A matrix is Symmetry Matrix if 𝒂𝒊𝒋 = 𝒂𝒋𝒊
So 2𝑏 = 3 ⇒ 𝑏 =
And 3𝑎 = −2 ⇒ 𝑎 = −
0 𝑎 −3
Example: If the matrix 2 0 −1 is skew-symmetric, find values of "a” and “b”.
𝑏 1 0
So 𝑎 = −2
And 𝑏 = −(−3) = 3
Ganita Karmasala
Bijaya Ranjan Karmi CLASS XII | CBSE | MATHEMATICS | 2025-26 | Page 79