nehap.2491
- 4
- 0
suppose that vectors in R3 are denoted by 1*3 matrices, and define T:R4 to R3 by T9x,y,z,t)=(x-y+z+t,2x-2y+3z+4t,3x-3y+4z+5t).Find basis of kernel and range.
Thank you!micromass said:Ow, for the image you won't need to do all that stuff, I'm sorry.
You'll first have to find a basis of R4, call this {e1,e2,e3,e4}. Then {T(e1),T(e2),T(e3),T(e4)} is a set which spans the image. If this set is linear independant, then it's a basis. If not, then remove some vectors until it is linear independant...
Thank you!Outlined said:If you are open to it, the equation below (in case f : V -> W) might even help:
dim(ker(f)) + dim(Im(f)) = dim(V)