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