Vidyalelo
Data Structure · Q900

Miscellaneous on Data Structures

Programming · Data Structure · question 900

Q900

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)
Answer

Answer: Option D

Solution

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