Worked ExampleLinear AlgebraIntermediateMath Workspace (CAS)

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.

Primary Tool

Math Workspace (CAS)

Open CAS workspace

CAS is the right tool because the page can move from eigenvalue computation to matrix reconstruction without splitting the work across separate tools.

Problem

Diagonalize and use the result to express .

This is an important worked example because it turns the abstract definition of eigenvectors into a practical matrix factorization.

Why becomes manageable

Once you have , repeated multiplication gives . The hard work is all front-loaded into finding the eigenstructure once.

For a diagonal matrix, taking powers is immediate: every diagonal entry is raised to the th power independently.

Step-by-step walkthrough

The purpose of the computation is not just to find eigenvalues. It is to reorganize the matrix into coordinates where repeated multiplication is easy.

  1. 1Find the eigenvalues of , which are and .
  2. 2For each eigenvalue, solve to get an eigenvector. One convenient choice is for and for .
  3. 3Place the eigenvectors into the matrix and place the eigenvalues on the diagonal of .
  4. 4Check that by multiplying the three matrices back together.
  5. 5Use the factorization to write .
  6. 6Because is diagonal, compute by raising each diagonal entry independently: .

Common Pitfall

Diagonalization is not just renaming the matrix. It rewrites the problem so that powers of come from powers of the diagonal entries of .

Try a Variation

Try a matrix with repeated eigenvalues. When does diagonalization fail, and what part of the construction breaks?

Related Pages

Keep moving through the cluster

Back to Learn Math →