

InterviewSolution
Saved Bookmarks
1. |
If `hatn` is a unit vector in the direction of the vector `vecA`, them :A. `hatn = vecA//|vecA|`B. `hatn = vecA|vecA|`C. `hatn = |vecA|//vecA`D. `hatn = vecn xx vecn` |
Answer» Correct Answer - A `hatn=(vecA)/(|vecA|)=("vector")/("magntiude")` |
|