Hey,
a question about determining if a set of functions are a sub-space.
I know that basically given a vector space V and a set W, I have to find out if:
1) w is not empty (or contains zero vector, which is the same), 2) closed under addition, 3) closed under multiplication
Now let's say V is the space of real functions, W={F in V | F(1)+2F(2)+3F(3)=F(0)}
So...
1) is ok, if I take f0(1)+2f0(2)+3f0(3)=f0(0) I get 0=0, so the zero vector is there
But where do I go for 2) and 3)? adding 2 such functions doesn't seem to help much...
2) I believe is:
(f+g)(1)+2(f+g)(2)+3(f+g)(3) =
f(1)+g(1)+2f(2)+2g(2)+3f(3)+3g(3) =
(f(1)+2f(2)+3f(3))+(g(1)+2g(2)+3g(3))=f(0)+g(0)=(f+g)(0)
3) Here I am a bit stuck...
say x is a scalar and f function in W:
x(f(1)+2f(2)+3f(3)) =
(xf(1)+x2f(2)+x3f(3))
What now...?
Thanks
a question about determining if a set of functions are a sub-space.
I know that basically given a vector space V and a set W, I have to find out if:
1) w is not empty (or contains zero vector, which is the same), 2) closed under addition, 3) closed under multiplication
Now let's say V is the space of real functions, W={F in V | F(1)+2F(2)+3F(3)=F(0)}
So...
1) is ok, if I take f0(1)+2f0(2)+3f0(3)=f0(0) I get 0=0, so the zero vector is there
But where do I go for 2) and 3)? adding 2 such functions doesn't seem to help much...
2) I believe is:
(f+g)(1)+2(f+g)(2)+3(f+g)(3) =
f(1)+g(1)+2f(2)+2g(2)+3f(3)+3g(3) =
(f(1)+2f(2)+3f(3))+(g(1)+2g(2)+3g(3))=f(0)+g(0)=(f+g)(0)
3) Here I am a bit stuck...
say x is a scalar and f function in W:
x(f(1)+2f(2)+3f(3)) =
(xf(1)+x2f(2)+x3f(3))
What now...?
Thanks