Which of the following is/are invertible
linear transformations
?
-
T
1
:
R
3
→
R
3
is the transformation that takes
(
x
,
y
,
z
)
to
(
x
−
y
,
y
−
z
,
z
−
x
)
.
-
T
2
:
C
2
→
C
2
is the transformation that takes
(
w
,
z
)
to
(
Re
(
w
)
+
Im
(
z
)
i
,
Re
(
z
)
+
Im
(
w
)
i
)
.
-
V
is the
vector space
of all sequences of
real numbers
(vector addition creates a new sequence from the component-wise sums of the previous two).
T
3
:
V
→
V
is the "right shift" transformation that takes a sequence
{
a
n
}
n
≥
0
and returns a sequence
{
b
n
}
n
≥
0
satisfying
b
0
=
0
and
b
n
=
a
n
−
1
for all
n
≥
1
.
Assume
C
2
is a vector space over the complex numbers.
None of them are invertible linear transformations.
T 1 is not invertible because the matrix ⎝ ⎛ 1 0 − 1 − 1 1 0 0 − 1 1 ⎠ ⎞ is not invertible.
T 2 is not linear because i ⋅ T ( 1 , i ) = i ⋅ ( 1 + i , 0 ) = ( − 1 + i , 0 ) but T ( i ⋅ 1 , i ⋅ i ) = T ( i , − 1 ) = ( 0 , − 1 + i ) .
T 3 is not invertible because it has no right inverse. There is no linear transformation R such that T 3 ( R ( v ) ) = v for all vectors v . Consider, for instance, v = { 1 , 0 , 0 , … } as the sequence beginning with a 1 and then followed by 0 's. The output of T 3 always starts with a 0 , so no matter what R is, T 3 ( R ( v ) ) = v .
Note, however, that T 3 does have a left inverse given by the linear transformation known as "left shift".