Physicsissuef said:
a=-\frac{x-2y}{3}
b=\frac{2x-y}{3}
,
now what to do next?
Excellent!
Physicsissuef said:
Actually, I don't know why you multiply by [1 2] and why it is equal to [2 1 0]
Haven't we already been through what a "basis" is? R
2 has dimension 2 and, since (1, 2) and (2, 1) are two independent vectors (one is not a multiple of the other) they form a basis.
Every vector in can be written as a linear combination of those two vectors. You have now determined how they can be written: for any x, y,
(x,y)= \frac{2y-x}{3}(1, 2)+ \frac{2x-y}{3}(2, 1)
Since f is a linear map, by definition of "linear",
f(x,y)= \frac{2y-x}{3}f(1, 2)+ \frac{2x-y}{3}f(2, 1)
Now, you are told in the original problem that f(1,2)= (2, 1, 0) and that f(2, 1)= (0, 1, 2).
f(x,y)= \frac{2y-x}{3}(2, 1, 0)+ \frac{2x-y}{3}(0, 1, 2)
= \left(\frac{4y- 2x}{3},\frac{2y-x}{3}+ \frac{2x-y}{3},\frac{4x- 2y}{3}\right)
= \left(\frac{4y-2x}{3},\frac{x+y}{3},\frac{4x-2y}{3}\right)