InterviewSolution
Saved Bookmarks
| 1. |
Determine the unit vector having the direction of the given vector in each of the following problems. 3hati+hatj-2hatk |
|
Answer» SOLUTION :LET `veca = 3hati+hatj-2hatk` |veca| = SQRT(9+1+4) = sqrt(14)` Unit VECTOR = `(3hati+hatj-2hatk)/sqrt(14)`. |
|