Дьявол
- 365
- 0
Homework Statement
(i) Is the set of all mappings f:R3->R
a)f(x,y,z)=ax+by+cz
b)f(x,y,z)=ax+by+cz+d
for a,b,c,d Є R, vector space, for the standard addition operation and scalar multiplication of function with real number?
(ii) Is the set of all vectors in R3 which are collinear with the vector (1,-2,3), vector space for the standard addition operation in R3 and multiply of vector from R3 with scalar?
(iii) Is the set of all vectors x(2,0,3) + y(-1,4,-2) where x,y Є R, vector space for the operations in R3(R)?
Homework Equations
[f+(g+h)](x)=f(x)+(g+h)(x)=f(x)+g(x)+h(x)=(f(x)+g(x))+h(x)=[f+(g+h)](x)
(f+g)(x)=f(x)+g(x)
(kf)(x)=kf(x)
(u+v)+w=u+(v+w)
(ab)u=a(bu)
The Attempt at a Solution
(i) Should I check if it's vector space by using:
f(x,y,z)=ax+by+cz
(f+g)(x)=f(x)+g(x) and (kf)(x)=kf(x), but what will be g(x) ?
(ii) If it is collinear with the vector (1,-2,3), probably the set of vectors lies on same line.
So the set of vectors are λ(1,-2,3).
u=a(1,-2,3)
v=b(1,-2,3)
u+v=a(1,-2,3)+b(1,-2,3)=(a+b,-2a-2b,3a+3b)=[a+b,-2(a+b),3(a+b)]
Really, I don't know what is the proof here.
Please help.