Please help with this matrix question Solve for Eigenvales, and Eigenvectors

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
4 replies · 2K views
sidinsky
Messages
6
Reaction score
1
M = (a c)
(c b)

Sorry for the double sets of brackets, its all in one. I'll also show as far as i got below:

[a-λ c] => (a-λ)(b-λ) - c^2 = λ^2 + (-a-b)λ + (ab-c^2) =0
[c b-λ] =>

then using the quadratic formula: λ = [-(-a-b) +/- Sqrt{(-a-b)^2 - 4(1)(ab-c^2)}]/ 2

then after some algebra I got stuck: λ = [(a+b) +/- Sqrt{a^2 + 2ab + b^2 -4ac^2}]/2

λ = [(a+b) +/- Sqrt{a^2 - 2ab + b^2 + c^2}]/2 ==>> THIS IS WHERE I GOT STUCK. PLEASE HELP
 
Physics news on Phys.org
welcome to pf!

hi sidinsky! welcome to pf! :wink:

(have a square-root: √ and a ± and try using the X2 button just above the Reply box :wink:)
sidinsky said:
λ = [(a+b) +/- Sqrt{a^2 - 2ab + b^2 + c^2}]/2

looks ok :smile:

that gives you the two eigenvalues,

so now use the standard techniques to find an eigenvector for each :wink:
 
is there any way this expression can be simplified further? I am sort of having trouble with the algebra :S
 
well I managed to clean up the expression inside the sqrt a bit to: [(a-b)2 + c 2 ]/2

a2 -2ab + b2 + c2 = (a-b)2 + c2

λ1 = (a+b) + sqrt{(a-b)2 +c 2}[itex]/2[/itex]

and λ2 = (a+b) - sqrt{(a-b)2 + c2}[itex]/2[/itex]

now these expressions for Lambda are too difficult for me to use to solve for eigenvectors