InterviewSolution
Saved Bookmarks
| 1. |
The vectors vec(a) and vec(b) are not perpendicular and vec(c ) and vec(d) are two vectors satisfying vec(b) xx vec(c )= vec(b) xx vec(d) and vec(a).vec(d)= 0. Then the vector vec(d) is equal to |
|
Answer» `VEC(B)+ ((vec(b).vec(C ))/(vec(a).vec(b))) vec(c )` |
|