Example: Finding the Left and Right Eigenvectors
To avoid logical mismatches when performing boolean comparisons, enable Approximate Equality in the Calculation Options drop-down list.
1. Define a square real matrix.
2. Use the basic definition of eigenval to find the lambdas of matrix A.
3. Alternatively, use function eigenvals to find the lambdas of matrix A.
Finding the Right eigenvectors
1. Use function eigenvecs to find the right (default) eigenvectors of matrix A.
2. Show that the relationship A x Rn = λn x Rn is true.
The relationships are true.
Finding the Left eigenvectors
1. Use function eigenvecs to find the left eigenvectors of matrix A.
2. Show that the relationship LnT x A = λn x LnT is true.
The relationship is true.