I'm not quite sure i follow the last line. Do you mean p(x) = (-x) on [-1,0], p(x) = x on [0,1]?
EDIT: Never mind. I think i understand now. So if I write 2(1,0,0) + 3(0,1,0) + 4(0,0,1) that would mean the polynomial p(-1) =2, p(0) = 3, p(1)=4. So i have to find a linear polynomial that...