Abstract Linear Algebra, Linear Functional

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 reply · 2K views
chm
Messages
1
Reaction score
0

Homework Statement


problem didn't state, but I assume let V be a vector space: V = C^3 and scalar is C


Homework Equations


Define a non-zero linear functional T on C^3 such that T ((1, 1, 1)) = T ((1, 1, −1)) = 0


The Attempt at a Solution


So let X1 = (1, 1, 1); X2 = (1, 1, -1);
It asks me to define a non zero linear functional, that means I need to define T(x) = α1T(x1) + α2T(X2) ?
Since T(X1) = T(X2) = 0 then T(X) = 0 then it's not the answer.
I'm stuck here. Can anyone give me a hint please? Thanks!
 
Physics news on Phys.org
T((x,y,z))=T((x,0,0))+T((0,y,0))+T((0,0,z))=x*T((1,0,0))+y*T((0,1,0))+z*T((0,0,1)). Because it's a linear functional, yes? Now you just need to pick values for T((1,0,0)), T((0,1,0)) and T((0,0,1)) that give the same value of 0 for your input vectors. Many choices are possible, just pick one.