Consider the real symmetric matrix A 0 1 1 2 1 3 0 0 0 a Fi
Solution
to find the eigenvalues evaluate the determinant |A - K I |=0 where K is the eigen value
| 0-k -1 1
-2 -1-k 3
0 0 -k | =0 expanding the det ; -k[ k(k+1) -2] =0 => k=0 or k2+k-2=0 k=1 ,-2
the eigen values are k=0 ,1,- 2
to find the eigenvectors solve the matrix eqn AX= kX where X is the column matrix
X =( x1,x2,x3)T
AX =KX => [ 0 -1 1
-2 -1 3
0 0 0 ] ( x1 x2 x3)T = ( kx1 ,kx2, kx3]
the system when k=0 is : - x2+x3=0 => x3=x2
-2x1-x2+3x3=0 when x2=x3we get x1=x2
when k=0 the correseponing eigen vector is X1= ( 1,1,1)T -----I
when k=1 the system is : -x2+x3=x1 , -2x1-x2+3x3=x2 => x3=0 and x2= -x1
when k=1 the eigenvector is X 2= ( 1, -1 ,0) T ------II
when k= - 2 the system is : - x2+x3= -2x1 , -2x1-x2+3x3= -2x2 => x3=0 x2=2x1
when k=- 2 the eigen vector is X3= ( 1,2,0)T
the matrix formed by yhe eigen vectors is X such that XAX-1 is a diogonal matrix in which the main diogonal consists of the eigen values
