Primary Tool
Eigenvalue & Eigenvector Calculator
The dedicated eigenvalue tool keeps the algebra in one place. That lets the page spend its time on interpretation: where the eigenvalues come from, what the eigenspaces look like, and why the matrix is diagonalizable.
Problem
Compute the eigenvalues and eigenvectors of , and decide whether the matrix is diagonalizable.
This is a good first 3 by 3 example because the matrix is not trivial, but it also does not fight you at every line. The structure is visible enough that the main ideas stay in view.
Why this matrix stays readable
The matrix almost breaks into two pieces. The lower-right entry already gives one eigenvalue, , with eigenvector .
The remaining work sits inside the top-left block , whose eigenvalues are and . So the example still feels like linear algebra, not just symbolic bookkeeping.
Step-by-step walkthrough
Treat the calculator output as a checkpoint, not the point of the exercise. The real job is to pair each eigenvalue with its eigenspace and then count whether you have enough directions.
- 1Write the characteristic polynomial: .
- 2Read off the eigenvalues: .
- 3For , solve and get an eigenvector such as .
- 4For , solve and get an eigenvector such as .
- 5For , solve and get .
- 6These three eigenvectors are linearly independent, so they form a basis of eigenvectors. That is exactly what diagonalizability requires.
Common Pitfall
Finding the eigenvalues is only part of the job. Diagonalization depends on having enough independent eigenvectors to build a basis, not just on listing the roots of the characteristic polynomial.
Try a Variation
Replace the bottom-right entry with . The eigenvalue then repeats. Does the matrix still have enough independent eigenvectors to be diagonalizable?
Related Pages
Keep moving through the cluster
Diagonalize a matrix and compute
Diagonalization is one of the first places students see why eigenvalues matter computationally. Once , powers of become powers of a diagonal matrix.
Open worked example →
Proof that eigenvectors for distinct eigenvalues are linearly independent
Distinct eigenvalues do more than label eigenspaces. They force eigenvectors to be independent, which is exactly why diagonalization becomes possible so often in practice.
Open proof →
What eigenvectors and eigenvalues mean geometrically
An eigenvector is a direction that survives a linear transformation without rotating away from its own line. The eigenvalue tells you the scale and possible sign flip along that direction.
Open explanation →
What a basis does in linear algebra
A basis is what turns a vector space into something you can navigate. It reaches every vector, and it does so without redundancy, so coordinates become possible.
Open explanation →