InterviewSolution
Saved Bookmarks
| 1. |
सिद्ध कीजिए कि `(veca xx vecb) =a^(2)b^(2) - (veca * vecb)^(2)`. |
|
Answer» `(veca xx vecb) = (ab sin theta)^(2) = a^(2)b^(2) sin^(2) theta` `= a^(2) b^(2) (1 - cos^(2) theta)` `=a^(2) b^(2) -(ab cos theta)^(2) =a^(2)b^(2) -(veca * vecb)^(2)`. |
|