T:R4→R4,
T(x1,x2,x3,x4)=(x1+x2+x3+x4,x1+x2,x3+x4,0). (1)
For T∈L(R4,R4), the range of T is the subset of R4 consisting of those vectors that are of the form T(x1,x2,x3,x4) for some (x1,x2,x3,x4)∈R4:
rangeT={T(x1,x2,x3,x4):(x1,x2,x3,x4)∈R4}.
So, T∈L(R4,R4) is defined by (1), then
rangeT={(x1+x2+x3+x4,x1+x2,x3+x4,0):x1,x2,x3,x4∈R}.
A=⎣⎡1100110010101010⎦⎤
is the matrix satisfying T(x)=Ax,x∈R4. The range of the linear transformation T is the same as the range of the matrix A.
The range of A is the columns space of A . Thus it is spanned by columns
⎣⎡1100⎦⎤,⎣⎡1010⎦⎤
From the below (2) reduction of the augmented matrix, we see that these vectors are linearly independent, thus a basis for the range.
Therefore, we have
rangeT=rangeA=span{⎣⎡1100⎦⎤,⎣⎡1010⎦⎤}
and
{⎣⎡1100⎦⎤,⎣⎡1010⎦⎤}
is a basis for rangeT.
kerT={(x1,x2,x3,x4)∈R4:T(x1,x2,x3,x4)=0}.
System of LE associated to the implicit equations of the kernel, resulting from equalling to zero the components of the linear transformation formula.
x1+x2+x3+x4=0
x1+x2=0
x3+x4=0
Transform the augmented matrix A to row echelon form.
r2→r2−r1
⎣⎡100010001−1101−110⎦⎤
r3→r3+r2
⎣⎡100010001−1001−100⎦⎤
r1→r1+r2
⎣⎡100010000−1000−100⎦⎤
r2→−1r2
⎣⎡1000100001000100⎦⎤ (2)
Translate the row echelon form matrix to the associated system of linear equations
x1+x2=0
x3+x4=0
The implicit equations of the kernel are the equations above
kerT={(x1,x2,x3,x4)∈R4∣x1+x2=0;x3+x4=0}
kerT=⎣⎡s−st−t⎦⎤:t,s∈R,
kerT=span{⎣⎡1−100⎦⎤,⎣⎡001−1⎦⎤}
and
{⎣⎡1−100⎦⎤,⎣⎡001−1⎦⎤} is a basis for kerT.
Comments
wow great works