Worked ExampleLinear AlgebraIntermediateEigenvalue & Eigenvector Calculator

Compute eigenvalues and eigenvectors of a matrix

A first serious 3 by 3 eigenproblem should show new structure without burying the point in arithmetic. This one does that: you see the characteristic polynomial, the eigenspaces, and the diagonalization test in one pass.

Primary Tool

Eigenvalue & Eigenvector Calculator

Open 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.

  1. 1Write the characteristic polynomial: .
  2. 2Read off the eigenvalues: .
  3. 3For , solve and get an eigenvector such as .
  4. 4For , solve and get an eigenvector such as .
  5. 5For , solve and get .
  6. 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

Back to Learn Math →