

InterviewSolution
Saved Bookmarks
1. |
A vector `vec(A)` points verically upward and `vec(B)` points towards north. The vector product `vec(A) xx vec(B)` isA. ZeroB. Along westC. Along eastD. Vertically downward |
Answer» Correct Answer - B `vec(A) xx vec(B) = (A hat(k)) xx (B hat(j)) = - AB hat(i)` |
|