InterviewSolution
Saved Bookmarks
| 1. |
Write the angle between the vectors a x b and b x a. |
|
Answer» Given question gives us two same vectors so the angle 0°. is In case, it asks write the angle between the vectors \(\vec a\times\vec b\) and \(\vec b\times \vec a-\) The angle between the vectors will be 180 ° as they are equal in magnitude and opposite in direction. |
|