Solution;
The matrix representation,A,of the equation is;
A=⎝⎛31113−11−13⎠⎞
Find the characteristic equation from,
∣A−λI∣=0
i.e;
λ3−s1λ2+s2λ−s3=0
In which ;
s1 =Sum of the main diagonal elements.
s1=3+3+3=9
s2 = Sum of the minors of the main diagonal elements;
s2=∣∣3113∣∣ +∣∣3113∣∣ +∣∣3−1−13∣∣
s2=24
s3 =|A|=∣∣31113−11−13∣∣ =16
The characteristic equation is ;
λ3−9λ2+24λ−16=0
Solve for the roots of the equation;
If λ=1
1-9+24-16=0
Hence ,λ=1 is a root.
By synthetic Division,other roots are from;
λ2−8λ+16=0
(λ−4)(λ−4)=0
λ=4,4
Hence the eigenvalues are;
4,4,1
Find the eigenvectors;
(A-λI )x=0
[⎝⎛31113−11−13⎠⎞ -⎝⎛λ000λ00λ⎠⎞]x=0
To have;
⎣⎡3−λ1113−λ−11−13−λ⎦⎤ ⎣⎡xyz⎦⎤=0
Take;
Case (i),if λ =4,the equation becomes;
⎣⎡−1111−1−11−1−1⎦⎤ ⎣⎡xyz⎦⎤=0
-x+y+z=0
x-y-z=0
x-y-z=0
The equation gives ;
x1=⎣⎡211⎦⎤
Case(iii),λ=1 ,the equation becomes;
⎣⎡21112−11−12⎦⎤ ⎣⎡xyz⎦⎤=0
2x+y+z=0
x+2y-z=0
x-y+2y=0
The equations give;
x3=⎣⎡−111⎦⎤
To find the third set of eigenvectors,x3
Since;
x1x2T=0
x2x3T=0
x3x1T=0
We know;
x1=⎣⎡211⎦⎤ ,x3=⎣⎡−111⎦⎤
Let ;
x2=⎣⎡abc⎦⎤
Hence;
[2−11111]⎣⎡abc⎦⎤=0
2a+b+c=0
-a+b+c=0
Hence,
x2=⎣⎡0−11⎦⎤
The model matrix,M from the eigenvectors is;
⎝⎛2110−11−111⎠⎞
The normalised model matrix ,N,is as follows;
Length of eigenvectors;
x1=4+1+1=6
x2=0+1+1=2
x3=1+1+1=3
N=⎣⎡62616102−1213−13131⎦⎤
Transponse normalised model matrix ,NT ;
NT=⎣⎡6203−1612−131612131⎦⎤
Find the diagonalized matrix,D=NTAN
D=⎣⎡400040001⎦⎤
Hence D is the matrix of linear transformation of the quadratic form into canonical form.
Thus the linear transformation,X is;
X=Dy
X=⎝⎛400040001⎠⎞ (y1,y2,y3)
Comments
Leave a comment