Solve for Eigenvector: Characteristic Equation of Matrix A with Solution Method

  • Thread starter Thread starter johnnyboy2005
  • Start date Start date
  • Tags Tags
    Eigenvector
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
1 reply · 2K views
johnnyboy2005
Messages
29
Reaction score
0
hey, not sure how this works on this website but was just wondering if someone can tell me if I'm doing this right...

find characteristic equation of matrix

A=l 4 0 1 l
l -2 1 0l
l -2 0 1l

i found it to be (L=lambda)...

L^3 - 6L^2 + 11L - 6 = 0


only because i solved the matrix det(LI - A) and found that

=(L-4)[(L-1)(L-1)] -1[0 - (2)(L-1)] ...have i got this right? thanks for the help
 
Physics news on Phys.org
Yes, that's right. Or just say:

[tex]x^3-6x^2+11x-6=0[/tex]

We use a formatting language called LaTex to format it in traditional form:

[tex] M=\left(<br /> \begin{array}{ccc} 4 & 0 & 1 \\<br /> -2 & 1 & 0 \\<br /> -2 & 0 & 1<br /> \end{array}<br /> \right)[/tex]

If you choose to post frequently here you may wish to learn it. Start by looking at the "General Physics" forum, top thread titled "Introducing LaTex".