Finding eigenvalues to use in Cayley-Hamilton theorem problem

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
phosgene
Messages
145
Reaction score
1

Homework Statement



Let C =

2,0,-2
1,1,2
-1,-1,-1

Use the Cayley-Hamilton theorem to compute C^3.

Homework Equations



Cayley-Hamilton theorem says that every square matrix satisfies its own characteristic equation.

[itex]C^3=PD^3P^{-1}[/itex]

where P is the matrix formed from linearly independent eigenvectors of C and D is the diagonal matrix formed from the eigenvalues of C.

The Attempt at a Solution



I get the characteristic equation of C is

[itex]\lambda^3 - 2\lambda^2 - \lambda - 2 = 0[/itex]

I get stuck because I can't factorise this and get the eigenvalues to proceed. Is there some trick to factorising cubics like this?
 
Physics news on Phys.org
Attached
 

Attachments

  • 001.jpg
    001.jpg
    12.8 KB · Views: 484
Thanks, I was just going back over the lecture notes and realized that I was absurdly confused in that section (I'm embarassed I even asked this question!)...anyway, I get it now, thanks for that :)