Vidyalelo
Data Structure · Q817

Miscellaneous on Data Structures

Programming · Data Structure · question 817

Q817

Which of the following operation will give a vector that is perpendicular to both vectors a and b?

A.
a x b
B.
a.b
C.
b x a
D.
both a x b and b x a
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board