Matrix
Matrix
Diagonal Matrix: A square matrix whose all the elements except diagonal elements
are zero is called a diagonal matrix.
1 0
𝑒𝑔. = 𝐷𝑖𝑎𝑔. [1 3]
0 3
2 0 0
0 1 0 = 𝐷𝑖𝑎𝑔 [ 2 1 5 ]
0 0 5
Scalar Matrix: A diagonal matrix whose all the elements are equal, non zero, scalar
is a scalar matrix.
−2 0 0
4 0
𝑒. 𝑔 , 0 −2 0
0 4
0 0 −2
Zero Matrix: Matrix with all elements ‘0’ is a zero matrix.
0 0 0 0 0
, etc.
0 0 0 0 0
Identity Matrix or unit Matrix: A scalar matrix with its diagonal elements ‘I’ is
an identity matrix
1 0
𝐼2 = ; 𝐼 = identity matrix of order 2 𝑥 2
0 1 2
no.of columns
of A
(ii) if 𝑛 = 𝑝, then 𝐴 ∙ 𝐵 = 𝑚 ×𝑞
Method: for aij of 𝐴 ∙ 𝐵 corr. Elements ith row of A are multiplied to corresponding
elements of jth column of B and added.
2 3
2 3 5
(1) e.g 𝐴= 𝐵= 1 2
6 7 2 2 ×3
3 7 3 ×2
2×2+3×1+5×3 2×3+3×2+5×4
𝑎11 𝑎12
𝐴∙𝐵 =
6×2+7×1+2×3 6×3+7×2+2×4
𝑎21 𝑎22
2×2
22 32
=
25 40
2 3 5 2 2×2+3×5+5×6
(2) 6 7 2 5 = 6×2+7×5+2×6
3 4 1 3 ×3 6 3 ×1 3×2+4×5+1×6 3 ×1
2
(3) 1 2 3 1×3 1 = 1𝑥2 + 2𝑥1 + 3𝑥5 1×1 = 19
5 3×1
Note ; 𝐴𝐼 = 𝐼𝐴 = 𝐴
Properties of Multiplication
1. Matrix multiplication is not commutative in general
𝐴𝐵 ≠ 𝐵𝐴 (In general)
2. A, B, C be three matrices
A ( BC) = (AB) C
⟹ 𝐴 − 4𝐼 = 5𝐴−1
−1
1 1 1 2 2 4 0 0
⟹ 𝐴 = 𝐴 − 4𝐽 = 2 2 2 − 0 4 0
5 5
2 2 1 0 0 4
−3/5 2/5 2/5
1 −3 2 2
= 2 −3 2 2/5 −3/5 2/5
5
2 2 −3 2/5 2/5 −3/5
Transpose of a matrix ; 𝑨𝑻 or A’
Matrix obtained by interchanging rows and columns
2 6
2 3 5 𝑇
𝐴= ;𝐴 = 3 7
6 7 2 2×3
5 2 2×2
In general
𝐴 = 𝑎𝑖𝑗 𝑚𝑥𝑛 ⟹ 𝐴𝑇 = 𝑎𝑗𝑖 𝑚𝑥𝑚
Properties:
(i) 𝐴′ ′
=𝐴 (ii) 𝐴 + 𝐵 ′
= 𝐴′ + 𝐵′
′
(iii) 𝐴𝐵 = 𝐵′ 𝐴′ (iv) 𝑘 𝐴 ′ = 𝑘 𝐴′
(v) (𝐴𝑇 )−1 = (𝐴−1 )𝑇
# Symmetric Matrix
If 𝐴’ = 𝐴, then A is called a symmetric matrix
Symmetric matrix
2 3 2 3
e.g 𝐴 = , 𝐴′ = =𝐴
3 5 3 5
⟹ 𝐴 is a symmetric matrix
# Skew symmetric matrix:
If 𝐴′ = − then A is a skew symmetric matrix
0 2 0 −2 0 2
𝑒. 𝑔 𝐴 = ; 𝐴′ = =− = −𝐴
−2 0 0 0 −2 0
⟹ A is a skew symmetric Matrix
Theorem: A skew symmetric matrix has its diagonal elements all zero.
Now
1
(1) + 2 ⟹ 𝐴 + 𝐴′ = 2𝑃 ⟹ 𝑃 = (𝐴 + 𝐴′ )
2
1
(1) – 2 ⟹ 𝐴 − 𝐴′ = 2𝑄 ⟹ 𝑄 = (𝐴 − 𝐴′ )
2
1 1
(1) ⟹ 𝐴 = 𝐴 + 𝐴′ + (𝐴 − 𝐴′ )
2 2
1
12
1 0
2
𝑅3 ⟶ − 𝑅3 ⟹ 2 = 3 2 𝐴
5
0 1 −
5 5
3 3 1
1 − 0 0
2 2 2
⟹ 0 1 0 = −
1 1
0 𝐴
5 5
3 −2 2 0 0 1
𝑅3 ⟶ 𝑅3 − 3𝑅1
𝑅3 ⟶ 𝑅3 − 𝑅1
1
1 −
3 3 0 0
2
2 2 1 1
⟹ 0 1 0 = −5 5
0 𝐴
5
0 0 − −1 −
1
1
2
2
2
𝑅3 ⟶ − 𝑅3
5
1
3 3 0 0
1 − 2
2 2 1 1
⟹ 0 1 0 = −5 5
0 𝐴
0 0 1 2 1 2
−
5 5 5
3
𝑅1 ⟶ 𝑅1 − 𝑅3
2
1 3 3
3 − −
1 − 0 10 10 5
2 1 1
⟹ 0 1 0 = −5 5
0 𝐴
0 0 1 2 1 2
−
5 5 5
3
𝑅1 ⟶ 𝑅1 + 𝑅2
2
2 3
− 0
1 0 0 5 5
1 1
⟹ 0 1 0 = −5 5
0 𝐴
0 0 1 2 1 2
−
5 5 5
𝐼 = 𝐴−1 𝐴
Note:
If all elements in a row/column in L. H. S Matrix are zero, then 𝐴−1 doesn’t axis
[∴ then 𝐴 = 0]
E.C. operations
Important Questions
0 1
1. 𝐴 = , show (𝑎𝐼 + 𝑏𝐴)𝑛 = 𝑎𝑛 𝐼 + 𝑛𝑎 𝑛−1 𝑏𝐴 ; 𝑛 ∈ 𝑁
0 0
Sol: let P (n): (𝑎𝐼 + 𝑏𝐴)1 = 𝑎𝑛 𝐼 + 𝑛𝑎𝑛−1 𝑏 𝐴 − − − −(1)
∴𝑃 𝑖 : (𝑎 𝐼 + 𝑏 𝐴)1 = 𝑎1 𝐼 + 1 𝑎 𝑏 𝐴
=𝑎𝐼+𝑏𝐴
∴ 𝑃 𝑖 is true
Let 𝑝 𝑛 is trune for 𝑛 = 𝑘 ∈ 𝑁
𝑃 𝑘 ; (𝑎𝐼 + 𝑏𝐴)𝑘 = 𝑎𝑘 𝐼 + 𝑘𝑎 𝑘−1 𝑏 𝐴 − − − − − (2)
Now we have to prove p (n) is true for 𝑛 = 𝑘 + 1
𝑘+1
𝑝 𝑘𝐻 : 𝑎𝐼 + 𝑏𝐴 = 𝑎 𝐾+1 𝐼+ )𝑘 + 1) 𝑎𝑘 𝑏 𝐴
𝑘+1
L . H. S = 𝑎𝐼 + 𝑏𝐴
= (𝑎𝐼 + 𝑏𝐴)𝑘 , (𝑎𝐼 + 𝑏𝐴)
= 𝑎𝑘 𝐼 + 𝑘𝑎𝑘−1 𝑏𝐴 . (𝑎𝐼 + 𝑏𝐴)
= 𝑎𝐾𝐻 𝐽2 + 𝑎𝑘 𝑏 𝐼 𝐴 + 𝑘𝑎𝑘 𝑏 𝐴𝐼 + 𝑘𝑎𝑘−1 𝑏 2 𝐴2
= 𝑎𝑘+1 𝐼 + 𝑎𝑘 𝑏 𝐴 + 𝑘𝑎𝑘 𝑏 𝐴 + 0
0 1 0 1
[∴ 𝐼 2 = 𝐼, 𝐼 𝐴 = 𝐴𝐼 = 𝐴, 𝐴2 = =
0 0 0 0
= 𝑎𝑘+𝑖 𝐼 + 1 + 𝑘 𝑎𝑘 𝑏 𝐴
∴ By PMI, p (n) is true for all 𝑛 ∈ 𝑁.
Ex: Find 𝑋
1 2 3 −7 −8 −9
𝑋 = ----------------(1)
4 5 6 2 4 6
For L.H. S. to be defined
𝑋 should be a matrix of order 2 × 2
𝑎 𝑏 1 2 3 −7 −8 −9
∵ Let 𝑋 = =
𝑐 𝑑 4 5 6 2 4 6
𝑎 + 4𝑏 2𝑎 + 5𝑏 3𝑎 + 6𝑏 −7 −8 −9
⟹ =
𝑐 + 4𝑑 2𝑐 + 5𝑑 3𝑐 + 6𝑑 2 4 6
Comparing we get
𝑎 + 4𝑏 = 7 ; 2𝑎 + 5𝑏 = −8, 3𝑎 + 6𝑏 = −9
= 2 − 30 + 7 = −21
(ii) Expansion along 𝐶1
𝐴 = 𝑎11 𝐴11 + 𝑎21 𝐴21 + 𝑎31 𝐴31
−2 −3 3 1 3 1
=2 −1 +2
3 4 3 4 −2 −3
Sing of cofactor
= −8 + 9 − 1 12 − 3 + 2 (−9 + 2)
= 2 − 9 − 14 = −21
(iii) Expansion along 𝑅2
3 1 2 1 2 3
𝐴 = −1 + −2 − 3
3 4 2 4 2 3
Sing of cofactors
= − 12 − 3 − 2 8 − 2 + 3 (6 − 6)
= −9 − 12 + 0
= −21
Interpretation:
Expansion can be done along any row or column, value of | A | remains the same
8. (ii) Prove
1 1 1
𝑎 𝑏 𝑐 = 𝑎 − 𝑏 𝑏 − 𝑐 𝑐 − 𝑎 (𝑎 + 𝑏 + 𝑐)
𝑎3 𝑏3 𝑐3
𝐿∙𝐻∙𝑆: 𝐶1 ⟶ 𝐶1 − 𝐶3 , 𝐶2 ⟶ 𝐶2 − 𝐶3
The to operate with same row/column
0 0 1
= 𝑎−𝑐 𝑏−𝑐 𝑐
𝑎3 − 𝑐 3 𝑏3 − 𝑐3 𝑐3
0 0 1
= +𝑐 𝑎−𝑐 𝑏−𝑐 𝑐
𝑎 − 𝑐 (𝑎2 + 𝑐 2 + 𝑎𝑐) 𝑏 − 𝑐 (𝑏 + 𝑐 + 𝑏𝑐) 𝑐 3
2 2
= (𝑎 − 𝑐) 0 0 1
1 1 𝑐
(𝑏 − 𝑐)
𝑎 + 𝑐 2 + 𝑎𝑐
2
𝑏 + 𝑐 2 + 𝑏𝑐
2
𝑐3
Expending along 𝑅1
1 1
= 𝑎−𝑐 𝑏−𝑐
𝑎 + 𝑐 2 + 𝑎𝑐
2
𝑏 + 𝑐 2 + 𝑏𝑐
2
= 𝑎 − 𝑐 𝑏 − 𝑐 𝑏 2 + 𝑐 2 + 𝑏𝑐 − 𝑎2 − 𝑐 2 − 𝑎𝑐
= 𝑎 − 𝑐 𝑏 − 𝑐 (𝑏 2 − 𝑎2 + 𝑐(𝑏 − 𝑎)}
= (𝑎 − 𝑐) 𝑏 − 𝑐 { 𝑏 − 𝑎 𝑏 + 𝑎 + 𝑐 𝑏 − 𝑎 }
= 𝑎 − 𝑐 𝑏 − 𝑐 𝑏 − 𝑎 {𝑏 + 𝑎 + 𝑐}
= − 𝑎𝑏 𝑏 − 𝑐 − 𝑐 − 𝑎 (𝑎 + 𝑏 + 𝑐)
= 𝑎 − 𝑏 𝑏 − 𝑐 𝑐 − 𝑎 (𝑎 + 𝑏 + 𝑐)
𝑥 𝑥2 𝑦𝑧
9. Prove 𝑦 𝑦2 𝑧𝑥 = 𝑥 − 𝑦 𝑦 − 𝑧 𝑧 − 𝑥 (𝑥𝑦 + 𝑦𝑧 + 𝑧𝑥)
𝑧 𝑧2 𝑥𝑦
𝑥 𝑥2 𝑦𝑧
𝐿∙𝐻∙𝑆 = 𝑦 𝑦2 𝑧𝑥 𝑅1 → 𝑥𝑅1 , 𝑅2 → 𝑦 𝑅2 𝑅3 → 𝑧 𝑅3
𝑧 𝑧2 𝑥𝑦
𝑥2 𝑥3 𝑥𝑦 𝑧
1
=
𝑥𝑦𝑧
𝑦2 𝑦3 𝑥𝑦 𝑧 taking 𝑥𝑦𝑧 common from 𝐶3
𝑧2 𝑧2 𝑥𝑦 𝑧
𝑥2 𝑥3 1
= 𝑦2 𝑦3 1 𝑅1 → 𝑅1 − 𝑅3 , 𝑅2 → 𝑅2 − 𝑅3
𝑧2 𝑧3 1
𝑥2 = 𝑧2 𝑥3 − 𝑧3 0
= 𝑦2 − 𝑧2 𝑦3 − 𝑧3 0
𝑧2 𝑧3 1
𝑥 − 𝑧 (𝑥 + 3) 𝑥 − 3 (𝑥 2 + 𝑧 2 + 𝑥𝑧) 0
= 𝑦 − 𝑧 (𝑦 + 𝑧) 𝑦 − 𝑧 (𝑦 2 + 𝑧 2 + 𝑦𝑧) 0
𝑧2 𝑧3 1
𝑥+𝑧 𝑥 2 + 𝑧 2 + 𝑥𝑧 0
= 𝑥−𝑧 𝑦−𝑧 𝑦+𝑧 𝑦 2 + 𝑧 2 + 𝑦𝑧 0
𝑧2 𝑧3 1
Expanding along 𝐶3
𝑥+𝑧 𝑥2 + 𝑧2 + 𝑥 𝑧
= 𝑥−𝑧 𝑦−𝑧
𝑦+𝑧 𝑦 2 + 𝑧 3 + 𝑦𝑧
𝑥−𝑦 𝑥 2 − 𝑦 2 + 𝑥𝑧 − 𝑦𝑧
𝑅1 → 𝑅1 − 𝑅2 = 𝑥 − 𝑧 𝑦 − 𝑧
𝑦+𝑧 𝑦 2 + 𝑧 2 + 𝑦𝑧
(𝑥 − 𝑦) 𝑥 + 𝑦 + 𝑧 (𝑥 − 𝑦)
= 𝑥−𝑧 𝑦−3
𝑦+𝑧 𝑦 2 + 𝑧 2 + 𝑦𝑧
1 𝑥+𝑦+𝑧
= 𝑥−𝑧 𝑦−𝑧 𝑥−𝑦
𝑦+𝑧 𝑦 + 𝑧 2 + 𝑦𝑧
2
Jumbled up type
𝑥+4 2𝑥 2𝑥
10 (i) 2𝑥 𝑥+4 2𝑥 = 5𝑥 + 4 (4 − 𝑥)2
2𝑥 2𝑥 𝑥+4
𝐶1 → 𝐶1 + 𝐶2 + 𝐶3
5𝑥 + 4 2𝑥 2𝑥
𝐿 ∙ 𝐻 ∙ 𝑆 = 5𝑥 + 4 𝑥+4 2𝑥
5𝑥 + 4 2𝑥 𝑥+4
𝑅 ∙ 𝐻 ∙ 𝑆. 𝐶1 → 𝐶1 + −𝑏 𝐶3 ; 𝐶2 → 𝐶2 + 𝑎 𝐶3
1 + 𝑎2 + 𝑏 2 0 −2𝑏
= 0 1 + 𝑎2 + 𝑏 2 2𝑎
2𝑏 − 𝑏(1 − 𝑎2 − 𝑏 2 ) −2𝑎 + 𝑎(1 − 𝑎2 − 𝑏 2 ) 1 − 𝑎2 − 𝑏 2
1 + 𝑎2 + 𝑏 2 0 −2𝑏
= 0 1 + 𝑎2 + 𝑏 2 2𝑎
𝑏 + 𝑎 𝑏 + 𝑏3
2
−2𝑎 + 𝑎 − 𝑎3 − 𝑎𝑏 2 1 − 𝑎2 − 𝑏 2
1 + 𝑎2 + 𝑏 2 0 −2𝑏
= 0 1 + 𝑎2 + 𝑏 2 2𝑎
𝑏(1 + 𝑎2 + 𝑏 2 ) −2𝑎 + 𝑎 − 𝑎3 − 𝑎𝑏 2 1 − 𝑎2 − 𝑏 2
Taking (1 + 𝑎2 + 𝑏 2 ) common from 𝐶1 & 𝐶2
1 0 −2𝑏
= (1 + 𝑎2 + 𝑏 2 )2 0 1 2𝑎
0 −𝑎 1 + 𝑎2 + 𝑏 2
Expay along 𝐶1
1 2𝑎
= (1 + 𝑎2 + 𝑏 2 )2
−𝑎 1 + 𝑎2 + 𝑏 2
= (1 + 𝑎2 + 𝑏 2 )2 1 + 𝑎2 + 𝑏 2 + 2𝑎2 = 1 + 𝑎2 + 𝑏 2 3
𝑎2 + 1 𝑎𝑏 𝑎𝑐
(14) 𝑎𝑏 2
𝑏 +1 𝑏𝑐 = 1 + 𝑎2 + 𝑏 2 + 𝑐 2
𝑐𝑎 𝑐𝑏 𝑐2 + 1
Type: Diagonals are different from rest of the elements.
Method: multiple rows/columns by common part of non square elements
𝐿 ∙ 𝐻 ∙ 𝑆 𝑅1 → 𝑎 𝑅1 , 𝑅2 → 𝑏 𝑅2 → 𝑏 𝑅2 , 𝑅3 → 𝐶 𝑅3
𝑎(𝑎2 1) 𝑎2 𝑏 𝑎2 𝑐
1
=
𝑎𝑏𝑐
𝑎𝑏 2 𝑏 (𝑏 2 + 1) 𝑏2 𝑐
𝑐2 𝑎 𝑐2𝑏 𝑐(𝑐 2 + 1)
𝑎𝑏𝑐
𝑎2 + 1 𝑎2 𝑎2
=
𝑎𝑏𝑐
𝑏2 𝑏2 + 1 𝑏 2 (𝑎, 𝑏, 𝑐 common from 𝐶1 𝐶2 &𝐶3 resp)
𝑐2 𝑐2 𝑐2 + 1
𝑅1 → 𝑅1 + 𝑅2 + 𝑅3
𝑎2 + 𝑏 2 + 𝑐 2 + 1
𝑎2 + 𝑏 2 + 𝑐 2 + 1 𝑎2 + 𝑏 2 + 𝑐 2 + 1
= 𝑏2 𝑏2 + 1 𝑏2
𝑐2 𝑐2 𝑐2 + 1
1 1 1
2 2 2 2 2
= 𝑎 +𝑏 +𝑐 +1 𝑏 𝑏 +1 𝑏2
𝑐2 𝑐2 𝑐2 + 1
𝑐1 → 𝑐1 − 𝑐3 , 𝑐2 → 𝑐2 − 𝑐3
0 0 1
2 2 2
= 𝑎 +𝑏 +𝑐 +1 0 1 𝑏2
−1 −1 𝑐2 + 1
0 1
= (𝑎2 + 𝑏 2 + 𝑐 2 + 1)
−1 −1
= 𝑎2 + 𝑏 2 + 𝑐 2 + 1 (0 + 1)
= 𝑎2 + 𝑏 2 + 𝑐 2 + 1 𝑅 ∙ 𝐻 ∙ 𝑆
Important Formulas
Let |𝐴| be a det of order 𝑛 𝑥 𝑛 : or A = [ ]𝑛 𝑥𝑛
(1) 𝑘𝐴 = 𝑘 𝑛 |𝐴|
(2) 𝐴𝐵 = 𝐴 𝐵 |
(3) 𝑎𝑑𝑗 𝐴 = |𝐴|𝑛−1
1
(4) 𝐴−1 = ,
|𝐴|
B C
(𝑥2 , 𝑦2 ) (𝑥3 , 𝑦3 )
1
Area = 𝑥1 (𝑦2 − 𝑦3 + 𝑥2 𝑦3 − 𝑦1 + 𝑥3 (𝑦1 − 𝑦2 )
2
𝑥1 𝑦1 1
1
= 𝑥2 𝑦2 1
2
𝑥3 𝑦3 1
Modulus
[as area can’t be negative]
# condition of collinearity of three points A, B & C
Area ∆ 𝐴 𝐵 𝐶 = 0
𝑥1 𝑦1 1
1
𝑥2 𝑦2 1 =0
2
𝑥3 𝑦3 1
𝑥1 𝑦1 1
⟹ 𝑥2 𝑦2 1 =0
𝑥3 𝑦3 1
# equation of a line passing through two points
Q
P (𝑥2 , 𝑦2 )
(𝑥1 , 𝑦1 )
𝑥1 𝑦1 1
𝑥2 𝑦2 1 =0
𝑥 𝑦 1
# Adjoint and Inverse of a matrix:
𝑎𝑑𝑗 𝐴 = 𝐶 𝑇 ; 𝐶 = matrix of cofactors of elements of A.
1
𝐴−1 = , 𝐴𝑑𝑗 𝐴
|𝐴|
𝐴=
𝑎22 −𝑎12
𝐴𝑑𝑗 𝐴 = −𝑎 𝑎11
21
2 −3 −4 3
e.g 𝐴 = ⟹ = 𝑎𝑑𝑗 𝐴.
5 −4 −5 2
1 3 3
Ex: 𝐴 1 4 3 , find adj A , 𝐴−1
1 3 4
4 3 1 3 1 4
+ − +
3 4 1 4 1 3 7 −1 −1
3 3 1 3 1 3
Sol: 𝐶 = − + − = −3 1 0
3 4 1 4 1 3
4 3 1 3 1 3 −3 0 1
= − +
4 3 1 3 1 4
1 1 7 −1 −1
∴ 𝐴−1 = = −3 1 0
|𝐴| 1
−3 0 0
# Solutions of a system of simultaneous linear equations
Consider
𝑎1 𝑥 + 𝑏1 𝑦 + 𝑐1 𝑧 = 𝑑1
𝑎2 𝑥 + 𝑏2 𝑦 + 𝑐2 𝑧 = 𝑑2
𝑎3 𝑥 + 𝑏3 𝑦 + 𝑐3 𝑧 = 𝑑3
𝑎1 𝑏1 𝑐1 𝑥 𝑑1
⟹ 𝑎2 𝑏2 𝑐2 𝑦 = 𝑑2
𝑎3 𝑏3 𝑐3 𝑧 𝑑3
⟹ 𝐴 × 𝐵 = − − − − −(1)
Case I If |𝐴| ≠ 0 then 𝐴−1 𝑒𝑥𝑖𝑠𝑡𝑠
𝐴 ×= 𝐵
⟹ 𝐴−1 𝐴 × 𝐴−1 𝐵
⟹ 𝐼 × 𝐴−1 𝐵
⟹ ×= 𝐴−1 𝐵
This matrix equation provides unique solution & system is consistent
Case II It 𝐴 = 0, we calculate (adj A). B
If (adj A) . B ≠ , then solution desnot exist and the system of equation is
called inconsistent if (adj A) . B = 0, then system may be either consistent
−1 −5 −1
1
= −8 −6 9
−17
−10 1 7
Now 𝐴 × = 𝐵
⟹ 𝑋 = 𝐴−1 𝐵
−1 −5 −1 8
−1
= −8 −6 9 1
17
−10 1 7 4
𝑥 −8 − 5 − 4 −17 1
−1 1
𝑦 − −64 − 6 + 36 = 17 −34 = 2
17
𝑧 −80 + 1 + 28 −51 3
⟹ 𝑥 = 1, 𝑦 = 2, 𝑧 = 3.
2 3 4 20 2 34
Ex: If 𝐴 = 5 4 −6 𝐵 = 8 16 −32
3 −2 −2 22 −13 7
Find the product of A & B & using AB solve the equations
2 3 4 5 4 6 3 2 2 2
+ + = −3 ; + − = 4; − − − = 6.
𝑥 𝑦 𝑧 𝑥 𝑦 𝑧 𝑥 𝑦 𝑦 𝑧
40 + 24 + 88 4 + 48 − 52 68 − 96 + 28
Solve 𝐴𝐵 = 100 + 32 − 132 10 + 64 + 78 170 − 128 − 42
60 − 16 − 44 6 − 32 + 26 102 + 64 − 14
152 0 0
= 0 152 0
0 0 152
𝐴𝐵 = 152 𝐼 ------- (1)
Writing given equations in matrix form
𝑦+𝑧−𝑥 0 𝑥2
= (𝑥 + 𝑦 + 𝑧)2 0 𝑥+𝑧−𝑦 𝑦2
−2𝑦 −2𝑥 2𝑥𝑦
𝑐1 → 𝑥 𝑐1 , 𝑐2 → 𝑦 𝑐2
𝑥 (𝑦 + 𝑧 − 𝑥)
2 0 𝑥2
(𝑥 + 𝑦 + 𝑧)
= 0 𝑦 (𝑥 + 𝑧 − 𝑦) 𝑦2
𝑥∙𝑦
−2 𝑥𝑦 −2 𝑥 𝑦 2𝑥𝑦
Taking 𝑥, 𝑦, 2𝑥𝑦 common from 𝑅1 , 𝑅2 & 𝑅3 resp.
2 𝑦+𝑧−𝑥 0 𝑥2
𝑥+𝑦+𝑧
= 𝑥, 𝑦, 2𝑥𝑦 0 𝑦(𝑥 + 3 − 𝑧) 𝑦2
𝑥, 𝑦
−1 −2𝑥𝑦 2𝑥𝑦
Taking 𝑥, 𝑦, 2 𝑥𝑦 common from 𝑅1 , 𝑅2 & 𝑅3 resp.
𝑦+𝑧−𝑥 0 𝑥
(𝑥+𝑦 +𝑧)2
= , 2𝑥𝑦 0 𝑥+𝑧−𝑦 𝑦
𝑥𝑦
−1 −1 1
𝑐1 ⟶ 𝑐1 + 𝑐3 , 𝑐2 ⟶ 𝑐2 + 𝑐3
𝑦+𝑧 𝑥 𝑥
= 2𝑥𝑦 (𝑥 + 𝑦 + 𝑧)2 𝑦 𝑥+𝑧 𝑦
0 0 1
Expanding along 𝑅3
𝑦+𝑧 𝑥
= 2𝑥𝑦 (𝑥 + 𝑦 + 𝑧)2 𝑦 𝑥=𝑧
𝑐1 ⟶ 𝑐1 + 𝑐2
𝑦+𝑧+𝑥 𝑥
= 2 𝑥𝑦 (𝑥(+𝑦 + 𝑧)2 𝑦 + 𝑥 + 𝑧 𝑥+𝑧
1 𝑥
= 2𝑥𝑦 (𝑥 + 𝑦 + 𝑧)3
1 𝑥+𝑧
= 2𝑥 𝑦 (𝑥 + 𝑦 + 𝑧)3 𝑥 + 𝑧 − 𝑥 = 2𝑥𝑦𝑧 (𝑥 + 𝑦 + 𝑧)3
Ex: Prove
𝑎2 𝑎2 − (𝑏 − 𝑐)2 𝑏𝑐
𝑏2 𝑏 2 − (𝑐 − 𝑎)2 𝑎𝑐 = 𝑎 − 𝑏 𝑏 − 𝑐 𝑐 − 𝑎 𝑎 + 𝑏 + 𝑐
𝑐2 𝑐 2 − (𝑎 − 𝑏)2 𝑎𝑏
(𝑎2 + 𝑏 2 + 𝑐 2 )
𝑎2 𝑎2 𝑏𝑐 𝑎2 (𝑏 − 𝑐)2 𝑏𝑐
Sol: 𝐿 ∙ 𝐻 ∙ 𝑆 = 𝑏 2 𝑏2 𝑎𝑐 − 𝑏 2 (𝑐 − 𝑎)2 𝑎𝑐
𝑐2 𝑐2 𝑎𝑏 𝑐2 (𝑎 − 𝑏)2 𝑎𝑏
2
=0 𝑎 𝑏 2 + 𝑐 2 − 2𝑏𝑐 𝑏𝑐
− 𝑏2 𝑐 2 + 𝑎2 − 2𝑎𝑐 𝑎𝑐
[∵ 𝑐1 = 𝑐2 ]
𝑐2 𝑎2 + 𝑏 2 − 2𝑎𝑏 𝑎𝑏
𝑐2 → 𝑐2 + 2 𝑐3
𝑎2 𝑏2 + 𝑐 2 𝑏𝑐
= − 𝑏2 𝑐 2 + 𝑎2 𝑎𝑐
𝑐2 𝑎2 + 𝑏 2 𝑎𝑏
𝑐2 → 𝑐2 + 𝑐1
𝑎2 𝑏2 + 𝑐 2 + 𝑎2 𝑏𝑐
= − 𝑏2 𝑐 2 + 𝑎2 + 𝑏 2 𝑎𝑐
𝑐2 𝑎2 + 𝑏 2 + 𝑐 2 𝑎𝑏
𝑎2 1 𝑏𝑐
= −(𝑎2 + 𝑏 2 + 𝑐 2 ) 𝑏 2 1 𝑎𝑐
𝑐2 1 𝑎𝑏
𝑅1 → 𝑅1 − 𝑅3 , 𝑅2 → 𝑅2 − 𝑅3
𝑎2 − 𝑐 2 0 𝑏𝑐 − 𝑎𝑏
2 2 2
=− 𝑎 +𝑏 +𝑐 𝑏2 − 𝑐 2 0 𝑎𝑐 − 𝑎𝑏
𝑐2 1 𝑎𝑏
𝑎 + 𝑐 (𝑎 − 𝑐) 0 𝑏(𝑐 − 𝑎)
= − 𝑎2 + 𝑏 2 + 𝑐 2 𝑏 + 𝑐 (𝑏 − 𝑐) 0 𝑎(𝑐 − 𝑏)
𝑐2 1 𝑎𝑏
Taking 𝑎 − 𝑐 𝑏 − 𝑐 common from 𝑅1 & 𝑅3 resp.
𝑎+𝑐 0 −𝑏
2 2 2
=− 𝑎 +𝑏 +𝑐 𝑎 − 𝑐 (𝑏 − 𝑐) 𝑏 + 𝑐 0 −𝑎
𝑐2 1 𝑎𝑏
Expanding along 𝑐2
𝑎+𝑐 −𝑏
= − 𝑎2 + 𝑏 2 + 𝑐 2 𝑎 − 𝑐 𝑏 − 𝑐 −1
𝑏+𝑐 −𝑎
𝑐1 → 𝑐1 − 𝑐2
𝑎+𝑐+𝑏 −𝑏
= 𝑎2 + 𝑏 2 + 𝑐 2 𝑎 − 𝑐
𝑏+𝑐+𝑎 −𝑎
Taking (𝑎 + 𝑏 + 𝑐) common from 𝑐1
1 −𝑏
= 𝑎2 + 𝑏 2 + 𝑐 2 𝑎 − 𝑐 𝑏 − 𝑐 𝑎 + 𝑏 + 𝑐
1 −𝑎
= 𝑎2 + 𝑏 2 + 𝑐 2 𝑎 + 𝑏 + 𝑐 𝑎 − 𝑐 𝑏 − 𝑐 {−𝑎 + 𝑏}
= 𝑎 − 𝑏 𝑏 − 𝑐 𝑐 − 𝑎 𝑎 + 𝑏 + 𝑐 (𝑎2 + 𝑏 2 + 𝑐 2 )
𝑎 𝑏−𝑐 𝑐+𝑏
Ex: 𝑎+𝑐 𝑏 𝑐 − 𝑎 = 𝑎 + 𝑏 + 𝑐 (𝑎2 + 𝑏 2 + 𝑐 2 )
𝑎−𝑏 𝑏+𝑎 𝑐
𝐿∙𝐻∙𝑆 = 𝑐1 → 𝑎 𝑐1 𝑐2 → 𝑏 𝑐2 𝑐3 → 𝑐 𝑐3
1 𝑎2 𝑏 2 − 𝑏𝑐 𝑐 2 + 𝑏𝑐
= 𝑎2 + 𝑎𝑐 𝑏2 𝑐 2 − 𝑎𝑐
𝑎𝑏𝑐 2
𝑎 − 𝑎𝑏 𝑏 2 + 𝑎𝑏 𝑐2
𝑐1 → 𝑐1 + 𝑐2 + 𝑐3
1 2 0 −𝑐 − 𝑎 𝑏
2 2
= 𝑎 +𝑏 +𝑐 0 −𝑎 −𝑎
𝑎
1 𝑏+𝑎 𝑐
Expanding along 𝑐1
1 2 –𝑐 − 𝑎 𝑏
= 𝑎 + 𝑏2 + 𝑐 2
𝑎 −𝑎 −𝑎
a common from 𝑅2
1 2 −𝑐 − 𝑎 𝑏
= 𝑎 + 𝑏2 + 𝑐 2 𝑎
𝑎 −1 −1
= 𝑎2 + 𝑏 2 + 𝑐 2 (𝑐 + 𝑎 + 𝑏)
= 𝑎 + 𝑏 + 𝑐 (𝑎2 + 𝑏 2 + 𝑐 2 )