Kernel and Linear transformation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 2K views
Hockeystar
Messages
61
Reaction score
0

Homework Statement


U = [Polynomial of degree 3 such that 3p(1) = p(0)]

Find the basis of U and find a linear transformation T: P3 ---> R such that U is the kernel of T.

Homework Equations


The Attempt at a Solution



The basis part is easy.
3p(1) = p(0)
3a + 3b + 3c +d = d
c= -b-a

Basis : {<1,0,-1,0>,<0,1,-1,0>,<0,0,0,1>}

The kernel part makes no sense (prof never went over this in class). I know kernel means T(v) = 0 Could the transformation just be R = {a-a, b-b, -(b+a) +(b+a), d-d}
 
on Phys.org
solve:

<1,0,-1,0> * x1 + <0,1,-1,0> * x2 + <0,0,0,1> * x3 = 0