1.4.2. Hints for Eigenvalue / Eigenvector Homework Assignment¶
See the examples near the end of the Finding Eigenvalues and Eigenvectors page. Remember that the eigenvectors are the columns of the
Xmatrix and the eigenvalues are on the diagonal of theLmatrix.See the example in Finding Eigenvectors. Remember that there are two characteristic equations – one for each eigenvalue.
See the example in Finding Eigenvectors. For each eigenpair, just do the multiplications \(\mathbf{A}\,\bm{x}_i\) and \(\lambda_i\,\bm{x}_i\). Verify that the products are the same for each eigenpair.
See Roots of a Polynomial by Eigenvalues for an example