SlideShare a Scribd company logo
1 of 13
Download to read offline
EIGEN VALUES AND
EIGEN VECTORS
Continuous Assessment -1
Presented By: SatyabrataMondal
Department: CSE
UniversityRoll: 12000123082
Subject: MathematicsIA
Subject code: BS M101
Semester: 1st
College:Dr.B.C. Roy EngineeringCollege
INTRODUCTION
• If A is an n x n matrix and λ is a scalar for which Ax = λx has a
nontrivial solution x ∈ ℜⁿ, then λ is an eigenvalue of A and x is
a corresponding eigenvector of A.
◦
◦
Ax=λx=λIx
(A-λI)x=0
• The matrix (A-λI ) is called the characteristic matrix of a
where I is the Unit matrix.
◦
• The equation det (A-λI )= 0 is called characteristic
equationof A and the roots of this equation are called the
eigenvalues of the matrix A. The set of all eigenvectors is
called the eigenspace of A corresponding to λ. The set of all
eigenvalues of a is called spectrum of A.
Determining Eigenvalues
● Vector equation
◦ Ax = x (A-)x = 0
◦ A- is called the characteristic matrix
● Non-trivial solutions exist if and only if:
◦ This is called the characteristic equation
● Characteristic polynomial
◦ nth-order polynomial in 
◦ Roots are the eigenvalues {1, 2, …, n}
= 0
−
an1 an2 ann
a12
a1n
a2n
⁝
a11 −
a21 a22
⁝
−
⁝ ⋱
det(A − I) =
Eigenvalue Example
● Characteristic matrix


     3 − 4 −
0 1 
0
=
1− 2
− 4
3
2 
− 
1
A− I =
1
● Characteristic equation
A −I = (1−)(−4 − ) − (2)(3) = 2
+3 −10 = 0
● Eigenvalues: 1 = -5, 2 = 2
Eigenvalue Properties
● Eigenvalues of A and AT are equal
● Singular matrix has at least one zero eigenvalue
● Eigenvalues of A-1: 1/1, 1/2, …, 1/n
● Eigenvalues of diagonal and triangular matrices
are equal to the diagonal elements
● Trace n
j =1
● Determinant
Tr ( A) =   j
n
A =  j
j=1
Determining Eigenvectors
● Eigenvectors determined up to scalar
multiple
● Distinct eigenvalues
◦ Produce linearly independent eigenvectors
● Repeated eigenvalues
◦ Produce linearly dependent eigenvectors
◦ Procedure to determine eigenvectors more complex
(see text)
◦ Will demonstrate in Matlab
● First determine eigenvalues: {1, 2, …, n}
● Then determine eigenvector corresponding
to each eigenvalue:
(A − I)x = 0  (A − k I)xk = 0
Eigenvector Example
● Eigenvalues
● Determine eigenvectors: Ax = x
● Eigenvector for 1 = 2
 


 −3
1 1
3x1 + x2 = 0  0.9487 
● Eigenvector for 1 = -5
6x1 + 2x2 = 0
x =
−0.3162
or x =
 1 
 


 1
0.4472
2 2
x =
0.8944
or x =
2
3x1 −6x2 =0
−x1 +2x2 =0
2
3
 
− 4  = 2
2  1 = −5
A =
1

(1− )x1 + 2x2 = 0
3x1 −(4 + )x2 = 0
x1 + 2x2 = x1
3x1 − 4x2 = x2
Cayley-Hamilton Theorem



 
 
2 1 2 2 2 n
n 1 n 2 n n
● Let the characteristic polynomial of A be
 (λ)then,
φ ( λ ) = A - λ I
a 1 2 a 1 n
 a 1 1 - λ
 a a
= 
. . . . . . . . .
 a a
. . .
a - λ . . .
. . .
. . . a - λ

The characteristic equation
| A -λI|= 0
● Verify Cayley – Hamilton theorem for
the matrix A= . Hence
compute A-1 .
●Solution:- The characteristic equation
of A is



