InterviewSolution
Saved Bookmarks
| 1. |
If the vectors a, b and c are coplanar, then |(a,b,c),(a.a,a.b,a.c),(b.a,b.b,b.c)| is equal to |
|
Answer» 1 `ax+yb+zc=0""…(i)` ON multiplyaing both sids of Eq (i) by a and b respectively we get `xaa+ya.b+za.c =0:""…(II)` `ab.a+yb.b+zb.c=0""...(iii)` On eliminating x,y and z from Eqs, (i), (ii) and (iii), we get `|{:(a,b,c),(a.a., a.b.,b.c),(b.a, a.b, b.c):}|=0` |
|