

InterviewSolution
Saved Bookmarks
1. |
If `vecA,vecB,vecC` are mutually perpendicular show that `vecCxx(vecAxxvecB)=0`. Is the converse true? |
Answer» `AxxB` is perpendicular to both A and `B` so this is parallel or antiparallel to `C`. Now, cross, product of two parallel or antiparallel vectors is zero. Hence, `Cxx(AxxB) = 0`. |
|