InterviewSolution
Saved Bookmarks
| 1. |
Find a unit vector in the direction from point `P(1,-1,2)` to point `Q(-1,1,1)`. |
| Answer» Correct Answer - `(-2 hat (i) + 2 hat(j) - hat (k))/(3)` | |