The second part of Q3 is the interesting part.
The secular equation is obtained by replacing the first diagonal element with 2 - λ , the second diagonal element with 3 - λ , the third diagonal element with 2 - λ , leaving the off-diagonal elements as before and then setting the determinant to zero. This results in the equation:
(2 - λ)2 (3 - λ) - 2 ( 2 - λ) = 0 ( the secular equation)
by inspection it is seen that one solution is λ = 2 . The other two solutions can be obtained by dividing through by ( 2 - λ) to produce : (2- λ) (3 - λ) -2 = 0. This quadratic equation is easily solved giving
the other two solutions λ = 1 and λ = 4
So the three eigen values are 1, 2 , 4
The eigen vector corresponding to λ =1 is found by writing M V1 = V1 (where M is the given matrix) and then requiring that V1 ⋅ V1 = 1 . This is a bit messy, but straightforward. The result is
V1 = sqrt(1/3) ( 1, -1, -1 )T
Similarly, the equation for V2 is M V2 = 2 V2 (and also V2 ⋅ V2 =1 )
V2 = (1, 0 , 0)T
For V3 M V3 = 4 V3 (and V3 ⋅ V3 = 1 )
V3 = sqrt(1/69) (7 , -4, 2)T