

InterviewSolution
Saved Bookmarks
1. |
The unit vector perpendicular to both the vectors (3, -1, 0) and (-2, 1, 3) is ………….. |
Answer» <html><body><p>`+-(-3,-9,1)`<br/>`+-(-3,9,-1)`<br/>`+-(1)/(<a href="https://interviewquestions.tuteehub.com/tag/sqrt-1223129" style="font-weight:bold;" target="_blank" title="Click to know more about SQRT">SQRT</a>(<a href="https://interviewquestions.tuteehub.com/tag/91-341989" style="font-weight:bold;" target="_blank" title="Click to know more about 91">91</a>))(-3,-9,1)`<br/>`+-(1)/(sqrt(91))(-3,9,-1)`</p>Answer :<a href="https://interviewquestions.tuteehub.com/tag/c-7168" style="font-weight:bold;" target="_blank" title="Click to know more about C">C</a></body></html> | |