8Matrices and Eigenvalues

Chapter Outline

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.