v1ru5
- 23
- 0
Homework Statement
If we give X = R2 the non-standard operations
(x, y,) ⊕ (x' , y') = (x + x' - 1, y + y' +2) (vector addition)
and
k~(x, y) = (kx - k + 1, ky + 2k -2) (multiplication by scalars)
then X is a real vector space.
- What is the zero vector of X?
- If v = (x, y) is in X then what is -v?
Homework Equations
The Attempt at a Solution
So attempted to answer both these questions. For the first one if you make x and y = 0 then you are left with (-1, 2) so that is what I thought the zero vector of X was. For the second answer I did (-1)x(x,y) so I got -v = (-x+2, -y-4). Just wondering if someone could help me out here and confirm if these are correct.
Thanks