InterviewSolution
Saved Bookmarks
| 1. |
a,b are non-zero vectors, c is given non-zero scalar such that a is perpendicular to b. Then the vector x satisfying the equaitons a. x = c and a xx x = b is |
|
Answer» `ca - (a XX b)` |
|