2 
−1
1
−1
−1 2
−1 1 
2
(on simplification)
or λ3
−6λ2
+9λ−4 = 0
2−λ −1 1
A−λI = 0 i.e., −1 2−λ −1 = 0
1 −1 2−λ

22

−2
1

 
2
 
21
−1
=−21

6

1


5
6 −5 52 −1 1 2.2 −22 −21

6 −5
−1 2 22
−5 −1 −21

6

 
2
 
5
−1
 =−5 −5


2

1


1
−1
−1
2 2 6
−1 −1 −5
2 −1 12 −1 1 6 −5 5
A3
=A2
A=−5
A2
=−1
To verify Cayley – Hamilton theorem, we have to
show that A3 – 6A2 +9A – 4I = 0 … (1)
 A3 -6A2 +9A – 4I = 0
− 21
 22 − 22 − 21

= − 21 22 
 21 − 21 22 

6 

 5
− 5
− 5
 6 − 5 5 
6 
− 5
- 6 + 9  
2 


1
−1
−1
 2 −1 1 
 2
−1
 
0 1
0

-4 0
1 0 0
1
0

0
= 0

0
0 0 0
0 0 = 0
0
This verifies Cayley – Hamilton theorem
References
• Engineering Mathematics
• https://prezi.com
• https://byjus.com/maths/eigen-values/
DOC-20231230-WA0001..pdf

More Related Content

Similar to DOC-20231230-WA0001..pdf

Inverse Matrix & Determinants
Inverse Matrix & DeterminantsInverse Matrix & Determinants
Inverse Matrix & Determinantsitutor
 
Eigen values and eigen vectors engineering
Eigen values and eigen vectors engineeringEigen values and eigen vectors engineering
Eigen values and eigen vectors engineeringshubham211
 
Notes on eigenvalues
Notes on eigenvaluesNotes on eigenvalues
Notes on eigenvaluesAmanSaeed11
 
Engg maths k notes(4)
Engg maths k notes(4)Engg maths k notes(4)
Engg maths k notes(4)Ranjay Kumar
 
Eigen value , eigen vectors, caley hamilton theorem
Eigen value , eigen vectors, caley hamilton theoremEigen value , eigen vectors, caley hamilton theorem
Eigen value , eigen vectors, caley hamilton theoremgidc engineering college
 
4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...
4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...
4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...Ceni Babaoglu, PhD
 
Eigen value and eigen vector
Eigen value and eigen vectorEigen value and eigen vector
Eigen value and eigen vectorRutvij Patel
 
Diagonalization of matrix
Diagonalization of matrixDiagonalization of matrix
Diagonalization of matrixVANDANASAINI29
 
Sec 3.4 Eigen values and Eigen vectors.pptx
Sec 3.4 Eigen values and Eigen vectors.pptxSec 3.4 Eigen values and Eigen vectors.pptx
Sec 3.4 Eigen values and Eigen vectors.pptxMohammedZahid47
 
1- Matrices and their Applications.pdf
1- Matrices and their Applications.pdf1- Matrices and their Applications.pdf
1- Matrices and their Applications.pdfd00a7ece
 
Eigenvalue eigenvector slides
Eigenvalue eigenvector slidesEigenvalue eigenvector slides
Eigenvalue eigenvector slidesAmanSaeed11
 
Eighan values and diagonalization
Eighan values and diagonalization Eighan values and diagonalization
Eighan values and diagonalization gandhinagar
 

Similar to DOC-20231230-WA0001..pdf (20)

Mat 223_Ch5-Eigenvalues.ppt
Mat 223_Ch5-Eigenvalues.pptMat 223_Ch5-Eigenvalues.ppt
Mat 223_Ch5-Eigenvalues.ppt
 
Eigenvalues
EigenvaluesEigenvalues
Eigenvalues
 
