SlideShare une entreprise Scribd logo
1  sur  28
Chapter 4
Fundamentals of Matrix Algebra By Gregory Hartman
Do we ever have the case where where a is some scalar?
Central Question
4.1 Eigenvalues and
Eigenvectors
Predefinition Workup
Page 3
Page 4
More Math
Page 5
where 𝐵 = 𝐴 − 𝜆𝐼
Recall 𝐵𝑥 = 0 from 2.4 not
Back then 𝑥 = 0
Now we’re looking for
an eigenvector which
by definition cannot
be 0.
Thus we want a solutions to 𝐴 − 𝜆𝐼 𝑥 = 0 other than 𝑥 = 0
Recall:
Theorem 8: any invertible matrix − 𝐴 − 𝜆𝐼 − only has one solution.
Therefore, 𝐴 − 𝜆𝐼 needs to not be invertible.
Theorem 16: noninvertible matrices all have a determinant of 0.
Thus det 𝐴 − 𝜆𝐼 needs to equal 0.
Now we move forward by finding 𝜆 such that det 𝐴 − 𝜆𝐼 = 0
and
What are eigenvalues?
• Given a matrix, A, x is the eigenvector and  is the
corresponding eigenvalue if Ax = x
• A must be square and the determinant of A -  I must be
equal to zero
Ax - x = 0 iff (A - I) x = 0
• Trivial solution is if x = 0
• The nontrivial solution occurs when det(A - I) = 0
• Are eigenvectors unique?
• If x is an eigenvector, then x is also an eigenvector and  is
an eigenvalue
A(x) = (Ax) = (x) = (x)
Example 84
Page 7
Solution
Problem
Example 85
Page 8
Problem
Solution
Calculating the Eigenvectors/values
• Expand the det(A - I) = 0 for a 2 x 2 matrix
• For a 2 x 2 matrix, this is a simple quadratic equation with two solutions
(maybe complex)
• This “characteristic equation” can be used to solve for x
 
  
    0
0
0
det
0
1
0
0
1
det
det
21
12
22
11
22
11
2
21
12
22
11
22
21
12
11
22
21
12
11











































a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
a
I
A








   
 
21
12
22
11
2
22
11
22
11
4 a
a
a
a
a
a
a
a






Eigenvalue example
• Consider,
• The corresponding eigenvectors can be computed as
• For  = 0, one possible solution is x = (2, -1)
• For  = 5, one possible solution is x = (1, 2)
   
 






























