1.

Cross product of two vectors can be used to find?(a) area of rectangle(b) area of square(c) area of parallelogram(d) perimeter of rectangleThe question was posed to me in unit test.This intriguing question comes from Computational Geometry topic in chapter Computational Geometry of Data Structures & Algorithms II

Answer»

The CORRECT answer is (c) AREA of parallelogram

Best explanation: CROSS product of TWO vectors can be used to find the area of parallelogram. For this, we NEED to consider the vectors as the adjacent sides of the parallelogram.



Discussion

No Comment Found

Related InterviewSolutions