Computing Matrix, finding kernel and image

Click For Summary

Homework Help Overview

The discussion revolves around computing the matrix representation of a linear transformation T defined from R[x]² to R[x]³, specifically T(P(x)) = xP(x). Participants are tasked with finding the kernel and image of T with respect to given bases.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss how to compute the matrix representation of T by expressing the transformation of basis elements in terms of the specified bases. There are attempts to clarify the representation of T(1), T(x), and T(x²) in the context of the bases provided.

Discussion Status

Some participants have successfully computed the matrix representation of T and are exploring the implications for the kernel and image. There is acknowledgment of the simplicity of the kernel's solution, while others confirm the correctness of the image derived from the matrix.

Contextual Notes

Participants are navigating the definitions and implications of kernel and image in the context of linear transformations, with some expressing uncertainty about the initial setup and notation used in the problem.

specialnlovin
Messages
19
Reaction score
0
Let T: R[x]2[tex]\rightarrow[/tex] R[x]3 be defined by T(P(x))=xP(x). Compute the matrix of x with respect to bases {1,x,x2} and {1,x,x2,x3}. Find the kernel and image of T.

I know how to do this when given bases without exponents, however I do not know exactly what this is saying and therefore am having a hard time starting it.
 
Physics news on Phys.org
Let's compute the first column.

You take the first basis element, that is 1. Now you'll have to express T(1)=x in terms of the basis {1,x,x²,x³}. That would be (0,1,0,0). So the first column would consist out of

[tex]\left(\begin{array}{ccc}<br /> 0 & ? & ? \\<br /> 1 & ? & ? \\<br /> 0 & ? & ? \\<br /> 0 & ? & ? <br /> \end{array} \right)[/tex]

Now for the second and third column, you'll have to express T(x) and T(x²) in terms of the basis {1,x,x²,x³}.
 
Okay so matrix T(x)=x2 and with respect to the basis {1,x,x²,x³} the second column would be (0,0,1,0), T(x2)=x3 and with respect to the basis {1,x,x²,x³} would be (0,0,0,1).
I would then say that
T=(0 0 0)
(1 0 0)
(0 1 0)
(0 0 1)
with respect to {1,x,x²,x³} right? Not with respect to {1,x,x²} and {1,x,x²,x³}
so then to find the im(T) I just use
(0 0 0)
(1 0 0)
(0 1 0)
(0 0 1)
and solve it with respect to the basis {1,x,x²,x³} right?
Then how would I go about solving for the ker(T)?
 
For the Ker(T). Take your matrix A. Then wonder when Ax=0. This you should be able to solve easily (it's a system with 3 unknowns and 4 equations)
 
So, if (x,y,z) is in the kernel, then you must have

[tex] \left( \begin{array}{ccc}<br /> 0 & 0 & 0\\<br /> 1 & 0 & 0\\<br /> 0 & 1 & 0\\<br /> 0 & 0 & 1<br /> \end{array} \right) \left( \begin{array}{c}<br /> x\\<br /> y\\<br /> z<br /> \end{array} \right) = 0[/tex]

It's not hard to see that this can only be the case iff x=y=z=0
 
right, that just seemed way too easy I thought I was doing it wrong.
Then the im(T) is the span of e2, e3, and e4
 
Yes, your image is correct to.

And remember, math doesn't have to be difficult :biggrin:
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 36 ·
2
Replies
36
Views
5K
Replies
9
Views
15K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K