(3, 1, 1) second row: (1, 0, 2) third row: (1, 2, 0)
which i then convert into to (3-lamda) , -lamda, -lamda : all of which are diagonally.
-(3-lamda)*2x2matrice of top row: lamda, 2 second row: 2, lamda
-1*(-(2x2 matrice of top row:1, 1 second row: 2, lamda))
-1* 2x2 matrice of top row: 1, 1 second row: lamda, 2for the fiirst matrice I got: lamda-cube-3lamda^2-4lamda+12
for the second matrice I got: -lamda-2
for the third I got: -lamda-2
my three eigen values are : 1, 4, -2
alright, here goes the fun part: finding the eigen vector is not really the same as a 2x2 matricefor example for lamda =1I took the value of lamda and placed it diagonally in a matrice of all zeros. which i then subtracted from the original matrice.
gave me= top row: 2, 1, 1 second row: 1,1,2 and the third row: 1,2,1
Now I am getting confused here. because when i switch R_2 with R_1 and then do the row reduction with the other rows i am still left with the other rows which i then keep reducing to all zeros with ONLY one 1 , in the top row, left.
that is just going to give me x_1 but it'll zero out x_2 and x_3What am I doing wrong here??