Understanding Matrix Types and Properties
Understanding Matrix Types and Properties
Chapter 1: Matrix
1.1 Introduction:
A matrix is rectangular arrangement of numbers in the form of rows (Horizontal lines) and
columns (vertical lines) on which we can apply elementary transformation. Matrices are used to
describe linear equations, keep track of the coefficients of linear transformation and to record
data that depends on multiple parameters. There are many applications of matrices in
mathematics, viz. graph theory, probability theory, statistics, computer graphics, geometrical
optics etc.
1.2 Definition: A set of mn numbers (real or complex) arranged in rectangular form of m rows
and n columns is called a matrix of order m by n , written as m n .
Thus,
a11 a12 .. a1n
a a 22 a 2n
A 21
. . .
a m1 a m2 .. a mn mn
1 2
5 6 0
E.g. A23 , A32 3 4 no. of row 3 & no. of column 2
1 8 9 5 6 32
5
0
E.g. A31 0 , A21
9
9
5 3 4
e.g. A33 3 2 2
4 2 4 33
4. Diagonal matrix: A square matrix in which all entries are zero except diagonal.
5 0 0
e.g. D33 0 2 0
0 0 4 33
5 0 0
e.g. K 33 0 5 0
0 0 5 33
6. Singular matrix: If determinant of given matrix is equal zero then matrix is singular matrix.
i.e. A 0
7. Nonsingular matrix: if determinant is not equal to zero then matrix is non-singular matrix.
i.e. A 0
0 0 0 0 0
e.g. 0 0 0 , 0 0
0 0 0 0 0
Definition: A square matrix A aij is said to be symmetric if aij a ji for all i & j.
a h g 5 3 i 4 i
1 2
e.g. , h b f , 3 i 2 2i
2 5 g c 4 i 2i 4
f
And A square matrix A aij is said to be skew symmetric if aij a ji for all i & j.
If 𝐴 is a skew symmetric matrix then aii aii i.e. 2aii 0 i.e. aii 0
0 h g 0 3 i 4 i
0 2
e.g. , h 0 f , 3 i 0 2i
2 0 g 0 4 i 2i 0
f
Note:
1. A matrix A is symmetric if AT A.
Rank of a Matrix:
Definition: Let A be a non -zero matrix then the integer r is called the rank of the matrix A if
In simple word, rank of a matrix is the largest order of the non-zero minor of the matrix.
1 2 3
Example 1) Find the rank of the matrix, 𝐴 = [ ].
3 6 9
1 2 2 3 1 3
Solution: Minor of order 2⇒ | | = 0, | | = 0, | |=0
3 6 6 9 3 9
All minors of order 2 are 0.
∴ 𝑅𝑎𝑛𝑘 = 2
1 2 1
Example 1) Find the rank of the matrix,𝐴 = [−1 0 2 ].
2 1 −3
1 2 1
Solution: Minor of order 3⇒ |−1 0 2 | ≠ 0, ∴ 𝑅𝑎𝑛𝑘 = 3
2 1 −3
Note: If matrix is non- singular (|𝐴| ≠ 0) then rank of matrix is order of the matrix
2 4 1
Example 3) Find the rank of the matrix, A 3 6 2 .
4 8 3
2 4 1
6 2 3 2 3 6
Now A 3 6 2 2 4 1
8 3 4 3 4 8
4 8 3
4 1
But 86 2 0 Rank 2
6 2
Note: If matrix is singular (|𝐴| = 0) then rank of matrix is less than order of the matrix
𝜇 −1 0
Example 4) The rank of matrix [ 0 𝜇 −1]is 2, for 𝜇 equals
−1 0 𝜇
a) 1 b) 2 c) 3 d) any value
𝜇 −1 0
∴| 0 𝜇 −1| = 0
−1 0 𝜇
𝜇 −1 0 −1 0 𝜇
∴ 𝜇| | − (−1) | | + 0| |=0
0 𝜇 −1 𝜇 −1 0
∴ 𝜇(𝜇 2 − 0) + 1(0 − 1) + 0 = 0
Note:
4) The rank of the transpose of a matrix is same as that of the original matrix.
3. The addition of constant multiple of the elements of any row (column) to the
corresponding elements of any other row (column)
i.e. 𝑅𝑖 + 𝑘. 𝑅𝑗 , 𝑘 ≠ 0, or 𝐶𝑖 + 𝑘. 𝐶𝑗 , 𝑘 ≠ 0
Elementary transformations do not change either the order or rank of a matrix. While the
value of the minors may get changed by the transformation 1 and 2, their zero or non-
zero character remains unaffected.
I I 0
Ir , Ir
0 , r , r
0
where I r is the identity matrix of order r. These forms are called
0 0
Normal Form.
1. The number of zero elements before leading non-zero entry increases row by row
2. All zero rows must be at bottom
5 6 4 8 5 6 4 8
e.g.[0 4 6 7 ], [0 4 6 7]
0 0 7 2 0 0 0 0
0 0 0 −4 0 0 0 0
Rank of a matrix in Echelon form is equals to the number of rows containing non-zero element.
Problem (1): Reduce the following matrices to echelon form and find their ranks
1 2 3 1 1 2 3 1
2 1 3 1 0 3 3 3
Solution: 1. Let, A
R2 2 R1, R3 R1
1 0 1 1 0 2 2 2
0 1 1 1 0 1 1 1
1 2 3 1 1 2 3 1
0 0 0 0 0 1 1 1
R2 3 R4, R3 2 R4
R24
which is in echelon form.
0 0 0 0 0 0 0 0
0 1 1 1 0 0 0 0
1 3 4 3 1 3 4 3
2. Let, A 3 9 12 9 0 0 0 0
R2 3 R1, R3 R1
1 3 4 0 0 0 0 3
1 3 4 3
0 0 0 3 which is in echelon form.
R23
0 0 0 0
0 1 3 1 1 0 1 1
1 0 1 1 0 1 3 1
3. Let, A
R12
3 1 0 2 3 1 0 2
1 1 2 0 1 1 2 0
1 0 1 1 1 0 1 1
0 1 3 1 0 1 3 1
R3 3 R1, R4 R1 R3 R2, R4 R2
, which is in echelon
0 1 3 1 0 0 0 0
0 1 3 1 0 0 0 0
form.
2 3 1 1 1 1 2 4
1 1 2 4 2 3 1 1
4. Let, A
R12
3 1 3 2 3 1 3 2
6 3 0 7 6 3 0 7
1 1 2 4 1 1 2 4
0 5 3 7 0 1 6 3
R2 2 R1, R3 3 R1, R4 6 R1 R3 R2
0 4 9 10 0 4 9 10
0 9 12 17 0 9 12 17
1 1 2 4 1 1 2 4
0 1 6 3 0 1 6 3
which is in echelon
R3 4 R2, R4 9 R2 R4 2 R3
,
0 0 33 22 0 0 33 22
0 9 66 44 0 9 0 0
form.
Problem (2): Calculate rank of a matrix 𝐴 = [𝑎𝑖𝑗 ] where 𝑎𝑖𝑗 = 𝑖 + 𝑗 , 𝑖 = 1,2,3,4,5 and 𝑗 =
1,2,3,4
2 3 4 5
𝑅2 −𝑅1, 𝑅3 −𝑅2 , 𝑅4 −𝑅3 ,𝑅5 −𝑅4 , 1 1 1 1
→ 1 1 1 1
1 1 1 1
[1 1 1 1]
2 3 4 5 2 3 4 5
𝑅3 −𝑅2 ,𝑅4 −𝑅3 ,𝑅5 −𝑅4 , 1 1 1 1 2𝑅2 −𝑅1 0 −1 −2 −3
→ 0 0 0 0 → 0 0 0 0
0 0 0 0 0 0 0 0
[0 0 0 0] [0 0 0 0 ]
Rank of a matrix Number of non-zero rows= 2
Problem (2): Calculate rank of a matrix 𝐴 = [𝑎𝑖𝑗 ] where 𝑎𝑖𝑗 = 𝑖𝑗 , 𝑖 = 1,2,3,4 and 𝑗 = 1,2,3
1 2 3 0 5 6 7 8
3 −1 2 1 3 4 3
1. [−6 2 4] 2. [3 9 12 3] 3. [2 4 3 2] 4. [ 6 7 8 9 ]
3 2 1 3 11 12 13 14
−3 1 2 1 3 4 1 6 8 7 5 16 17 18 19
a m1x1 a m2 x 2 a mn x n bn
In Matrix form AX B
x1
x
X 2 Column matrix of unknowns
xn
b1
b
B 2 Column matrix of Constants
bn
The system AX B where B is not zero matrix is called system of non-homogeneous linear
equation.
Augmented matrix: The matrix [ A : B] i.e. the matrix formed by Coefficient Matrix and
Constant Matrix is called Augmented matrix.
Consistency of equation:
Consistent Equation: A system of equations is said to be consistent if they have one or more
solution.
Rouché’s theorem: The system of equations 𝐴𝑋 = 𝐵 is consistent if and only if the coefficient
matrix A and Augmented matrix [ A : B] are of the same rank otherwise the system is
inconsistent.
1 1 1 3 1 1 1 3
2 1 x1 0 3 1 x1 5
3 1 x
R2 2 R1, R3 4 R1, R4 3 R1
x2
4 1 5 2 0 3 1 2 10
x3 x3
3 2 1 4 0 5 2 5
1 1 1 3 1 1 1 3
0 3 1 x1 5 x1
x 54 0 3 1 x 5
R
R3 R2 g
0 0 0 2 5 0 0 0 2 5
x3 x
2 3
0 5 2 5 0 1 5 1
1 1 1 3 1 1 1 3
x1 0 3 1 x1 5
3 R4 R2
0 3 1 x 5
R34
x
0 0 0 2 5 0 0 5 2 2
11
x
11 3 x3
0 0 5 2 0 0 0 5
1 1 1 3
0 3 1 5
Augmented matrix A : B
0 0 115 2
0 0 0 5
Rank of A Rank of A : B
x1 x2 x3 6, x1 x2 2 x3 5,3x1 x2 x3 8, 2 x1 2 x2 3x3 7. ,
1 1 1 6 1 1 1 6
1 1 x1 0 2 1 x1 1
2 5 x
R2 R1, R3 3 R1, R4 2 R1
x2
3 1 1 8 0 2 2 2 10
x3 x3
2 2 3 7 0 4 1 5
1 1 1 6 1 1 1 6
0 2 x1 0 2 1 x1 1
1 1 x2
R3 R2, R4 2 R2 R4 3 R3
x2
0 0 3 9 0 0 3 9
x3 x3
0 0 1 3 0 0 0 0
1 1 1 6
0 2 1 1
Augmented matrix A : B
0 0 3 9
0 0 0 0
x1 x2 x3 6
2 x2 x3 1
3x3 9 x3 3
2 x2 3 1 2 x2 4 x2 2 And x1 2 3 6 x1 1
5 x 3 y 7 z 4, 3x 26 y 2 z 9, 7 x 2 y 10 z 5.
5 3 7 x 4 1 53 5 x
7
34
3 26 2 y 9 3 26 2 y 9
R1
5
1 53 5 x
7
34 1 3
5
7
5 x 34
0 121 115 y 335 0 y 335 s
R2 3 R1, R3 7 R1 11R3 R2
5 121
5
11
5
0 115 1
5 z
53 0 0 0 z 0
1 3
5
7
5 4
3
:
Augmented matrix A : B 0 121
5
11
5
33
5
0 0 0 0
Given system of linear equation is consistent and have infinite number of solution.
Number of parameters n r 3 2 1 .
Consider parameter t .
x 53 y 75 z 34
121
5 y 115 z 335 Put, z t 121y 11t 33 121y 11t 33 y 311t
Also, x 53 311t 75 t
7−16𝑡
4
3 ∴𝑥= 55
x1 x2 2 x3 x4 2, 3x1 2 x2 x4 1 , 4 x1 x2 2 x3 2 x4 3.
x1 x1
1 1 2 1 2 1 1 2 1 2
3 2 0 1 x2 1 R2 3 R1, R3 4 R1
0 5 6 2 2 5
x
x x
4 1 2 2 3 3 0 5 6 2 3 5
x4 x4
x1
1 1 2 1 2
0 5 6 2 2 5
R3 R2 x
x
0 0 0 0 3 0
x4
1 1 2 1 2
Augmented matrix A : B 0 5 6 2 5
0 0 0 0 0
Given system of linear equation is consistent and have infinite number of solution.
Number of parameters n r 4 2 2 .
Consider parameter t1 , t2 .
x1 x2 2 x3 x4 2
5 x2 6 x3 2 x4 5 Put, x3 t1 and x4 t2
5x2 6t1 2t2 5 x2 5 6 t1 2 t2
5
1 1 1 x 1 1 1 1 x 1
2 1 4 y k 0 1 2 y k 2
R2 2 R1, R3 4 R1
4 1 10 z k 2 0 3 6 z k 2 4
1 1 1 x 1
R3 3 R2
0 1 2 y k 2 -------- (1)
0 0 0 z k 2 3k 2
1 1 1 1
Augmented matrix A : B 0 1 2 k 2
0 0 0 k 3k 2
2
But, Rank of A 2 .
Rank of A : B must be 2 .
This requires, k 2 3k 2 0 k 1, 2.
1 1 1 1
Case (1): If k 1 then Augmented matrix A : B 0 1 2 1
0 0 0 0
Given system of linear equation is consistent and have infinite number of solution.
Number of parameters = n − r = 3 − 2 = 1.
Consider parameter 𝑡.
𝑥+𝑦+𝑧 =1
−𝑦 + 2𝑧 = −1 Put. 𝑧 = 𝑡 ∴ −𝑦 + 2𝑡 = −1 ∴ 𝑦 = 2𝑡 + 1
Also, 𝑥 + 2𝑡 + 1 + 𝑡 = 1 ∴ 𝑥 = −3𝑡
1 1 1 1
Case (2): If 𝑘 = 2 then Augmented matrix [A: B] = [0 −1 2 0]
0 0 0 0
∴ Rank of A = 2 = Rank of [A: B] < number of unknowns = 3 .
Given system of linear equation is consistent and have infinite number of solution.
Number of parameters = n − r = 3 − 2 = 1.
Consider parameter 𝑡.
𝑥+𝑦+𝑧 =1
−𝑦 + 2𝑧 = 0 Put. 𝑧 = 𝑡 ∴ −𝑦 + 2𝑡 = 0 ∴ 𝑦 = 2𝑡
Also, 𝑥 + 2𝑡 + 𝑡 = 1 ∴ 𝑥 = 1 − 3𝑡
2𝑥 + 3𝑦 + 5𝑧 = 9, 7𝑥 + 3𝑦 − 2𝑧 = 8, 2𝑥 + 3𝑦 + 𝜏 𝑧 = 𝜇 have
2 3 5 x 9 2 3 5 x 9
7 3 2 y 8 1 6 17 y 19
R2 3 R1, R3 R1
2 3 z 0 0 5 z 9
1 6 17 19
Augmented matrix A : B 0 15 39 47
0 0 5 9
5 0 and 𝜇 − 9 ≠ 0 5 and 9
5 0 and 9 0 5 and 9 0
Problem (7): Determine for what values & the following equations have
x y z 6, x 2 y 3z 10, x 2 y z
1 1 1 x 6 1 1 1 x 6
1 2 3 y 10 0 1 2 y 4
R2 R1, R3 R1
1 2 z 0 1 1 z 6
1 1 1 x 6
R3 R2
0 1 2 y 4
0 0 3 z 10
1 1 1 6
Augmented matrix A : B 0 1 2 4
0 0 3 10
3 0 and 10 0 3 and 10
3 0 and 10 0 3 and 10 .
2 x y z a, x 2 y z b, x y 2z c
have no solution unless a b c 0. In which case they have infinitely many solutions? Find
these solutions when a 1, b 2 and c 2 .
2 1 1 x a 1 2 1 x b
1 2 1 y b 2 1 1 y a
R12
1 1 2 z c 1 1 2 z c
1 2 1 x b
0 3 3 y a 2b
R2 2 R1, R3 R1,
0 3 3 z c b
1 2 1 x b
0 3 3 y a 2b
R3 R2
0 0 0 z a b c
1 2 1 b
Augmented matrix A : B 0 3 3 a 2b
0 0 0 a b c
1 2 1 1
If a 1, b 1 and c 2 then Augmented matrix A : B 0 3 3 3
0 0 0 0
Given system of linear equation is consistent and have infinite number of solution.
Number of parameters n r 3 2 1 .
Consider parameter 𝑡.
x 2y z 1
3 y 3z 3 Put, z t 3 y 3t 3 y t 1
Also, x 2 t 1 t 1 x 2t 2 t 1 x t 1
3 4 5 x1 a 3 4 5 x1 a
4 5 6 x b 1 1 1 x2 b a
R2 R1, R3 R1
2
5 6 7 x2 c 1 1 1 x2 c b
3 4 5 x1 a 3 4 5 x1 a
1 1 1 x2 b a
0 1 2 x2 3b 4a
R3 R2, 3 R2 R1
3 4 5 b
Augmented matrix A : B 0 1 2 3b 4a
0 0 0 c 2b a
3 4 5 2
If a 1, b 2 and c 3 then Augmented matrix A : B 0 1 2 2
0 0 0 0
Given system of linear equation is consistent and have infinite number of solution.
Number of parameters n r 3 2 1 .
Consider parameter t .
3x 4 y 5 z 2
y 2z 2 Put, z t 3 y 3t 3 y t 1
Also, x 2 t 1 t 1 x 2t 2 t 1 x t 1
Problem (10): Solve the following system of nonlinear equations for the unknown angles 𝛼, 𝛽, 𝛾
where 0 ≤ 𝛼 ≤ 2𝜋, 0 ≤ 𝛽 ≤ 2𝜋 and 0 ≤ 𝛾 ≤ 𝜋
2 −1 3 sin 𝛼 3
Solution: In matrix form, [4 2 −2] [ cos 𝛽 ] = [2]
6 −3 1 tan 𝛾 9
𝑅2 −2𝑅1 ,𝑅3 −3𝑅1 2 −1 3 sin 𝛼 3
→ [0 4 −8] [cos 𝛽 ] = [−4]
0 0 −8 tan 𝛾 0
2 −1 3 3
Augmented matrix [𝐴: 𝐵] = [0 4 −8 ⋮ −4]
0 0 −8 0
4 cos 𝛽 − 8 tan 𝛾 = −4
−8 tan 𝛾 = 0 ⇒ tan 𝛾 = 0 ⇒𝛾 = 0
∴ 4 cos 𝛽 = −4 ⇒ cos 𝛽 = −1 ⇒ 𝛽 = 𝜋
𝜋
And 2 sin 𝛼 − cos 𝜋 = 3 ⇒ 2 sin 𝛼 = 2 ⇒ sin 𝛼 = 1 ⇒ 𝛼 = 2
Problem (11): Using the loop current method on a circuit, the following equations were
obtained: 7𝑖1 − 4𝑖2 = 12, − 4𝑖1 + 12𝑖2 − 6𝑖3 = 0, − 6𝑖2 + 14𝑖3 = 0
… … … … … … … … … … … … … … ….
In Matrix form AX 0
Condition of Consistency:
4 x1 x2 x3 0, x1 2 x2 x3 0 , 3x1 x2 5x3 0
4 1 1 x1 0 1 2 1 x1 0
1 2 1 x 0 4 1 1 x 2 0
R12
2
3 1 5 x 3 0 3 1 5 x 3 0
1 2 1 x1 0 1 2 1 x1 0
0 9 5 x 2 0 0 1 95 x 2 0
R2 4 R1, R3 3 R1
R2
9
1 2 1 x1 0
0 1 95 x 2 0
R3 5 R2
x1 0, x 2 0, x 3 0
2 1 3 x1 0 1 4 5 x1 0
3 2 1 x 0 3 2 1 x 2 0
R13
2
1 4 5 x 3 0 2 1 3 x 3 0
1 4 5 x1 0 1 4 5 x1 0
0 14 14 x 2 0 0 14 14 x 0
R2 3 R1, R3 2 R1 2 R3 R2
2
0 7 7 x 3 0 0 0 0 x 3 0
Number of parameters n r 3 2 1 .
Consider parameter t .
x1 4 x2 5x3 0,
Also, x1 4t 5t 0, x1 t 0, x1 t
x
1 2 3 1 1 0
1 1 1 1 x2 0
x
3 1 2 3 3 0
x4
x x
1 2 3 1 1 0 1 2 3 1 1 0
0 1 4 2 2 0 0 1 4 2 x2 0
R2 R1, R3 3 R1 x R2
x
x
0 7 7 0 3 0 0 7 7 0 3 0
x4 x4
x1
1 2 3 1 0
R3 7 R2
0 1 4 2 x2 0
x
0 0 21 14 3 0
x4
Number of parameters n r 4 3 1 .
Consider parameter t .
x1 2 x2 3x3 x4 0,
x2 4 x3 2 x4 0
and x1 2 x2 3x3 x4 0,
x1 2 23t 3 23t t 0 . x1 3t
4 x1 x2 2 x3 x4 0, 2 x1 3x2 x3 2 x4 0,
4 1 2 1 x1 0 4 1 2 1 x1 0
2 3 1 2 x 0 0 7 4 5 x 0
2
2 R2 R1, 2 R4 R1 2
0 7 4 5 x3 0 0 7 4 5 x3 0
2 11 7 8 x4 0 0 21 12 15 x4 0
4 1 2 1 x1 0
0 7 4 5 x 0
R3 R2, R4 3 R1
2
0 0 0 0 x3 0
0 0 0 0 x4 0
Number of parameters n r 4 2 2 .
Consider parameter t1 , t2 .
4 x1 x2 2 x3 x4 0,
7 x2 4 x3 5x4 0
Problem (5): Solve the following system of nonlinear equations for the unknown angles 𝛼, 𝛽, 𝛾
where 0 ≤ 𝛼 ≤ 2𝜋, 0 ≤ 𝛽 ≤ 2𝜋 and 0 ≤ 𝛾 ≤ 2𝜋
1 2 3 sin 𝛼 0
Solution: In matrix form, [ 2 5 3] [cos 𝛽 ] = [0]
−1 −5 5 tan 𝛾 0
sin 𝛼 = 0 ⇒ 𝛼 = 0
𝜋
cos 𝛽 = 0 ⇒ 𝛽 = 2
tan 𝛾 = 0 ⇒𝛾 = 0
Solution:
2 3𝑘 3𝑘 + 4
𝑘+4 4𝑘 + 2 1 4𝑘 + 2 1 𝑘+4
|1 𝑘 + 4 4𝑘 + 2| = 2 | | − 3𝑘 | | + (3𝑘 + 4) | |
2𝑘 + 2 3𝑘 + 4 1 3𝑘 + 4 1 2𝑘 + 2
1 2𝑘 + 2 3𝑘 + 4
= −4𝑘 2 + 16
i.e. 𝑥 = 0, 𝑦 = 0, 𝑧 = 0
Case 1: When 𝑘 = 2
2 6 10 𝑅3−𝑅2, 2𝑅2−𝑅1 2 6 10
𝐴 = [1 6 10] → [0 6 10]
1 6 10 0 0 0
Rank of A = 2 <number of unknowns= 3.
Number of parameters= n − r = 3 − 2 = 1.
Consider parameter t .
2x + 6y + 10z = 0,
6𝑦 + 10𝑧 = 0
5
Put, 𝑧 = 𝑡, ∴ 6y + 10t = 0 ∴ 6y = −10t ∴𝑦=− 𝑡
3
Case 2: When 𝑘 = −2
Number of parameters= n − r = 3 − 2 = 1.
Consider parameter t .
2x − 6y − 2z = 0,
10𝑦 − 10𝑧 = 0
Also, 2x − 6t − 2t = 0, ∴ 2𝑥 = 8𝑡 ∴ 𝑥 = 4𝑡
Problem (7): For what values of 𝜏 does the following system of equations possess a non-trivial
solution? Obtain the solution for real values of 𝜏.
𝑥 + 2𝑦 + 3𝑧 = 𝜏𝑥
3𝑥 + 𝑦 + 2𝑧 = 𝜏𝑦
2𝑥 + 3𝑦 + 𝑧 = 𝜏𝑧
3𝑥 + (1 − 𝜏)𝑦 + 2𝑧 = 0
2𝑥 + 3𝑦 + (1 − 𝜏)𝑧 = 0
1−𝜏 2 3
∴| 3 1−𝜏 2 |=0
2 3 1−𝜏
∴ −𝜏 3 + 3𝜏 2 + 15𝜏 + 18 = 0
∴ 𝜏 = 6, −1.5 ± 0.866𝑖
When 𝜏 = 6
28 Matrix Prof. M. D. Khedekar/ Prof. S. M. Khedekar
Kasegaon Education Society’s
Rajarambapu Institute of Technology, Sakharale
(An Empowered Autonomous Institute Affiliated to Shivaji University,
Kolhapur)
Number of parameters= n − r = 3 − 2 = 1.
Consider parameter t .
x − 8y + 7z = 0,
−38𝑦 + 38𝑧 = 0
Also, x − 8t + 7t = 0, ∴𝑥=𝑡
Hence, 𝑥 = 𝑡, 𝑦 = 𝑡, 𝑧 = 𝑡 is solution.
Problem (7): Boron sulfide (𝐵2 𝑆3) reacts violently with water (𝐻2 𝑂) to form boric acid (𝐻3 𝐵𝑂3 )
and hydrogen sulfide gas (𝐻2 S). The unbalanced chemical equation for this reaction is:
𝐵2 𝑆3 + 𝐻2 𝑂 → 𝐻3 𝐵𝑂3 + 𝐻2 S)
Balance this chemical equation by setting up and solving a system of linear equations.
Solution: We balance 𝑎𝐵2 𝑆3 + 𝑏𝐻2 𝑂 → 𝑐𝐻3 𝐵𝑂3 + 𝑑𝐻2 S by writing one equation per element.
Boron: 2𝑎 − 𝑐 = 0 Sulfur: 3𝑎 − 𝑑 = 0
Oxygen:𝑏 − 3𝑐 = 0 Hydrogen: 2𝑏 − 3𝑐 − 2𝑑 = 0
2 0 −1 0 𝑎 0 1 0 1 −1 𝑎 0
𝑅2 −𝑅1,𝑇ℎ𝑒𝑛 𝑅12 2 0
[3 0 0 −1 ] [𝑏 ] = [0] → [ −1 0 ] [ ] = [ 0]
𝑏
0 1 −3 0 𝑐 0 0 1 −3 0 𝑐 0
0 2 −3 −2 𝑑 0 0 2 −3 −2 𝑑 0
1 0 1 −1 𝑎 0 1 0 1 −1 𝑎 0
𝑅2 −2𝑅1, 𝑅4 −2𝑅3, 0 0 𝑅4 +𝑅2,𝑅23
→ [ −3 2 𝑏
][ ] = [ ]0 → [0 1 −3 0 ] [ ] = [0]
𝑏
0 1 −3 0 𝑐 0 0 0 −3 2 𝑐 0
0 0 3 −2 𝑑 0 0 0 0 0 𝑑 0
Number of parameters= n − r = 4 − 3 = 1.
Consider parameter t .
a + c − d = 0,
𝑏 − 3𝑐 = 0
−3𝑐 + 2𝑑 = 0
2
Put, 𝑑 = 𝑡, ∴ −3𝑐 + 2𝑡 = 0 ∴ 3c = 2t ∴ 𝑐 = 3𝑡
2
Also, 𝑏 − 3. 3 𝑡 = 0 ∴ 𝑏 = 2𝑡
2 1
And a + 3 𝑡 − t = 0, ∴ 𝑎 = 3𝑡
𝑡 2
𝐵2 𝑆3 + 2𝑡𝐻2 𝑂 → 𝑡𝐻3 𝐵𝑂3 + 𝑡𝐻2
3 3
Characteristic Equation:
Characteristic matrix is 𝐴 − 𝒯𝐼
For each Eigen value 𝒯 there corresponds one eigen vector 𝑋 such that, [𝐴 − 𝒯𝐼]𝑋 = 0 where 𝑋
is the column matrix of same order of 𝐴.
Note:
𝒯 3 − 𝑆1 𝒯 2 + 𝑆2 𝒯 − |𝐴| = 0
|𝐴| = detA
4 6 6
Problem (1): Find the Eigen value and Eigen vector of the matrix A 1 3 2 .
1 4 3
4 6 6
1 3 2 0
1 4 3
∴ 𝒯 3 − 𝑆1 𝒯 2 + 𝑆2 𝒯 − |𝐴| = 0
3 2 4 6 4 6 3 2 1 2 1 3
3
4 3 3 2
4 6 6 0
4 3 1 3 1 3 4 3 1 3 1 4
3
4 2
40 A 4
1, 1, 4
A I X 0 i.e. A I X 0
3 6 6 x1
1 2 2 x2 0
1 4 4 x3
x2
x01 2 x3
2
x01 x2
1 x3
1
0
X 1 1 is the required eigen vector.
1
A I X 0 i.e. A I X 0
5 6 6 x1
1 4 2 x2 0
1 4 2 x3
x2
x121 4 14x3 x16 x2
2 x3
7
6
X 2 2 is the required eigen vector.
7
A I X 0 i.e. A 4I X 0
0 6 6 x1
1 1 2 x2 0
1 4 7 x3
x2
15x1 5 x3
5 x31 x2
1 x3
1
3
X 3 1 is the required eigen vector.
1
2 1 1
Problem (2): Find the Eigen value and eigen vector of the matrix A 1 2 1 .Also verify
1 1 2
that the eigen vectors are linearly independent
A I 0
2 1 1
1 2 1 0
1 1 2
∴ 𝒯 3 − 𝑆1 𝒯 2 + 𝑆2 𝒯 − |𝐴| = 0
2 1 2 1 2 1 2 1 1 1 1 2
3
2 2 2 2
2 1 1 0
1 2 1 2 1 2 1 2 1 2 1 1
3
6 2
11 6 0 1, 2,3
A I X 0 i.e. A I X 0
1 1 1 x1
1 1 1 x2 0
1 1 1 x3
x2
x01 2 x3
2 x01 x2
1 x3
1
0
X 1 1 is the required eigen vector.
1
A I X 0 i.e. A 2I X 0
0 1 1 x1
1 0 1 x2 0
1 1 0 x3
x2 𝑥1 𝑥2 𝑥3
x11 1 x3
1 ∴ 1
= 1
= 1
1
X 2 1 is the required eigen vector.
1
1 1 1 x1
1 1 1 x2 0
R3 R2
0 0 0 x3
x2
x21 0 x3
2 x11 x2
0 x3
1
1
X 3 0 is the required eigen vector.
1
K1 X1 K2 X 2 K3 X 3 0
0 1 1
K1 1 K 2 1 K 3 0 0
1 1 1
0 1 1 K1 0
1 1 0 K 2 0
1 1 1 K3 0
1 1 1 K1 0
1 1 0 K 2 0
R13
0 1 1 K3 0
1 1 1 K1 0
0 0 1 K 2 0
R2 R1
0 1 1 K 3 0
i.e. K1 K2 K3 0
8 6 2
Problem (3): Find the Eigen value and Eigen vector of the matrix A 6 7 4 .
2 4 3
8 6 2
6 7 4 0
2 4 3
∴ 𝒯 3 − 𝑆1 𝒯 2 + 𝑆2 𝒯 − |𝐴| = 0
7 4 8 2 8 6 7 4 6 4 6 7
3
8 7 3 2
8 6 2 0
4 3 2 3 6 7 4 3 2 3 2 4
3
18 2
45 0 0,3,15
A I X 0 i.e. AX 0
8 6 2 x1
6 7 4 x2 0
2 4 3 x3
x2
x51 10 10x3 x11 x2
2 x3
2
1
X 1 2 is the required eigen vector.
2
A I X 0 i.e. A 3I X 0
5 6 2 x1
6 4 4 x2 0
2 4 0 x3
x1 x2 x3
4 4 6 4 6 4
4 0 2 0 2 4
x2
x161 8 16x3 x12 x2
1 x3
2
2
X 2 1 is the required eigen vector.
2
A I X 0 i.e. A 15I X 0
7 6 2 x1
6 8 4 x2 0
2 4 12 x3
x2
80x1 80 x3
40 x21 x2
2 x3
1
2
X 3 2 is the required eigen vector.
1
3 1 1
Problem (4): Find the Eigen value and Eigen vector of the matrix A 1 5 1 .
1 1 3
3 1 1
1 5 1 0
1 1 3
∴ 𝒯 3 − 𝑆1 𝒯 2 + 𝑆2 𝒯 − |𝐴| = 0
5 1 3 1 3 1 5 1 1 1 1 5
3
3 5 3 2
3 1 1 0
1 3 1 3 1 5 1 3 1 3 1 1
3
11 2
36 36 0 2,3, 6
A I X 0 i.e. A 2I X 0
1 1 1 x1
1 3 1 x2 0
1 1 1 x3
x2
x21 0 x3
2 x11 x2
0 x3
1
1
X 1 0 is the required eigen vector.
1
A I X 0 i.e. A 3I X 0
0 1 1 x1
1 2 1 x2 0
1 1 0 x3
x2
x11 1 x3
1 x11 x2
1 x3
1
1
X 2 1 is the required eigen vector.
1
A I X 0 i.e. A 6I X 0
3 1 1 x1
1 1 1 x2 0
1 1 3 x3
x11 x22 x3
1
1
X 3 2 is the required eigen vector.
1
6 2 2
Problem (1): Find the Eigen value and Eigen vector of the matrix A 2 3 1 .
2 1 3
6 2 2
2 3 1 0
2 1 3
∴ 𝒯 3 − 𝑆1 𝒯 2 + 𝑆2 𝒯 − |𝐴| = 0
3 1 6 2 6 2 3 1 2 1 2 3
3
6 3 3 2
6 2 2 0
1 3 2 3 2 3 1 3 2 3 2 1
3
12 2
36 0 2, 2,8
4 2 2 x1
0 0 0 x2 0
2 R2 R1 &2 R3 R1
0 0 0 x3
4 x1 2 x2 2 x3 0
If x1 1 then x2 2
1
X 1 2 is the required eigen vector.
0
If x1 1 then x3 2
1
X 2 0 is the required eigen vector.
2
A I X 0 i.e. A 8I X 0
2 2 2 x1
2 5 1 x2 0
2 1 5 x3
x2
24
x1
12 12
x3
x21 x2
1 x3
1
2
X 3 1 is the required eigen vector.
1
3 1 1
Problem (2): Find the Eigen value and Eigen vector of the matrix A 1 3 1 .
1 1 3
3 1 1
1 3 1 0
1 1 3
∴ 𝒯 3 − 𝑆1 𝒯 2 + 𝑆2 𝒯 − |𝐴| = 0
3 1 3 1 3 1 3 1 1 1 1 3
3
3 3 3 2
3 1 1 0
1 3 1 3 1 3 1 3 1 3 1 1
3
9 2
24 20 0 2, 2,5
Case (1): For 2 , let X be the column matrix such that, If rows are identical & if we get
zero solution then by
A I X 0 i.e. A 2I X 0 elementary row transformation
make whole row zero.
1 1 1 x1
1 1 1 x2 0
1 1 1 x3
1 1 1 x1
0 0 0 x2 0
R2 R1 &R3 R1
0 0 0 x3
x1 x2 x3 0
Put , x3 0 then x1 x2
If x2 1 then x1 1
1
X 1 1 is the required eigen vector.
0
If x1 1 then x3 1
1
X 2 0 is the required eigen vector.
1
A I X 0 i.e. A 3I X 0
2 1 1 x1
1 2 1 x2 0
1 1 2 x3
x2
x1
2 1
1 1
x3
1 2
1 2 1 2 1 1
x2
x1
3 3 x3
3
x1
1 x2
1 x3
1
1
X 3 1 is the required eigen vector.
1
−2 2 −3
Problem (3): Find the Eigen value and Eigen vector of the matrix 𝐴 = [ 2 1 −6].
−1 −2 0
−2 − 𝒯 2 −3
∴| 2 1−𝒯 −6 | = 0
−1 −2 −𝒯
∴ 𝒯 3 − 𝑆1 𝒯 2 + 𝑆2 𝒯 − |𝐴| = 0
1 −6 −2 −3 −2 2
∴ 𝒯 3 − (−2 + 1 + 0) 𝒯 2 + {| |+| |+| |} 𝒯
−2 0 −1 0 2 1
1 −6 2 −6 2 1
− {(−2) | | − 2| | + (−3) | |} = 0
−2 0 −1 0 −1 −2
∴ 𝒯 3 + 𝒯 2 − 21𝒯 − 45 = 0 ∴ 𝒯 = −3, −3,5
A I X 0 i.e. [𝐴 + 3𝐼]𝑋 = 0
If rows are identical & if we get
1 2 −3 𝑥1 zero solution then by
∴[ 2 4 −6] [𝑥2 ] = 0 elementary row transformation
−1 −2 3 𝑥3 make whole row zero.
By 𝑅2 − 2𝑅1 & 𝑅3 + 𝑅1
1 2 −3 𝑥1
[0 0 0 ] [𝑥2 ] = 0
0 0 0 𝑥3
∴ 𝑥1 + 2𝑥2 − 3𝑥3 = 0
∴If 𝑥2 = 1 then 𝑥1 = −2
−2
∴ 𝑋1 = [ 1 ] is the required eigen vector.
0
Now, Put, 𝑥2 = 0 then 𝑥1 = 3𝑥3
∴If 𝑥3 = 1 then 𝑥1 = 3
3
∴ 𝑋2 = [0] is the required eigen vector.
1
Case (2): For 𝒯 = 5,let X be the column matrix such that,
A I X 0 i.e. [𝐴 − 5𝐼]𝑋 = 0
−7 2 −3 𝑥1
∴ [ 2 −4 −6] [𝑥2 ] = 0
−1 −2 −5 𝑥3
Solving by using Cramer’s Rule,
𝑥1 −𝑥2 𝑥3
−4 −6 = 2 −6 = 2 −4
| | | | | |
−2 −5 −1 −5 −1 −2
𝑥1 −𝑥 𝑥 𝑥1 𝑥2 𝑥
∴ 8
= −162 = −83 ∴ 1
= 2
= −13
1
∴ 𝑋3 = [ 2 ] is the required eigen vector.
−1
2 1 1
Problem (4): Find the Eigen value and Eigen vector of the matrix 𝐴 = [2 3 2].
3 3 4
2 1 1
2 3 2 0
3 3 4
∴ 𝒯 3 − 𝑆1 𝒯 2 + 𝑆2 𝒯 − |𝐴| = 0
3 2 2 1 2 1 3 2 2 2 1 2
3
2 3 4 2
2 1 1 0
3 4 3 4 2 3 3 4 1 2 3 4
3
9 2
15 7 0 1,1, 7.
1 1 1 x1
0 0 0 x2 0
R2 2 R1 &R3 3 R1
0 0 0 x3
x1 x2 x3 0
Put , x3 0 then x2 x1
If x2 1 then x1 1
1
X 1 1 is the required eigen vector.
0
If x1 1 then x3 1
1
X 2 0 is the required eigen vector.
1
A I X 0 i.e. A 7 I X 0
5 1 1 x1
2 4 2 x2 0
3 3 3 x3
x2
x61 12 18x3 x11 x2
2 x3
3
1
∴ 𝑋3 = [2] is the required eigen vector.
3
4 6 6
Problem (5): Find the Eigen value and Eigen vector of the matrix A 1 3 2 .
1 5 2
4 6 6
1 3 2 0
1 5 2
∴ 𝒯 3 − 𝑆1 𝒯 2 + 𝑆2 𝒯 − |𝐴| = 0
3 2 4 6 4 6 3 2 1 2 1 3
3
4 3 2 2
4 6 6 0
5 2 1 2 1 3 5 2 1 2 1 5
3
5 2
8 4 0 2, 2,1.
A I X 0 i.e. A 2I X 0
0 4 2 x1
1 1 2 x2 0
R1 2 R2 , R3 R2
0 4 2 x3
1 1 2 x1
0 4 2 x2 0
R3 R1 , R12
0 0 0 x3
x2
x16 2 x3
4 x13 x2
1 x3
2
3
X 1 1 is the required eigen vector.
2
Corresponding to Eigen value 2 we get only one zero row so we get only one Eigen vector. Thus
3rd Eigen vector does not exists.
A I X 0 i.e. A I X 0
3 6 6 x1
1 2 2 x2 0
1 5 3 x3
x2
x41 1 x3
3 x41 x2
1 x3
3
4
X 2 1 is the required eigen vector.
3
A I X 0
∴ 𝐴𝑋 − 𝒯𝑋 = 0
∴ 𝐴𝑋 = 𝒯𝑋
1
∴ [𝐴−1 − 𝒯 ] 𝑋 = 0
1
∴By definition, 𝒯 is the Eigen value of𝐴−1 .
4) If 𝒯 is the Eigen value of 𝐴 then 𝑓(𝒯) is the Eigen value of 𝑓(𝐴) with same Eigen vector.
1 2 3
Problem (1): Find the Eigen value of 3𝐴3 + 5𝐴2 + 6𝐴 + 𝐼 for the matrix 𝐴 = [0 −2 6 ].
0 0 −3
1 2 3
0 2 6 0
0 0 3
1, 2, 3.
We know that, If is the Eigen value of A then f ( ) is the Eigen value of f ( A) with same
eigen vector.
Therefore, the Eigen values of 3𝐴3 + 5𝐴2 + 6𝐴 + 𝐼 are,3(13 ) + 5(12 ) + 6.1 + 1,3(−23 ) +
5(−22 ) + 6(−2) + 1,3(−33 ) + 5(−32 ) + 6(−3) + 1 i.e.115, −15,145.
1 2 3
Problem (2): If A 0 3 5 ,find the eigen values of A3 5 A 8I .
0 0 2
2 3 4
Problem (3): Find the eigen values of 𝑎𝑑𝑗𝐴 and of 𝐴2 − 2𝐴 + 𝐼 where 𝐴 = [0 4 2].
0 0 3
Solution: We know that,
|𝐴|
If 𝒯 is the Eigen value of 𝐴 then Eigen value of 𝑎𝑑𝑗𝐴 = with same Eigen vector.
𝒯
4 2 0 2 0 4
A 2 3 4 2 12 0 0 24
0 3 0 3 0 0
2 3 4
0 4 2 0
0 0 3
2, 4,3.
24 24 24
∴ Eigen values of 𝑎𝑑𝑗𝐴 are , , i.e.12,6,8.
2 4 3
Also, If 𝒯 is the Eigen value of 𝐴 then 𝑓(𝒯) is the Eigen value of 𝑓(𝐴) with same eigen vector.
−2 −9 5
Problem (4): If 𝒯1 , 𝒯2 , 𝒯3 are the Eigen values of the matrix [−5 −10 7 ]then find 𝒯1 + 𝒯2 +
−9 −21 14
𝒯3 & 𝒯1 𝒯2 𝒯3 .
∴ 𝒯1 + 𝒯2 + 𝒯3 = −2 − 10 + 14 = 2
−10 7 −5 7 −5 −10
Also, Product of Eigen value= |𝐴| = (−2) | | − (−9) | | + 5| |
−21 14 −9 14 −9 −21
∴ 𝒯1 𝒯2 𝒯3 = −2(−140 + 147) + 9(−70 + 63) + 5(105 − 90) = −14 − 63 + 75 = −2.
6 2 2
Problem (5): If the product of two Eigen values of 2 3 1 is 16 , find the third eigen
2 1 3
value.
Given, 𝒯1 𝒯2 = 16
We know that,
3 −1 −2 −1 −2 3
Product of Eigen value= |𝐴| = 6 | | − (−2) | | + 2| |
−1 3 2 3 2 −1
∴ 𝒯1 𝒯2 𝒯3 = 6(9 − 1) + 2(−6 + 2) + 2(2 − 6)
∴ 16𝒯3 = 48 − 8 − 8 ∴ 16𝒯3 = 32
∴ 𝒯3 = 2
2 2 1
Problem (6): If 𝐴 = [1 3 1],find the characteristic roots and characteristic vectors of 𝐴3 + 𝐼.
1 2 2
Solution: The characteristic equation is,
|𝐴 − 𝒯𝐼| = 0
2−𝒯 2 1
∴| 1 3−𝒯 1 |=0
1 2 2−𝒯
∴ 𝒯 3 − 𝑆1 𝒯 2 + 𝑆2 𝒯 − |𝐴| = 0
3 1 2 1 2 2
∴ 𝒯 3 − (2 + 3 + 2) 𝒯 2 + {| |+| |+| |} 𝒯
2 2 1 2 1 3
3 1 1 1 1 3
− {2 | | − 2| | + 1| |} = 0
2 2 1 2 1 2
∴ 𝒯 3 − 7𝒯 2 + 11𝒯 − 5 = 0 ∴ 𝒯 = 1,1,5.
If rows are identical or if we get
Case (1): For 𝒯 = 1,let X be the column matrix such that,
zero solution then by
A I X 0 i.e. [𝐴 − 𝐼]𝑋 = 0 elementary row transformation
make whole row zero.
1 2 1 𝑥1
∴ [1 2 1] [𝑥2 ] = 0
1 2 1 𝑥3
By𝑅2 − 𝑅1 & 𝑅3 − 3𝑅1
1 2 1 𝑥1
Since, we get two zero rows
[0 0 0] [𝑥2 ] = 0
0 0 0 𝑥3 and only one equation.
Therefore to get 2 Eigen vector
∴ 𝑥1 + 2𝑥2 + 𝑥3 = 0 put 𝑥1 = 0 first & then put
𝑥2 = 0
Put, 𝑥3 = 0 then 𝑥1 = −2𝑥2
∴If 𝑥2 = 1 then 𝑥1 = −2
−2
∴ 𝑋1 = [ 1 ] is the required eigen vector.
0
Now, Put, 𝑥2 = 0 then 𝑥1 = −𝑥3
∴If 𝑥1 = 1 then 𝑥3 = −1
1
∴ 𝑋2 = [ 0 ] is the required eigen vector.
−1
Case (2): For 𝒯 = 5,let X be the column matrix such that,
A I X 0 i.e. [𝐴 − 5𝐼]𝑋 = 0
−3 2 1 𝑥1
∴ [ 1 −2 1 ] [𝑥2 ] = 0
1 2 −3 𝑥3
Solving by using Cramer’s Rule,
𝑥1 −𝑥2 𝑥3
−2 1 = 1 1 = 1 −2
| | | | | |
2 −3 1 −3 1 2
𝑥1 −𝑥2 𝑥3 𝑥1 𝑥2 𝑥3
∴ = = ∴ = =
4 −4 4 1 1 1
1
∴ 𝑋3 = [1] is the required eigen vector.
1
Now, we know that, If 𝒯 is the Eigen value of 𝐴 then 𝑓(𝒯) is the Eigen value of 𝑓(𝐴) with
same Eigen vector.
−2 1 1
𝑋1 = [ 1 ] , 𝑋2 = [ 0 ] , 𝑋3 = [1].
0 −1 1
−2 2 −3
Problem (7): If 𝐴 = [ 2 1 −6].Find the Eigen values of 4𝐴−1 and Eigen vectors of 𝐴2 −
−1 −2 0
4𝐼.
0 3 1
Eigen values are, 𝒯 = −3, −3,5 and Eigen vectors are𝑋1 = [3] , 𝑋2 = [0] , 𝑋3 = [ 2 ].
2 1 −1
We know that, If 𝒯 is the Eigen value of 𝐴 then 𝑓(𝒯) is the Eigen value of 𝑓(𝐴) with same
eigen vector.
1 1 1 4 4 4
∴ The Eigen values of 4𝐴−1 are 4 −3 , 4 −3 , 4 5 i.e.− 3 , − 3 , 5 and Eigen vectors of 𝐴2 − 4𝐼 are
0 3 1
𝑋1 = [3] , 𝑋2 = [0] , 𝑋3 = [ 2 ].
2 1 −1
8 −8 −2
Problem (8): If 𝐴 = [4 −3 −2],find eigen values and eigen vectors of 𝐴3 , 𝑎𝑑𝑗𝐴,
3 −4 1
𝐴3 − 3𝐴−1 + 5𝐴2 − 2𝐼.
|𝐴 − 𝒯𝐼| = 0
8−𝒯 −8 −2
∴| 4 −3 − 𝒯 −2 | = 0
3 −4 1−𝒯
∴ 𝒯 3 − 𝑆1 𝒯 2 + 𝑆2 𝒯 − |𝐴| = 0
3 2 8 2 8 8 3 2 4 2 4 3
3
8 3 1 2
8 8 2 0
4 1 3 1 4 3 4 1 3 1 3 4
3
6 2
11 6 0 A 6 1, 2,3
A I X 0 i.e. A I X 0
7 8 2 x1
4 4 2 x2 0
3 4 0 x3
x2
x18 6 x3
4 x41 x2
3 x3
2
4
X 1 3 is the required eigen vector.
2
A I X 0 i.e. [𝐴 − 𝐼]𝑋 = 0
6 −8 −2 𝑥1
∴ [4 −5 −2] [𝑥2 ] = 0
3 −4 −1 𝑥3
Solving by using Cramer’s Rule,
𝑥1 −𝑥2 𝑥3
−5 −2 = 4 −2 = 4 −5
| | | | | |
−4 −1 3 −1 3 −4
𝑥 −𝑥2 𝑥 𝑥1 𝑥2 𝑥3
∴ −31 = = −13 ∴ = =
2 3 2 1
3
∴ 𝑋2 = [2] is the required eigen vector.
1
Case (2): For 𝒯 = 3,let X be the column matrix such that,
A I X 0 i.e. [𝐴 − 𝐼]𝑋 = 0
5 −8 −2 𝑥1
∴ [4 −6 −2] [𝑥2 ] = 0
3 −4 −2 𝑥3
Solving by using Cramer’s Rule,
𝑥1 −𝑥2 𝑥3
−6 −2 = 4 −2 = 4 −6
| | | | | |
−4 −2 3 −2 3 −4
𝑥1 −𝑥2 𝑥3 𝑥1 𝑥2 𝑥3
∴ = = ∴ = =
4 −2 2 2 1 1
2
∴ 𝑋3 = [1] is the required eigen vector.
1
1
We know that, If 𝒯 is the eigen value of 𝐴 then is the eigen value of 𝐴−1 ,𝒯 𝑛 is the eigen value
𝒯
|𝐴|
of 𝐴𝑛 , 𝒯 is the eigen value of 𝑎𝑑𝑗𝐴 with same eigen vector& 𝑓(𝒯) is the eigen value of 𝑓(𝐴)
with same eigen vector.
∴Eigen values of 𝐴3 are 13 , 23 &33 i.e. 1,8,27 & Eigen vectors are
4 3 2
𝑋1 = [3] , 𝑋2 = [2] , 𝑋3 = [1] .
2 1 1
6 6 6
& Eigen values of 𝑎𝑑𝑗𝐴 are , , i.e. 6,3,2 & Eigen vectors are
1 2 3
4 3 2
𝑋1 = [3] , 𝑋2 = [2] , 𝑋3 = [1] .
2 1 1
3 3
& Eigen values of 𝐴3 − 3𝐴−1 + 5𝐴2 − 2𝐼 are 13 − 1 + 5. 12 − 2.1, 23 − 2 + 5. 22 − 2.1, 33 −
3 49
+ 5. 32 − 2.1 i.e. 1, , 69 & Eigen vectors are
3 3
4 3 2
𝑋1 = [3] , 𝑋2 = [2] , 𝑋3 = [1] .
2 1 1
1 0 3
Problem (2): The matrix A is given by A 0 3 2 . Find the Eigen value and Eigen vector
0 0 2
of B I 6 A1 .
1 0 3
0 3 2 0
0 0 2
1,3, 2
A I X 0 i.e. [𝐴 − 𝐼]𝑋 = 0
0 0 −3 𝑥1
∴ [0 2 2 ] [𝑥2 ] = 0
0 0 −3 𝑥3
𝑥1 −𝑥2 𝑥3
Solving by using Cramer’s Rule, 2 2 = 0 2 = 0 2
| | | | | |
0 −3 0 −3 0 0
𝑥 −𝑥2 𝑥3 𝑥 𝑥2 𝑥3
∴ −61 = = ∴ −61 = =
0 0 0 0
−6
∴ 𝑋1 = [ 0 ] is the required eigen vector.
0
Case (2): For 𝒯 = 3,let X be the column matrix such that,
−2 0 −3 𝑥1
∴ [ 0 0 2 ] [𝑥2 ] = 0
0 0 −5 𝑥3
Solving by using Cramer’s Rule,
𝑥1 −𝑥2 𝑥3
0 −3 = −2 −3 = −2 0
| | | | | |
0 2 0 2 0 0
𝑥1 −𝑥2 𝑥3 𝑥1 𝑥2 𝑥3
∴ = = ∴ = =
0 −4 0 0 4 0
0
∴ 𝑋2 = [4] is the required eigen vector.
0
Case (3): For 𝒯 = −2,let X be the column matrix such that,
A I X 0 i.e. [𝐴 + 2𝐼]𝑋 = 0
3 0 −3 𝑥1
∴ [0 5 2 ] [𝑥2 ] = 0
0 0 0 𝑥3
Solving by using Cramer’s Rule,
𝑥1 −𝑥2 𝑥3
0 −3 = 3 −3 = 3 0
| | | | | |
5 2 0 2 0 5
𝑥 −𝑥2 𝑥 𝑥1 𝑥 𝑥3
∴ 151 = = 153 ∴ = −22 =
6 5 5
5
X 3 2 is the required eigen vector.
5
We know that, If is the eigen value of A then f ( ) is the eigen value of f ( A) with same
eigen vector.
1 1 1
∴Eigen values of 𝐵 = 𝐼 − 6𝐴−1are 1 − 6 1 = −5,1 − 6 3 = −1,1 − 6 −2 = 4, & Eigen vectors
6 0 5
are X 1 0 , X 2 4 , X 3 2 .
0 0 5