InterviewSolution
Saved Bookmarks
| 1. |
Find the value of `lamda` such that the vectors `veca=2hati+lamdahatj+hatkandvecb=hati+2hatj+3hatk` are orthogonal. |
|
Answer» Since, two non-zero vectors `vecaandvecb` are orthogonal i.e., `veca.vecb=0`. `:.(2i+lamdahati+hatk).(hati+2hatj+3hatk)=0` `implies2+2lamda+3=0` `:.lamda=(-5)/(2)` |
|