Vidyalelo
Data Structure · Q489

Miscellaneous on Data Structures

Programming · Data Structure · question 489

Q489

What is the general formula for finding the magnitude of the cross product of two vectors a and b with angle θ between them?

A.
|a|.|b|
B.
|a|.|b| cos(θ)
C.
|a|.|b| sin(θ)
Answer
D.
|a|.|b| tan(θ)

Answer: Option C

Solution

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