Unit-3 Matrices
Unit-3 Matrices
Mathematics– 1(303191101)
Matrix:
A Matrix is a rectangular array of numbers (or functions) enclosed in brackets. These number or
functions are called entries or elements of the matrix.
For example:
4 −2 1 sin 𝑥 cos 𝑥
[ ],[ ]
0 3 5 − cos 𝑥 sin 𝑥
Trace of a matrix:
If 𝐴 is a square matrix, the trace of 𝐴, denoted by 𝑡𝑟(𝐴)and is defined to be the sum of entries on
the main diagonal of 𝐴. The trace of 𝐴 is undefined if𝐴 is not a square matrix.
For example:
4 5],
If 𝐴 = [ then 𝑡𝑟(𝐴) = 4 + 6 = 10.
10 6
Symmetric matrix: - For any square matrix A, if 𝐴 = 𝐴𝑇 , then it is known as symmetric
matrix.
For example:
1 3 4 1 3 4
If 𝐴 = [3 2 7] 𝑡ℎ𝑒𝑛 𝐴𝑇 = [3 2 7]
4 7 4 4 7 4
Here, we can see that so𝐴 = 𝐴𝑇 ; hence 𝐴is symmetric matrix.
Skew-symmetric matrix: - For any square matrix A, if 𝐴 = −𝐴𝑇 then it is known as Skew
symmetric matrix.
For example:
0 −3 4 0 3 −4 0 −3 4
𝑇
𝐴=[ 3 0 7] ⇒ 𝐴 = [−3 0 −7] = − [ 3 0 7] = −𝐴𝑇
−4 −7 0 4 7 0 −4 −7 0
Here, we can see that 𝐴 = −𝐴𝑇 ; so 𝐴is skew-symmetric matrix.
Orthogonal Matrix:The matrix is said to be an orthogonal matrix if the product of a matrix and
its transpose gives an identity value. i.e.𝐴𝐴𝑇 = 𝐼
Linear Equations: Any straight line in the 𝑥𝑦-plane can be represented algebraically by
equation of the form 𝑎𝑥 + 𝑏𝑦 = 𝑐, where 𝑎&𝑏 are real numbers.
A system of linear equation is a collection of one or more linear equations involving the same
variables.
1. No solutions, or
2. Exactly one solution, or
3. Infinitely many solutions
Geometrical representation
Notes
(i) The system is said to be consistent if we get infinitely many solutions or unique solution.
(ii) The system is said to be inconsistent if we get No solution.
Augmented matrix
A system of 𝑚 equations in 𝑛 unknowns can be abbreviated by writing only the rectangular array
of numbers.
For example: Find the augmented matrix for each of the following system of linear equations:
2𝑥1 + +2𝑥3 = 1
3𝑥1 − 𝑥2 + 4𝑥3 = 7
6𝑥1 + 𝑥2 − 𝑥3 = 0
2 0 2 |1
Then, augmented matrix is given by[3 −1 4 |7].
6 1 −1|0
Definition: A rectangular matrix is in row-echelon form (or echelon form) if it has the following
three properties:
1. The first element in each row must be non-zero and equals to 1, that is called leading
entry 1.
2. All the leading 1’s must be on the right-hand side of the matrix.
3. If any zero row is available, then it must be below to the all-leading 1.
If the matrix satisfies the 4th property (i.e., In each column except leading 1 if all entries are
zero) then row-echelon form (RE form) becomes row-reducedechelon form (RRE form).
1 1 0 1 1 1 0 0 0
1 0 0 1 2 0 1 0 0 0 2 0 2 2
(a) 0 1 0 (b) 0 1 0 (c) 0 1 0 (d) (e) 0 1 1 0
0 0 0 3 3 0 0 0 0
0 0 1 0 0 0 0 2 0
0 0 0 0 4 0 0 0 1
Example 2:Which of the following matrices are in reduced row-echelon or reduced echelon
form?
1 0 0 1 0 0 0 1 0 1 0 0 1 0 0
(a) 0 1 0 (b) 0 1 0 (c) 0 0 1 (d) 0 0 1 (e) 0 0 0
0 0 1 0 0 0 0 0 0 0 0 0 0 0 1
0 1 0
0 0
(f) 1 0 0 (g)
0 0 0 0 0
Gauss-Elimination Gauss-Jordan
Method Method
𝑅1 ↔ 𝑅2 2 1 2
− + = 10
𝑥 𝑦 𝑧
1 1 −3|−1
[4 −2 6|8] Solution:
15 −3 9 | 21
1 1 1
Let 𝑢 = 𝑥 , 𝑣 = 𝑦 , 𝑤 = 𝑧
𝑅2 → 𝑅2 − 4𝑅1 , 𝑅3 → 𝑅3 − 15𝑅1
Then the system of equations
1 1 −3|−1
[0 −6 18 | 12 ]
−𝑢 + 3𝑣 + 4𝑤 = 30
0 −18 54 | 36
3𝑢 + 2𝑣 − 𝑤 = 9
𝑅2 → (−1/6)𝑅1 , 𝑅3 → (−1/6)𝑅3
2𝑢 − 𝑣 + 2𝑤 = 10
1 1 −3|−1
[0 1 −3|−2] The matrix form of the system is
0 1 −3|−2
−1 3 4 𝑢 30
𝑅3 → 𝑅3 − 𝑅2 [3 2 −1] [ 𝑣 ] = [ 9 ]
2 −1 2 𝑤 10
1 1 −3|−1
[0 1 −3|−2] The augmented matrix is
0 0 0|0
The corresponding system of equations is
𝑥 + 𝑦 − 3𝑧 = −1
𝑦 − 3𝑧 = −2
𝑦 = 3𝑡 − 2,
𝑥 = −1 − 3𝑡 + 2 + 3𝑡 = 1
Hence, 𝑥 = 1, 𝑦 = 3𝑡 − 2, 𝑧 = 𝑡 is solution of
the given system of equations.
−1 3 4 |30
Since 𝑡 is arbitrary real number, The system has [3 2 −1| 9 ]
infinitely many solutions. 2 −1 2 |10
𝑥+𝑦+𝑧 =6 1 −3 −4|−30
[3 2 −1| 9 ]
𝑥 + 2𝑦 + 3𝑧 = 10 2 −1 2 | 10
𝑥 + 2𝑦 + 𝜆𝑧 = 𝜇 𝑅2 → 𝑅2 − 3𝑅1 , 𝑅3 → 𝑅3 − 2𝑅1
For what values of 𝜆 and𝜇 the system has (i) 1 −3 −4|−30
infinitely many solutions (ii) unique solution [0 11 11 | 99 ]
and (iii) no solution. 0 5 10 | 70
(1) 𝑥 + 𝑦 + 2𝑧 = 9 Ans:
2𝑥 + 4𝑦 − 3𝑧 = 1 𝑥 = 1, 𝑦 = 2, 𝑧 = 3
3𝑥 + 6𝑦 − 5𝑧 = 0
(1) 𝑥 + 𝑦 + 2𝑧 = 8 (2) 𝑥 + 2𝑦 − 3𝑧 = −2
−𝑥 − 2𝑦 + 3𝑧 = 1 3𝑥 − 𝑦 − 2𝑧 = 1
3𝑥 − 7𝑦 + 4𝑧 = 10 2𝑥 + 3𝑦 − 5𝑧 = −3
Solution: The matrix form of the system is Solution:The matrix form of the system is
1 1 2 𝑥 8 1 2 −3 𝑥 −2
[−1 −2 3] [𝑦] = [ 1 ] [3 −1 −2] [𝑦 ] = [ 1 ]
3 −7 4 𝑧 10 2 3 −5 𝑧 −3
The augmented matrix is The augmented matrix is
1 1 2| 8 1 2 −3|−2
[𝐴|𝐵] = [−1 −2 3| 1 ] [𝐴|𝐵] = [3 −1 −2| 1 ]
3 −7 4|10 2 3 −5|−3
1 1 2| 8 1 2 −3|−2
[0 −1 5| 9 ] [0 −7 7|7]
0 −10 −2|−14 0 −1 1|1
𝑅2 → (−1)𝑅2 𝑅2 → (−1/7)𝑅2
1 1 2| 8 1 2 −3|−2
[0 1 −5| −9 ] [0 1 −1|−1]
0 −10 −2|−14 2 −1 1|1
𝑅3 → 𝑅3 + 10𝑅2 𝑅3 → 𝑅3 + 𝑅2
1 1 2 | 8
[0 1 −5 | −9 ]
0 0 −52|−104 1 2 −3|−2
[0 1 −1|−1]
𝑅3 → (−1/52)𝑅3 0 0 0|0
1 1 2|8 𝑅1 → 𝑅1 − 2𝑅2
[0 1 −5|−9]
0 0 1|2 1 0 −1| 0
[0 1 −1|−1]
0 0 0|0
𝑅2 → 𝑅2 + 5𝑅3 , 𝑅1 → 𝑅1 − 2𝑅3
𝑅1 → 𝑅1 − 𝑅2 𝑦 − 𝑧 = −1
1 1 1|1 1 2 −1 |−2/3
[0 −4 −4| 1 ] [0 1 −3/2|−1/2]
0 4 4 |−2 0 0 0 | 6
Practice Problem:
1. Solve the system of linear equations using Gauss-Jordan method (Winter 2017)
𝑥 + 2𝑦 + 𝑧 = 5; −𝑥 − 𝑦 + 𝑧 = 2; 𝑦 + 3𝑧 = 1
1 2 1 𝑥 5
[−1 −1 1] [𝑦 ] = [2]
0 1 3 𝑧 1
1 2 1 𝑥 5
Let 𝐴 = [−1 −1 1] 𝑋 = [𝑦 ] 𝐵 = [2]
0 1 3 𝑧 1
1 2 15
[𝐴|𝐵] = [−1 −1 12]
0 1 31
𝑅2 → 𝑅2 + 𝑅1
1 2 15
~ [0 1 27]
0 1 31
𝑅1 → 𝑅1 − 2𝑅2
𝑅3 → 𝑅3 − 𝑅2
1 0 −3−9
~ [0 1 2 7]
0 0 1 −6
𝑅1 → 𝑅1 + 3𝑅3
𝑅2 → 𝑅2 − 2𝑅3
1 0 0−27
~ [0 1 0 19 ]
0 0 1 −6
1 −2 1 𝑥 1
[−1 1 −1] [𝑦 ] = [ 0 ]
2 −1 1 𝑧 −1
1 −2 1 𝑥 1
Let A= [−1 1 −1] 𝑋 + [𝑦] 𝐵 = [ 0 ]
2 −1 1 𝑧 −1
1 −2 1 1
[𝐴|𝐵] = [−1 1 −1 0 ]
2 −1 1 −1
𝑅2 → 𝑅1 + 𝑅2 𝑅3 → 𝑅3 − 2𝑅1
1 −2 1 1
~ [0 −1 0 1 ]
0 3 −1−3
𝑅2 → −𝑅2
1 −2 1 1
~ [0 1 0 −1]
0 3 −1−3
𝑅3 → 𝑅3 − 3𝑅2
1 −2 1 1
~ [0 1 0 −1]
0 0 −1 0
−𝑧 = 0 => 𝑧 = 0
𝑦 = −1
𝑥 − 2𝑦 + 𝑧 = 1
𝑥 = −1
1 1 16
[𝐴|𝐵] = [1 2 314]
2 4 730
𝑅2 → 𝑅2 − 𝑅1 𝑅3 → 𝑅3 − 2𝑅1
1 1 16
~ [0 1 28]
0 2 518
𝑅3 → 𝑅3 − 2𝑅2
1 1 16
~ [0 1 28]
0 0 12
𝑧=2
𝑦 + 2𝑧 = 8
∴𝑦=4
𝑥=0
Therefore, required solution is 𝑥 = 0; 𝑦 = 4; 𝑧 = 8
Exercise: (i) Solve the system of linear equations using Gauss Elimination method
𝑥 + 𝑦 + 2𝑧 = 9; 2𝑥 + 4𝑦 − 3𝑧 = 1; 3𝑥 + 6𝑦 − 5𝑧
=0 (Summer 2022)
Answer: 𝑥 = 1; 𝑦 = 2; 𝑧 = 3
(ii) Solve the system of linear equation using Gauss Jordan method:
Answer: 𝑥 = 2; 𝑦 = 4; 𝑧 = 5
HOMOGENEOUS EQUATIONS
A system of linear equations in terms of 𝑥1, 𝑥2, 𝑥3, … 𝑥𝑛 having the matrix form AX=O, where A
is 𝑚 × 𝑛 coefficient matrix, X is 𝑛 × 1 column matrix, O is a 𝑚 × 1 zero column matrix is called
a system of homogeneous equations.
For example:(i) 𝑥 + 𝑦 + 𝑧 = 0
𝑥 + 2𝑦 − 𝑧 = 0
𝑥 + 3𝑦 + 2𝑧 = 0
(ii)𝑥 + 𝑦 = 0
𝑥 + 2𝑦 = 0
Homogeneous equations are never inconsistent. They always have the solution “all variables =
0”. The solution (0, 0, …, 0) is often called the trivial solution. Any other solution is called
nontrivial solution.
Example-1: Solve the following system: Example-2: Solve the following system
4𝑥 + 3𝑦 − 𝑧 = 0
3𝑥 + 4𝑦 + 𝑧 = 0
5𝑥 + 𝑦 − 4𝑧 = 0
4 3 −1|0
[3 4 1 |0 ]
5 1 −4|0
Let
. =
𝑦+𝑧 =0
Rank of a Matrix
The positive integer 𝑟 is said to be a rank of a matrix 𝐴 if it possesses the following properties:
2 3 4
Solution: Given, 𝐴 = [4 3 1] then 𝑑𝑒𝑡(𝐴) ≠ 0. Hence, the 𝜌(𝐴) = 3
1 2 4
𝟏 𝟐 𝟑
(2) 𝑨 = [𝟐 𝟑 𝟒]
𝟑 𝟓 𝟕
1 2 3
Solution: Given, 𝐴 = [2 3 4] then 𝑑𝑒𝑡(𝐴) = 0. Hence, the rank of 𝐴 is less than 3.
3 5 7
3 4
Now, minor of 1 = | | = 21 − 20 = 1 ≠ 0. Hence, 𝜌(𝐴) = 2.
5 7
𝟒 𝟐 𝟑
(3) 𝑨 = [ 𝟖 𝟒 𝟔]
𝟑
−𝟐 −𝟏 −
𝟐
4 2 3
Solution: Given, 𝐴 = [ 8 4 6 ] then 𝑑𝑒𝑡(𝐴) = 0. Hence 𝜌(𝐴) < 3.
3
−2 −1 −2
2 3 4 3
4 2 2 3 4 3 4 2 3| = 0, | 3| = 0
| | = 0, | | = 0, | | = 0, | | = 0, |
8 4 4 6 8 6 −2 −1 −1 − −2 −
2 2
Here, all the minors of order 2 are zero. There rank is less than 2. Hence, 𝜌(𝐴) = 1.
1 2 1 4
(4) A 2 4 3 5
1 2 6 7
Solution: Here, the order of matrix 𝐴 is 3 × 4. Hence the rank of 𝐴 is maximum 3 as we can
find the square matrix of order 3. Therefore, consider all the minors of order 3, i.e.,
1 2 −1 2 −1 −4 1 2 −4 1 −1 −4
|2 4 3 | = 0, | 4 3 5 | = 0, | 2 4 5 | = 0, | 2 3 5 | = −120
−1 −2 6 −2 6 −7 −1 −2 −7 −1 6 −7
Example 1: Find the rank the following matrices by reducing to Row Echelon Form:
5 3 14 4 1 2 3 1
2 1 3 1
(1) A 0 1 2 1
(2) A
1 1 2 0 1 0 1 1
0 1 1 1
Solution: Given
Solution: Given
5 3 14 4
A 0 1 2 1 1 2 3 1
2 1 3 1
1 1 2 0
A
1 0 1 1
By applying row-operations 0 1 1 1
By applying row-operations
1 1 2 0 1 2 3 1
R13 : 0 1 2 1 0 3 3 3
R2 2 R1 , R3 R1 :
5 3 14 4 0 2 2 2
1 1 2 0 0 1 1 1
R3 5 R1 : 0 1 2 1 1 2 3 1
0 8 0 1 1 1
4 4
R24 :
1 1 2 0 0 2 2 2
R3 8R2 : 0 1 2 1 0 3 3 3
0 0 12 4 1 2 3 1
0 1 1 1
R3 2 R2 , R4 3R2 :
1 1 2 0 0 0 0 0
1
R3 : 0 1 2 1 0 0 0 0
12 0 0 1 1
3 The equivalent matrix is in Row-Echelon
Form.
The equivalent matrix is in Row-Echelon
Form. Number of non-zero rows = 2.Hence,
𝜌 (𝐴 ) = 2
Number of non-zero rows = 3 .Hence,
𝜌 (𝐴 ) = 3
Exercise: (1) Find the ranks of 𝐴, 𝐵, 𝐴𝐵 and verify 𝜌(𝐴𝐵) ≤ 𝜌(𝐴) or 𝜌(𝐴𝐵) ≤ 𝜌(𝐵)) where
2 4 1 1 2 3
𝐴 = |3 6 2|, 𝐵 = |3 1 2|
4 8 3 4 3 5
(2) Find the rank the following matrices by reducing to Row Echelon Form:
3 2 0 1 7
1 1 1 1 0 2 2 1
5
(I) A 1 1 2 1 , (II) A
1 2 3 2 1
3 1 0 1
0 1 2 1 6
Practice Problem:
1 1 −1 1
2) [1 −1 2 −1] (Winter 2021) Answer: 2
3 1 0 1
1 2 3
3) [2 3 4] (Winter 2021) Answer: 2
3 4 5
Important Results
Let 𝐴 be 𝑛 × 𝑛 matrix, then there exists a real number 𝜆 and a nonzero vector 𝑋 such that
𝐴𝑋 = 𝜆𝑋
then, 𝜆 is called as the eigen value or characteristic value or proper roots of the matrix 𝐴, and 𝑋
is called as eigen vector or characteristic vector or real vector corresponding to eigen value 𝜆 of
the matrix 𝐴.
Notes
Results
1 4
Example 1:If𝐴 = | |, find the eigen values for the given matrices:
3 2
(i) 𝐴, (ii) 𝐴𝑇 , (iii) 𝐴−1 , (iv) 4𝐴−1 , (v) 𝐴2 , (vi) 𝐴2 − 2𝐴 + 𝐼,
(vii) 𝐴3 + 2𝐼
1 4
Solution: Given, 𝐴 = | |
3 2
The characteristic equation of matrix 𝐴 is
A I2 0
1 4
0 1 2 12 0 2 3 10 0 5 2 0
3 2
5 or 2
Eigenvalues of 𝐴 = 𝜆 5, −2
Eigenvalues of 𝐴𝑇 = 𝜆𝑇 5, −2
Eigenvalues of 𝐴2 = 𝜆2 25, 4
Eigenvalues of 𝐴2 − 2𝐴 + 𝐼 = 𝜆2 − 2𝜆 + 1 16, 9
Eigenvalues of 𝐴3 + 2𝐼 = 𝜆3 + 2 127, −6
3 2
Example 2:Find the eigen values of 𝐴 = | |
3 8
3 2
Solution: Given 𝐴 = | |, then the characteristic equation of matrix 𝐴 is
3 8
A I2 0
3 2
0 3 8 6 0 2 11 18 0 9 2 0
3 8
1 9 or 2 2
2 8 13
1 4 4 0
0 0 1
3 S1 2 S2 A 0
We suppose z k , y 0, x 4 z 0
S1 tr ( A) 2 4 1 3
S2 Sum of minors of diagonal entries z k , y 0, x 4 z 4k
4 4 2 12 1 4
= 420 2
0 1 0 1 0 0
A 2 4 8 1 12 0 8 8 0
When 1 0
Therefore, we suppose
x 4 y 6 z 0, 2 z 0, y k
z 0, y k , x 4k
We suppose z 0, y k , x 2 y 0
z 0, y k , x 2 z 2k
Therefore, eigen vector space for 1 0 is
Let 𝐴 be 𝑛 × 𝑛 matrix and 𝜆 be an eigen value for 𝐴. If 𝜆 occurs k 1 times then 𝑘 is called the
Algebraic multiplicity of 𝜆, and the number of basis vectors is called Geometric multiplicity.
−2 2 −3
Example: Find eigen values and eigen vectors of the matrix. 𝐴 = [ 2 1 −6]. Also determine
−1 −2 0
algebraic and geometric multiplicity.
= =
=
=
=
which is in Row-Echelon from.
We suppose
x3 k , x2 2 x3 0 x2 2k ,
We suppose
x1 x3 0 x1 k
k 1, 2,1 / k R
0 1 1
[
Example: Find eigen values and eigen vectors of the matrix. 𝐴 = 1 0 1]. Also determine algebraic
1 1 0
and geometric multiplicity.
⇒ 𝑥1 + 𝑥2 + 𝑥3 = 0 ⇒ 𝑥1 = −𝑘1 −𝑘2, .
Let
.
k 1,1,1 / k R
1 2 2
Example: Determine algebraic and geometric multiplicity of matrix 𝐴 = [ 0 2 1].
−1 2 2
Answer: 𝜆 = 1,2,2 therefore algebraic multiplicity of 𝜆 = 2 is 2 and geometric multiplicity is 1.
For 𝜆 = 1 , A.M. is 1 and G.M. is 1.
Practice Problem:
−𝟐 −𝟖 −𝟏𝟐
1) Find Eigen value and Eigen vector for following matrix[ 𝟏 𝟒 𝟒 ] (Oct-
𝟎 𝟎 𝟏
2021, May -2023)
Solution:
|A-λI|=0
−2 − 𝜆 −8 −12
| 1 4−𝜆 4 |=0
0 0 1−𝜆
∴ (−2 − 𝜆)((4 − 𝜆) × (1 − 𝜆) − 4 × 0) − (−8)(1 × (1 − 𝜆) − 4 × 0) + (−12)(1 × 0 − (4
− 𝜆) × 0) = 0
∴ −𝜆(𝜆 − 1)(𝜆 − 2) = 0
∴ 𝜆 = 0𝑜𝑟(𝜆 − 1) = 0𝑜𝑟(𝜆 − 2) = 0
2)
Note
Theorem: Every square matrix can be decomposed as a sum of symmetric and skew-symmetric
matrices.
Proof: Let 𝐴 be 𝑚 × 𝑛 matrix.
1 1
Let 𝐵 = 2 (𝐴 + 𝐴𝑇 ) 𝑎𝑛𝑑 𝐶 = = 2 (𝐴 − 𝐴𝑇 ) be two matrices.
Obviously, 𝐴 = 𝐵 + 𝐶
1 𝑇 1 1 1
Now,𝐵𝑇 = [2 (𝐴 + 𝐴𝑇 )] = 2 [(𝐴 + 𝐴𝑇 )]𝑇 = 2 [𝐴𝑇 + (𝐴𝑇 )𝑇 ] = 2 (𝐴𝑇 + 𝐴) = 𝐵
As 𝐵𝑇 = 𝐵 , 𝐵 is symmetric.
𝑇
1 1 1 1
𝐶 = [ 𝐴 − 𝐴 ] = [(𝐴 − 𝐴𝑇 )]𝑇 = [𝐴𝑇 − (𝐴𝑇 )𝑇 ] = (𝐴𝑇 − 𝐴) = −𝐶
𝑇 ( 𝑇)
2 2 2 2
Therefore,𝐶 𝑇 = −𝐶 , 𝐶 is skew- symmetric.
Therefore, 𝐴 is a sum of symmetric and skew-symmetric matrices.
Caley –Hamilton Theorem
Every square matrix satisfies its own characteristic equation i.e. The theorem states that, for a
square matrix 𝐴 of order 𝑛, if |𝐴 − 𝜆𝐼𝑛 | = 0.
1 4
Example (i): Verify Caley-Hamilton theorem and hence find the inverse of 𝐴 = [ ] and 𝐴4 .
2 3
Solution: The characteristic equation for given matrix is
|𝐴 − 𝜆𝐼2 | = 0.
1 4 1 4 1 4 1 0 9 16 4 16 5 0 0 0
A2 4 A 5I 4 2 3 5 0 1 8 17 8 12 0 5 0 0 O
2 3 2 3
A1 A2 4 A 5I A1 0
A 4 I 5 A1 0
5 A1 A 4 I
1 1 1 4 1 0 1 3 4
A1 A 4I 4
5 5 2 3 0 1 5 2 1
A2 A2 4 A 5 I A2 0
A4 4 A3 5 A2 0
A4 4 A3 5 A2
41 84 9 16 209 416
A4 4 5 A4
42 83 8 17 208 417
2 1 1
Example (ii): Find the characteristics equationof the matrix 𝐴 = [0 1 0]and hence prove that
1 1 2
By Caley-Hamilton Theorem
..............(1)
Now,
Exercise: (1) Verify Caley-Hamilton theorem and hence find the inverse of 𝐴 =
1 2 −2
[−1 3 0 ] and 𝐴4 .
0 −2 1
1 2 3
(3) Compute 𝐴9 − 6𝐴8 + 10𝐴7 − 3𝐴6 + 𝐴 + 𝐼, where 𝐴 = [−1 3 1] (Answer:
1 0 2
2 2 3
[−1 4 1] )
1 0 3
Practice Problem:
𝟐 −𝟏 𝟏
⌊−𝟏 𝟐 −𝟏⌋ (OCT-2021)
𝟏 −𝟏 𝟐
Solution: To apply the Cayley-Hamilton theorem, we first determine the characteristic
2−𝜆 −1 −1
= | −1 2−𝜆 −1 |
1 −1 2−𝜆
∴ 6𝐼 = 𝐴(𝐴2 − 6𝐴 + 11𝐼)
1 2
∴ 𝐴−1 = (𝐴 − 6𝐴 + 11𝐼)
6
4 −3 −3
𝐴2 = [−5 6 −3]
5 −5 4
12 −6 −6
6 × 𝐴 = [−6 12 −6]
6 −6 12
11 0 0
11 × 𝐼 = [ 0 11 0]
0 0 11
1
Now, 𝐴−1 = 6 (𝐴2 − 6𝐴 + 11𝐼)
−1
1 3 3 3
𝐴 = [1 5 3]
6
−1 1 3
−𝟐 𝟏
2) Using Cayley- Hamilton theorem, find 𝑨𝟐 and 𝑨−𝟏 from [ ] (May – 2022)
𝟐 𝟒
𝟒 𝟎 𝟏
3) State Cayley-Hamilton theorem and verify if for the matrix 𝐴=⌊−𝟐 𝟏 𝟎⌋
−𝟐 𝟎 𝟏
(May - 2023)
𝟏 −𝟏
4) Using Cayley-Hamilton theorem find 𝑨−𝟏 for A=[ ] (May - 2023)
𝟐 𝟑
Diagonalization of a matrix:
Example (i): Find a matrix 𝑃 that diagonalizes matrix 𝐴 and determine 𝑃−1 𝐴𝑃
Solution (i): =
For 1
For 3
=
=
For 2
=
=
For 1
Solution (ii):
|𝐴 − 𝜆𝐼𝑛 | = 0 =
𝑦 = 𝑘, 6𝑥 = 0 => 𝑥 = 0
∴ (𝑥, 𝑦) = {𝑘(0,1)/𝑘 ∈ 𝑅}
For 1 Now,
Suppose 𝑥 = 𝑘, 6𝑥 − 2𝑦 = 0
𝑥 = 𝑘, 𝑦 = 3𝑘
∴ (𝑥, 𝑦) = {𝑘(1,3)/𝑘 ∈ 𝑅}
Quadratic Forms
A homogeneous polynomial of second degree in real variables𝑥1 , 𝑥2 , 𝑥3 , … , 𝑥𝑛 is called
Quadratic form.
For example:
(i) 𝑎𝑥 2 + 2ℎ𝑥𝑦 + 𝑏𝑦 2 is a quadratic form in the variables x and y
(ii) 2𝑥1 𝑥2 + 2𝑥2 𝑥3 + 2𝑥3 𝑥1 + 𝑥3 2 is a quadratic form in the variables 𝑥1 , 𝑥2 , 𝑥3 .
A quadratic on 𝑅𝑛 is a function 𝑄 define on 𝑅𝑛 whose value at a vector 𝑥in 𝑅𝑛 can be computed
in n variables 𝑥1 , 𝑥2 , 𝑥3 , … , 𝑥𝑛 by an expression of the form.
Here, 𝐴 is known as the coefficient matrix. Where 𝐴 is an 𝑛 × 𝑛 symmetric matrix and is called
matrix of the quadratic form.
Matrix Representation of Quadratic Forms
A quadratic form can be represented as a matrix product.
For example:
(I)
(II)
Example:
(i) Find a real symmetric matrix C of the quadratic form
.
Solution: The coefficient matrix of 𝑄 is
Solution:
………….. (1)
Solution:
4
Eigenvalues for𝐴 are3, − , −1.
3
1.
2.
**************