Chapter 5¶
Eigenvalues and Eigenvectors¶
Warning
Reading these materials and doing the excercises is not enough to understand the course material. You must also read and study the corresponding chapters and sections in the Margalit and Rabinoff Linear Algebra online textbook.
The information below is like a study guide though much of the information is copied directly from Margalit and Rabinoff. You will be quizzed and tested not only on how to perform various tasks in MATLAB, but on your understanding of the visualizations and discussions in the textbook. Be sure to study these concepts prior to quizzes and tests.
5.1 Eigenvalues and Eigenvectors¶
Learn the definition of eigenvector and eigenvalue.
Learn to find eigenvectors and eigenvalues geometrically.
Learn to decide if a number is an eigenvalue of a matrix, and if so, how to find an associated eigenvector.
Key Task: find a basis for the \(\lambda\)-eigenspace.
Visualization: the geometry of whether or not a vector is an eigenvector.
Vocabulary words. Eigenspace, eigenvector, eigenvalue.
5.2 Characteristic Polynomial¶
Learn that the eigenvalues of a triangular matrix are the diagonal entries.
Find all eigenvalues of a matrix using the characteristic polynomial.
Learn some strategies for finding the zeros of a polynomial.
Key Task: determine the characteristic polynomial of a \(2\times 2\) matrix.
Vocabulary words. Characteristic polynomial, trace.
5.3 Similarity¶
Learn to interpret similar matrices geoemetrically.
Understand the relationship between the eigenvalues, eigenvectors, and characteristic polynomials of 3. similar matrices.
Key Task: compute \(A\vec x\) in terms of \(B,C\) for \(A = CBC^{−1}\).
Visualization: the geometry of similar matrices.
Vocabulary word. Similarity.
5.4 Diagonalization¶
Learn two main criteria for a matrix to be diagonalizable.
Develop a library of examples of matrices that are and are not diagonalizable.
Understand what diagonalizability and multiplicity have to say about similarity.
Key Task: diagonalize a matrix.
Visualization: the geometry of diagonal matrices.
The diagonalization theorem (two variants).
Vocabulary words. Diagonalizable, algebraic multiplicity, geometric multiplicity.
5.5 Complex Eigenvalues¶
Learn to find complex eigenvalues and eigenvectors of a matrix.
Learn to recognize a rotation-scaling matrix, and compute by how much the matrix rotates and scales.
Understand the geometry of \(2\times 2\) and \(3\times 3\) matrices with a complex eigenvalue.
Understand a \(2\times 2\) matrix with a complex eigenvalue is similar to a rotation-scaling matrix.
Key Task: the eigenvector trick for \(2\times 2\) matrices.
Visualization: the geometry of matrices with a complex eigenvalue.
The rotation-scaling theorem and the block diagonalization theorem.
Vocabulary word. Rotation-scaling matrix.
5.6 Stochastic Matrices¶
Learn examples of stochastic matrices and applications to difference equations.
Understand Google’s PageRank algorithm.
Key Task: find the steady state of a positive stochastic matrix.
Visualization: dynamics of a positive stochastic matrix.
The Perron–Frobenius theorem.
Vocabulary words. Difference equation, (positive) stochastic matrix, steady state, importance matrix, Google matrix.