

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