Let L : R
3 −→ R3[x] be a linear transformation such that
L(1, 0, 0) = 2x + x3, L(0, 1, 0) = −2x + x2, and L(0, 0, 1) = x2 + x3
.
(a) Find a formula for L(a, b, c), where a, b, c ∈ R.
(b) Find a basis for ker L. Is L a monomorphism?
(c) Find a basis for Im L. Is L an epimorphism?
(d) Find a basis for L−1[A], where A = x^2
Solution;
Idetify the linear transformation R3 to R3 by the mapping;
a+bx+cx2 in which a,b,cR
By the standard bases given;
Since L:R3 R3[x] ,we can factor out x to get,
L(1,0,0)=(2x+x3)=(2+x2)x
L(0,1,0)=(-2x+x2)=(-2+x)x
L(0,0,1)=(x2+x3)=(x+x2)x
The standard matrix for L is,
A=
The formula for the transformation is;
L(ax2,bx,c)=
b)
Find Kernel L
L =
Transform matrix A into a reduced row achelon;
The corresponding system is;
1+0.5x2=0
x+x2=0
0=0
Basis of Kernel(L) is;
( ,-1,1)
L is not a monomorphism because
c)
Find image of L;
By definition;
L(x)=Ax=b
b is the image of the transformation.
The basis of image L is
d)
Find the basis of
L-1[A]
A=x2
Matrix of L=
det =0
The matrix is not invertible.
The basis (0,0,0)
Comments