Note.pdf
Note.pdfNote.pdf
Note.pdf
 
Inverse Matrix & Determinants
Inverse Matrix & DeterminantsInverse Matrix & Determinants
Inverse Matrix & Determinants
 
Matrices ppt
Matrices pptMatrices ppt
Matrices ppt
 
Eigen values and eigen vectors engineering
Eigen values and eigen vectors engineeringEigen values and eigen vectors engineering
Eigen values and eigen vectors engineering
 
Notes on eigenvalues
Notes on eigenvaluesNotes on eigenvalues
Notes on eigenvalues
 
Eigenvalues - Contd
Eigenvalues - ContdEigenvalues - Contd
Eigenvalues - Contd
 
Engg maths k notes(4)
Engg maths k notes(4)Engg maths k notes(4)
Engg maths k notes(4)
 
Eigen value , eigen vectors, caley hamilton theorem
Eigen value , eigen vectors, caley hamilton theoremEigen value , eigen vectors, caley hamilton theorem
Eigen value , eigen vectors, caley hamilton theorem
 
4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...
4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...
4. Linear Algebra for Machine Learning: Eigenvalues, Eigenvectors and Diagona...
 
Eigen value and eigen vector
Eigen value and eigen vectorEigen value and eigen vector
Eigen value and eigen vector
 
Diagonalization of matrix
Diagonalization of matrixDiagonalization of matrix
Diagonalization of matrix
 
Lecture_note2.pdf
Lecture_note2.pdfLecture_note2.pdf
Lecture_note2.pdf
 
Maths
MathsMaths
Maths
 
Sec 3.4 Eigen values and Eigen vectors.pptx
Sec 3.4 Eigen values and Eigen vectors.pptxSec 3.4 Eigen values and Eigen vectors.pptx
Sec 3.4 Eigen values and Eigen vectors.pptx
 
1- Matrices and their Applications.pdf
1- Matrices and their Applications.pdf1- Matrices and their Applications.pdf
1- Matrices and their Applications.pdf
 
Eigenvalue eigenvector slides
Eigenvalue eigenvector slidesEigenvalue eigenvector slides
Eigenvalue eigenvector slides
 
Eighan values and diagonalization
Eighan values and diagonalization Eighan values and diagonalization
Eighan values and diagonalization
 
Eigen value and vectors
Eigen value and vectorsEigen value and vectors
Eigen value and vectors
 

Recently uploaded

