To show, that T is a linear operator let's check the following property:
T(λ1v1+λ2v2)=λ1T(v1)+λ2T(v2), where v1=(x1,y1,z1),v2=(x2,y2,z2). Indeed:
T(λ1v1+λ2v2)=T((λ1x1,λ1y1,λ1z1)+(λ2x2,λ2y2,λ2z2))=
=T(λ1x1+λ2x2,λ1y1+λ2y2,λ1z1+λ2z2) =(λ1(x1+y1)+λ2(x2+y2),λ1(y1+z1)+λ2(y2+z2),λ1(x1−z1)+λ2(x2−z2),λ1(2x1+y1−z1)+λ2(2x2+y2−z2))=
=λ1(x1+y1,y1+z1,x1−z1,2x1+y1−z1)+λ2((x2+y2,y2+z2,x2−z2,2x2+y2−z2)=λ1T(v1)+λ2T(v2)
Let's now find the kernal and range of T.
Ker(T)=v∈R3∣T(v)=0 , so:
T(v)=T(x,y,z)=(x+y,y+z,x−z,2x+y−z)=0. This means, that:
⎩⎨⎧x+y=0y+z=0x−z=02x+y−z=0 Thus {x+y=0z=x . Hence, Ker(T)=Lin(1,−1,1),dim(Ker(T))=1.
Now let's do the same for the range:
T(v)=T(x,y,z)=(x+y,y+z,x−z,2x+y−z)=
=x(1,0,1,2)+y(1,1,0,1)+z(0,1,−1,−1). But, since (0,1,−1,−1)=−(1,0,1,2)+(1,1,0,1), we obtain that: T(x,y,z)=(x−z)(1,0,1,2)+(y+z)(1,1,0,1), and:
Range(T)=Lin((1,0,1,2),(1,1,0,1)).