When finding eigenvectors in matrices I choose something for some x-es.
Like sometimes x3 or x4 is chosen to be s or t or 2s etc...
What I´d like to ask about is, does it not matter what the number is? Can I chose whatever I want to?
If the matrix has 3 eigenvalues and after gauss...
I do know that Ax= [-15, -11+3k, 9]
Then I have to find \\lamda * [-5, -2, 3] = [-15, -11+3k, 9]
therefore
-5 \\lamda -2\\lamda + 3\\lamda =-15
and = 9
and = -11+3k
?
Homework Statement
A=
1 5 2
1 3 k
2 1 1
Solve for k if A has the eigenvector
3
2
5
The Attempt at a Solution
I first tried to put in eigenvalues L1, L2 and L3
2-L1 [3-L1, k ; -5 , -2-L1] and so on...
and was going to isolate k but it doesnt´make any sense to me...
so you'll have a cubic polynomial in LaTeX Code: \\lambda that is equal to zero.
You need to solve for LaTeX Code: \\lambda in that polynomial.
can you show me?