I have a vector (in physic) designated asF1=250cos(60)i+250cos(60)j+250cos(45)k, and i would like to see it in a 3D graphic with the axis centered at the origin, after what i would include other vector from there. But i have been unable to graph it. I would like it to look like this:

(first time user, would appreciate as much info as possible)
Thanks in advance
Seb.

ve tried Plot3D, Line, Vector...Plot3D[Line[{Cos[60], Cos[60], -Cos[45]}], {x, -20, 20}],Plot3D[(250 cos[60] + 250 cos[60] - 250 cos[45])*x, {x, -20, 20}], stuff like that but i know its not the good tipping, because i,j,k are not variable. but i can`t seem to find any good answer either here or on the Mathematica library, though it seem pretty simple and basic... – Sebastien Comtois Feb 27 '15 at 17:50