5
,
0
)
4
1
(
0
2
2
4
1
)
4
1
(
0
4
2
2
1
2
2
21
12
22
11
22
11
2







 a
a
a
a
a
a
A

























































































































0
0
1
2
2
4
1
2
2
4
0
5
0
0
5
4
2
2
1
5
0
0
4
2
2
1
4
2
2
1
0
0
0
0
0
4
2
2
1
0
y
x
y
x
y
x
y
x
y
x
y
x
y
x
y
x


Definition
Page 11
Key Idea
Page 12
Put Another Way
Example 86
Page 14
Fine the eigenvalues of A, and for each eigenvalue, find an eigenvector where
Solution
Problem
Example 86
Page 15
Fine the eigenvalues of A, and for each eigenvalue, find an eigenvector where
Solution
Problem
Example 86
Page 16
Fine the eigenvalues of A, and for each eigenvalue, find an eigenvector where
Solution
Problem
Summary
Example 86
Page 17
Fine the eigenvalues of A, and for each eigenvalue, find an eigenvector where
Solution
Problem
4.2 Properties of Eigenvalues
and Eigenvectors
Page 19
Note regarding section material: matrices with a trace of 0 are important.
Example 90
Page 20
Solution
Problem
Page 21
The Eigenvectors and Eigenvalues of A and A-1
If 𝜆 is an eigenvalue of A, then 1/𝜆 is an eigenvalue of A-1.
The corresponding eigenvectors are the same.
Page 22
The Eigenvectors and Eigenvalues of A and AT
The Eigenvalues of A and AT are the same, but eigenvectors are different.
Page 23
Page 24
Example 92
Problem
Solution
Page 25
Theorem
Observe that a 2x2 matrix may have
only one eigenvalue.
Eigenvalues can also be complex numbers.
These facts should not be surprising,
since eigenvalues are solutions of
polynomials.
Page 27
Finding Eigenvalues in Real Applications
The eigenvalues of a matrix A can be determined by finding the roots of the characteristic polynomial. Explicit
algebraic formulas for the roots of a polynomial exist only if the degree n is 4 or less. Therefore, for matrices of
order 5 or more, the eigenvalues and eigenvectors cannot be obtained by an explicit algebraic formula and must
be computed by approximate numerical methods.
We would expect that for larger matrices a computer would be used to factor the characteristic polynomials. In
reality, this method is unreliable as roundoff errors cause unpredictable results. Furthermore, before computing
the characteristic polynomial, we need to compute the determinant, also a very expensive process. Efficient,
accurate methods to compute eigenvalues and eigenvectors of arbitrary matrices were not known until the
advent of the QR algorithm in 1961.
Question: how then are eigenvalues found?
Answer: Via iterative processes that transform matrix A into a matrix that is almost an upper triangular
matrix. The more iterations, the better approximation.
Once the value of an eigenvalue is known, the corresponding eigenvectors can be found by finding non-zero
solutions of the eigenvalue equation, that becomes a system of linear equations with known coefficients.
Page 28
Example Compute the eigenvalues and eigenvectors for matrix A. How about A2 , A-1 , and A + 4I ?
𝐴 =
2 −1
−1 2

Contenu connexe

Similaire à Chapter 4.pptx

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
 
Maths-->>Eigenvalues and eigenvectors
Maths-->>Eigenvalues and eigenvectorsMaths-->>Eigenvalues and eigenvectors
Maths-->>Eigenvalues and eigenvectorsJaydev Kishnani
 
Support Vector Machines is the the the the the the the the the
Support Vector Machines is the the the the the the the the theSupport Vector Machines is the the the the the the the the the
Support Vector Machines is the the the the the the the the thesanjaibalajeessn
 
June 4, 2014
June 4, 2014June 4, 2014
June 4, 2014khyps13
 
Lecture_9_LA_Review.pptx
Lecture_9_LA_Review.pptxLecture_9_LA_Review.pptx
Lecture_9_LA_Review.pptxSunny432360
 
Optimum Engineering Design - Day 2b. Classical Optimization methods
Optimum Engineering Design - Day 2b. Classical Optimization methodsOptimum Engineering Design - Day 2b. Classical Optimization methods
Optimum Engineering Design - Day 2b. Classical Optimization methodsSantiagoGarridoBulln
 
Data Analysis and Algorithms Lecture 1: Introduction
 Data Analysis and Algorithms Lecture 1: Introduction Data Analysis and Algorithms Lecture 1: Introduction
Data Analysis and Algorithms Lecture 1: IntroductionTayyabSattar5
 
Linear Algebra Presentation including basic of linear Algebra
Linear Algebra Presentation including basic of linear AlgebraLinear Algebra Presentation including basic of linear Algebra
Linear Algebra Presentation including basic of linear AlgebraMUHAMMADUSMAN93058
 
U2 05 Radicacion
U2   05 RadicacionU2   05 Radicacion
U2 05 RadicacionUNEFA Zulia
 
Single Variable Calculus Assignment Help
Single Variable Calculus Assignment HelpSingle Variable Calculus Assignment Help
Single Variable Calculus Assignment HelpMath Homework Solver
 
Eigen values and eigen vectors engineering
Eigen values and eigen vectors engineeringEigen values and eigen vectors engineering
Eigen values and eigen vectors engineeringshubham211
 
module5_backtrackingnbranchnbound_2022.pdf
module5_backtrackingnbranchnbound_2022.pdfmodule5_backtrackingnbranchnbound_2022.pdf
module5_backtrackingnbranchnbound_2022.pdfShiwani Gupta
 
March 18
March 18March 18
March 18khyps13
 
Equations and inequalities
Equations and inequalitiesEquations and inequalities
Equations and inequalitiesSiyavula
 

Similaire à Chapter 4.pptx (20)

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...
 
PROJECT
PROJECTPROJECT
PROJECT
 
Maths-->>Eigenvalues and eigenvectors
Maths-->>Eigenvalues and eigenvectorsMaths-->>Eigenvalues and eigenvectors
Maths-->>Eigenvalues and eigenvectors
 
Support Vector Machines is the the the the the the the the the
Support Vector Machines is the the the the the the the the theSupport Vector Machines is the the the the the the the the the
Support Vector Machines is the the the the the the the the the
 
June 4, 2014
June 4, 2014June 4, 2014
June 4, 2014
 
Lecture_9_LA_Review.pptx
Lecture_9_LA_Review.pptxLecture_9_LA_Review.pptx
Lecture_9_LA_Review.pptx
 
.
..
.
 
Optimum Engineering Design - Day 2b. Classical Optimization methods
Optimum Engineering Design - Day 2b. Classical Optimization methodsOptimum Engineering Design - Day 2b. Classical Optimization methods
Optimum Engineering Design - Day 2b. Classical Optimization methods
 
Data Analysis and Algorithms Lecture 1: Introduction
 Data Analysis and Algorithms Lecture 1: Introduction Data Analysis and Algorithms Lecture 1: Introduction
Data Analysis and Algorithms Lecture 1: Introduction
 
Tema 8
Tema 8Tema 8
Tema 8
 
Solution 3.
Solution 3.Solution 3.
Solution 3.
 
Linear Algebra Presentation including basic of linear Algebra
Linear Algebra Presentation including basic of linear AlgebraLinear Algebra Presentation including basic of linear Algebra
Linear Algebra Presentation including basic of linear Algebra
 
U2 05 Radicacion
U2   05 RadicacionU2   05 Radicacion
U2 05 Radicacion
 
Single Variable Calculus Assignment Help
Single Variable Calculus Assignment HelpSingle Variable Calculus Assignment Help
Single Variable Calculus Assignment Help
 
Eigen values and eigen vectors engineering
Eigen values and eigen vectors engineeringEigen values and eigen vectors engineering
Eigen values and eigen vectors engineering
 
module5_backtrackingnbranchnbound_2022.pdf
module5_backtrackingnbranchnbound_2022.pdfmodule5_backtrackingnbranchnbound_2022.pdf
module5_backtrackingnbranchnbound_2022.pdf
 
Hprec2 4
Hprec2 4Hprec2 4
Hprec2 4
 
N Queens problem
N Queens problemN Queens problem
N Queens problem
 
March 18
March 18March 18
March 18
 
Equations and inequalities
Equations and inequalitiesEquations and inequalities
Equations and inequalities
 

Dernier

Zoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfZoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfSumit Kumar yadav
 
Botany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsBotany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsSumit Kumar yadav
 
Green chemistry and Sustainable development.pptx
Green chemistry  and Sustainable development.pptxGreen chemistry  and Sustainable development.pptx
Green chemistry and Sustainable development.pptxRajatChauhan518211
 
Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PPRINCE C P
 
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...ssifa0344
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksSérgio Sacani
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...Sérgio Sacani
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfmuntazimhurra
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...RohitNehra6
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...anilsa9823
 
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCEPRINCE C P
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Sérgio Sacani
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real timeSatoshi NAKAHIRA
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Patrick Diehl
 
Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTSérgio Sacani
 
Boyles law module in the grade 10 science
Boyles law module in the grade 10 scienceBoyles law module in the grade 10 science
Boyles law module in the grade 10 sciencefloriejanemacaya1
 
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisRaman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisDiwakar Mishra
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxkessiyaTpeter
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​kaibalyasahoo82800
 

Dernier (20)

Zoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdfZoology 4th semester series (krishna).pdf
Zoology 4th semester series (krishna).pdf
 
Botany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsBotany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questions
 
Engler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomyEngler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomy
 
Green chemistry and Sustainable development.pptx
Green chemistry  and Sustainable development.pptxGreen chemistry  and Sustainable development.pptx
Green chemistry and Sustainable development.pptx
 
Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C P
 
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
TEST BANK For Radiologic Science for Technologists, 12th Edition by Stewart C...
 
Formation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disksFormation of low mass protostars and their circumstellar disks
Formation of low mass protostars and their circumstellar disks
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdf
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
 
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real time
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?
 
Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOST
 
Boyles law module in the grade 10 science
Boyles law module in the grade 10 scienceBoyles law module in the grade 10 science
Boyles law module in the grade 10 science
 
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral AnalysisRaman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
Raman spectroscopy.pptx M Pharm, M Sc, Advanced Spectral Analysis
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​
 

Chapter 4.pptx

  • 1. Chapter 4 Fundamentals of Matrix Algebra By Gregory Hartman Do we ever have the case where where a is some scalar? Central Question
  • 5. More Math Page 5 where 𝐵 = 𝐴 − 𝜆𝐼 Recall 𝐵𝑥 = 0 from 2.4 not Back then 𝑥 = 0 Now we’re looking for an eigenvector which by definition cannot be 0. Thus we want a solutions to 𝐴 − 𝜆𝐼 𝑥 = 0 other than 𝑥 = 0 Recall: Theorem 8: any invertible matrix − 𝐴 − 𝜆𝐼 − only has one solution. Therefore, 𝐴 − 𝜆𝐼 needs to not be invertible. Theorem 16: noninvertible matrices all have a determinant of 0. Thus det 𝐴 − 𝜆𝐼 needs to equal 0. Now we move forward by finding 𝜆 such that det 𝐴 − 𝜆𝐼 = 0 and
  • 6. What are eigenvalues? • Given a matrix, A, x is the eigenvector and  is the corresponding eigenvalue if Ax = x • A must be square and the determinant of A -  I must be equal to zero Ax - x = 0 iff (A - I) x = 0 • Trivial solution is if x = 0 • The nontrivial solution occurs when det(A - I) = 0 • Are eigenvectors unique? • If x is an eigenvector, then x is also an eigenvector and  is an eigenvalue A(x) = (Ax) = (x) = (x)
  • 9. Calculating the Eigenvectors/values • Expand the det(A - I) = 0 for a 2 x 2 matrix • For a 2 x 2 matrix, this is a simple quadratic equation with two solutions (maybe complex) • This “characteristic equation” can be used to solve for x          0 0 0 det 0 1 0 0 1 det det 21 12 22 11 22 11 2 21 12 22 11 22 21 12 11 22 21 12 11                                            a a a a a a a a a a a a a a a a a a I A               21 12 22 11 2 22 11 22 11 4 a a a a a a a a      
  • 10. Eigenvalue example • Consider, • The corresponding eigenvectors can be computed as • For  = 0, one possible solution is x = (2, -1) • For  = 5, one possible solution is x = (1, 2)                                     5 , 0 ) 4 1 ( 0 2 2 4 1 ) 4 1 ( 0 4 2 2 1 2 2 21 12 22 11 22 11 2         a a a a a a A                                                                                                                          0 0 1 2 2 4 1 2 2 4 0 5 0 0 5 4 2 2 1 5 0 0 4 2 2 1 4 2 2 1 0 0 0 0 0 4 2 2 1 0 y x y x y x y x y x y x y x y x  
  • 14. Example 86 Page 14 Fine the eigenvalues of A, and for each eigenvalue, find an eigenvector where Solution Problem
  • 15. Example 86 Page 15 Fine the eigenvalues of A, and for each eigenvalue, find an eigenvector where Solution Problem
  • 16. Example 86 Page 16 Fine the eigenvalues of A, and for each eigenvalue, find an eigenvector where Solution Problem Summary
  • 17. Example 86 Page 17 Fine the eigenvalues of A, and for each eigenvalue, find an eigenvector where Solution Problem
  • 18.
  • 19. 4.2 Properties of Eigenvalues and Eigenvectors Page 19 Note regarding section material: matrices with a trace of 0 are important.
  • 21. Page 21 The Eigenvectors and Eigenvalues of A and A-1 If 𝜆 is an eigenvalue of A, then 1/𝜆 is an eigenvalue of A-1. The corresponding eigenvectors are the same.
  • 22. Page 22 The Eigenvectors and Eigenvalues of A and AT The Eigenvalues of A and AT are the same, but eigenvectors are different.
  • 26. Observe that a 2x2 matrix may have only one eigenvalue. Eigenvalues can also be complex numbers. These facts should not be surprising, since eigenvalues are solutions of polynomials.
  • 27. Page 27 Finding Eigenvalues in Real Applications The eigenvalues of a matrix A can be determined by finding the roots of the characteristic polynomial. Explicit algebraic formulas for the roots of a polynomial exist only if the degree n is 4 or less. Therefore, for matrices of order 5 or more, the eigenvalues and eigenvectors cannot be obtained by an explicit algebraic formula and must be computed by approximate numerical methods. We would expect that for larger matrices a computer would be used to factor the characteristic polynomials. In reality, this method is unreliable as roundoff errors cause unpredictable results. Furthermore, before computing the characteristic polynomial, we need to compute the determinant, also a very expensive process. Efficient, accurate methods to compute eigenvalues and eigenvectors of arbitrary matrices were not known until the advent of the QR algorithm in 1961. Question: how then are eigenvalues found? Answer: Via iterative processes that transform matrix A into a matrix that is almost an upper triangular matrix. The more iterations, the better approximation. Once the value of an eigenvalue is known, the corresponding eigenvectors can be found by finding non-zero solutions of the eigenvalue equation, that becomes a system of linear equations with known coefficients.
  • 28. Page 28 Example Compute the eigenvalues and eigenvectors for matrix A. How about A2 , A-1 , and A + 4I ? 𝐴 = 2 −1 −1 2