Let T: R^5 tends to R^3 defined by T(a, b, c, d, e)=(a+2b+2c+d+e, a+2b+3c+2d-e, 3a+6b+8c+5d-e). Find the basis and the dimension of the kernel and the image of T
1
Expert's answer
2020-12-20T18:00:58-0500
Solution: Given that , T(a, b, c, d, e)=(a+2b+2c+d+e, a+2b+3c+2d-e, 3a+6b+8c+5d-e).
This can be written as T⎣⎡abcde⎦⎤=⎣⎡1132262381251−1−1⎦⎤⎣⎡abcde⎦⎤
We write this as T(v)=Avwherev=⎣⎡abcde⎦⎤andA=⎣⎡1132262381251−1−1⎦⎤
To find ker(T):
The ker(T) is the same as the null space of the matrix A(i.e.nullA) . Therefore we find reduced row echelon form of the matrix A
The set[(−2,1,0,0,0),(1,0,−1,1,0),(−5,0,2,0,1)] spans NullA and it is linearly independent set, So the set {(-2,1,0,0,0),(1,0,-1,1,0),(-5,0,2,0,1)} forms a basis of ker(T)
Dimension of ker(T) : We know that "The dimension of Null A is the number of free variables in the equation Ax=0 "
Here, there are two leading variables aandc and three free variables b,d,e .
Hence dim Null A =3
Hence dim [ ker (T)]=3
To find Image of T i.e. Im(T):
To identify vector that span Im(T), we identify the first and third columns as pivot columns(leading 1's) in rref(A). These columns are linearly independent and span col(A).
∴Im(T)=Col(A)=⎣⎡113⎦⎤,⎣⎡238⎦⎤
LetB=Im(T)=⎣⎡113238⎦⎤
rref(B)=⎣⎡100010⎦⎤
rewriting the rref(B) in vector matrix form
⇒[ab]=a[10]+b[01]
Therefore, the Im(T) is the xy plane.The set{(1,0),(0,1)}Span Null B and it is linearly independent set, So the set {(1,0),(0,1)} forms a basis of Im(T).
Dimension of Im(T) : We know that rank(A)=2 (non-zero rows of rref(A))
Comments