First we have to show that ,T:R3→R3
Define by T(x,y,z)=(−x,x−y,3x+2y+z) is a linear operator.
Let (x,y,z),(x′,y′,z′)∈R3 and a,b∈R
Where R is the underlying field.
Now ,T{a(x,y,z)+b(x′,y′,z′)}= T{(ax,ay,az)+(bx′,by′,bz′)}=
T ={(ax+bx′,ay+by′,az+bz′)}
=(−ax−bx,ax−ay+bx′−by′,3ax+2ay+az+3bx′+2by′+bz′)
=(−ax,ax−ay,3ax+2ay+az) +(−bx′,bx′−by′,3bx′+2by′+bz′)
=a(−x,x−y,3x+2y+z)+b(−x′,x′−y′,3x′+2y′+z′)
=aT(x,y,z)+bT(x′,y′,z′)
Hence T is a linear transformation.
Now, the matrix representation of T with respect to the usual basis
{(1,0,0),(0,1,0),(0,0,1)}is the following:
⎝⎛−1130−12001⎠⎞
Since it is a Lower triangular matrix ,its eigen values are −1,−1,and1 .
So its characteristics polynomial is (x+1)2(x−1) .
Again by Cayley Hamilton theorem ,
every square matrix satisfies its characteristic polynomial.
Therefore T satisfies (x−1)(x+1)2 .
Comments