SlideShare a Scribd company logo
1 of 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

More Related Content

Similar to 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
 

Similar to 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
 

Recently uploaded

VIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PVIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PPRINCE C P
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsAArockiyaNisha
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSarthak Sekhar Mondal
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )aarthirajkumar25
 
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxAnalytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxSwapnil Therkar
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Lokesh Kothari
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsSérgio Sacani
 
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |aasikanpl
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxAleenaTreesaSaji
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfnehabiju2046
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoSérgio Sacani
 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzohaibmir069
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...jana861314
 
Scheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxScheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxyaramohamed343013
 
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝soniya singh
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)PraveenaKalaiselvan1
 
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
 
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
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...Sérgio Sacani
 

Recently uploaded (20)

VIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PVIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C P
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based Nanomaterials
 
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatidSpermiogenesis or Spermateleosis or metamorphosis of spermatid
Spermiogenesis or Spermateleosis or metamorphosis of spermatid
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )
 
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptxAnalytical Profile of Coleus Forskohlii | Forskolin .pptx
Analytical Profile of Coleus Forskohlii | Forskolin .pptx
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
 
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
 
GFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptxGFP in rDNA Technology (Biotechnology).pptx
GFP in rDNA Technology (Biotechnology).pptx
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdf
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on Io
 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistan
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
 
Scheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docxScheme-of-Work-Science-Stage-4 cambridge science.docx
Scheme-of-Work-Science-Stage-4 cambridge science.docx
 
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
Call Girls in Munirka Delhi 💯Call Us 🔝8264348440🔝
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)
 
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
 
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?
 
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
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
 

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