8Matrices and Eigenvalues
Chapter Outline
- 8.1 Eigenvalues and Eigenvectors
- 8.2 Similarity Transformation and Diagonalization
- 8.3 Power Method
- 8.4 Jacobi Method
- 8.5 Gram‐Schmidt Orthonormalization and QR Decomposition
- 8.6 Physical Meaning of Eigenvalues/Eigenvectors
- 8.7 Differential Equations with Eigenvectors
- 8.8 DoA Estimation with Eigenvectors[Y-3]
- Problems
In this chapter, we will look at the eigenvalue or characteristic value λ and its corresponding eigenvector or characteristic vector v of a matrix.
8.1 Eigenvalues and Eigenvectors
The eigenvalue or characteristic value and its corresponding eigenvector or characteristic vector of an N × N matrix A are defined as a scalar λ and a nonzero vector v satisfying
where (λ, v) is called an eigenpair, and there are N eigenpairs for the N × N matrix A.
How do we get them? Noting that
- in order for the aforementioned equation to hold for any nonzero vector v, the matrix [A − λI] should be singular, i.e. its determinant should be zero (|A − λI| = 0), and
- the determinant of the matrix [A − λI] is a polynomial of degree N in terms of λ,
we first must find the eigenvalue λi's by solving the so‐called characteristic equation
and then substitute the λi's, one by one, into Eq. (8.1.1) to solve it for the eigenvector vi's. ...
Get Applied Numerical Methods Using MATLAB, 2nd Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.