InterviewSolution
Saved Bookmarks
| 1. |
Express the vector vec(r)=4hat(i)+13hat(j)-18hat(k) as a linear combination of the vectors vec(a)=hat(i)-2hat(j)+3hat(k)andvec(b)=2hat(i)+3hat(j)-4hat(k). |
|
Answer» `VEC(R)=2vec(a)+5vec(B)` |
|