(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...RajaP95
 

Recently uploaded (20)

(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
IMPLICATIONS OF THE ABOVE HOLISTIC UNDERSTANDING OF HARMONY ON PROFESSIONAL E...
 

DOC-20231230-WA0001..pdf

  • 1. EIGEN VALUES AND EIGEN VECTORS Continuous Assessment -1 Presented By: SatyabrataMondal Department: CSE UniversityRoll: 12000123082 Subject: MathematicsIA Subject code: BS M101 Semester: 1st College:Dr.B.C. Roy EngineeringCollege
  • 2. INTRODUCTION • If A is an n x n matrix and λ is a scalar for which Ax = λx has a nontrivial solution x ∈ ℜⁿ, then λ is an eigenvalue of A and x is a corresponding eigenvector of A. ◦ ◦ Ax=λx=λIx (A-λI)x=0 • The matrix (A-λI ) is called the characteristic matrix of a where I is the Unit matrix. ◦ • The equation det (A-λI )= 0 is called characteristic equationof A and the roots of this equation are called the eigenvalues of the matrix A. The set of all eigenvectors is called the eigenspace of A corresponding to λ. The set of all eigenvalues of a is called spectrum of A.
  • 3. Determining Eigenvalues ● Vector equation ◦ Ax = x (A-)x = 0 ◦ A- is called the characteristic matrix ● Non-trivial solutions exist if and only if: ◦ This is called the characteristic equation ● Characteristic polynomial ◦ nth-order polynomial in  ◦ Roots are the eigenvalues {1, 2, …, n} = 0 − an1 an2 ann a12 a1n a2n ⁝ a11 − a21 a22 ⁝ − ⁝ ⋱ det(A − I) =
  • 4. Eigenvalue Example ● Characteristic matrix        3 − 4 − 0 1  0 = 1− 2 − 4 3 2  −  1 A− I = 1 ● Characteristic equation A −I = (1−)(−4 − ) − (2)(3) = 2 +3 −10 = 0 ● Eigenvalues: 1 = -5, 2 = 2
  • 5. Eigenvalue Properties ● Eigenvalues of A and AT are equal ● Singular matrix has at least one zero eigenvalue ● Eigenvalues of A-1: 1/1, 1/2, …, 1/n ● Eigenvalues of diagonal and triangular matrices are equal to the diagonal elements ● Trace n j =1 ● Determinant Tr ( A) =   j n A =  j j=1
  • 6. Determining Eigenvectors ● Eigenvectors determined up to scalar multiple ● Distinct eigenvalues ◦ Produce linearly independent eigenvectors ● Repeated eigenvalues ◦ Produce linearly dependent eigenvectors ◦ Procedure to determine eigenvectors more complex (see text) ◦ Will demonstrate in Matlab ● First determine eigenvalues: {1, 2, …, n} ● Then determine eigenvector corresponding to each eigenvalue: (A − I)x = 0  (A − k I)xk = 0
  • 7. Eigenvector Example ● Eigenvalues ● Determine eigenvectors: Ax = x ● Eigenvector for 1 = 2      −3 1 1 3x1 + x2 = 0  0.9487  ● Eigenvector for 1 = -5 6x1 + 2x2 = 0 x = −0.3162 or x =  1       1 0.4472 2 2 x = 0.8944 or x = 2 3x1 −6x2 =0 −x1 +2x2 =0 2 3   − 4  = 2 2  1 = −5 A = 1  (1− )x1 + 2x2 = 0 3x1 −(4 + )x2 = 0 x1 + 2x2 = x1 3x1 − 4x2 = x2
  • 8. Cayley-Hamilton Theorem        2 1 2 2 2 n n 1 n 2 n n ● Let the characteristic polynomial of A be  (λ)then, φ ( λ ) = A - λ I a 1 2 a 1 n  a 1 1 - λ  a a =  . . . . . . . . .  a a . . . a - λ . . . . . . . . . a - λ  The characteristic equation | A -λI|= 0
  • 9. ● Verify Cayley – Hamilton theorem for the matrix A= . Hence compute A-1 . ●Solution:- The characteristic equation of A is    2  −1 1 −1 −1 2 −1 1  2 (on simplification) or λ3 −6λ2 +9λ−4 = 0 2−λ −1 1 A−λI = 0 i.e., −1 2−λ −1 = 0 1 −1 2−λ
  • 10.  22  −2 1    2   21 −1 =−21  6  1   5 6 −5 52 −1 1 2.2 −22 −21  6 −5 −1 2 22 −5 −1 −21  6    2   5 −1  =−5 −5   2  1   1 −1 −1 2 2 6 −1 −1 −5 2 −1 12 −1 1 6 −5 5 A3 =A2 A=−5 A2 =−1 To verify Cayley – Hamilton theorem, we have to show that A3 – 6A2 +9A – 4I = 0 … (1)
  • 11.  A3 -6A2 +9A – 4I = 0 − 21  22 − 22 − 21  = − 21 22   21 − 21 22   6    5 − 5 − 5  6 − 5 5  6  − 5 - 6 + 9   2    1 −1 −1  2 −1 1   2 −1   0 1 0  -4 0 1 0 0 1 0  0 = 0  0 0 0 0 0 0 = 0 0 This verifies Cayley – Hamilton theorem
  • 12. References • Engineering Mathematics • https://prezi.com • https://byjus.com/maths/eigen-values/