InterviewSolution
Saved Bookmarks
| 1. |
Which of the following equals the a x b ( a and b are two vectors)?(a) – (a x b)(b) a.b(c) b x a(d) – (b x a)This question was posed to me in exam.This key question is from Computational Geometry topic in portion Computational Geometry of Data Structures & Algorithms II |
|
Answer» The correct ANSWER is (d) – (b x a) |
|