InterviewSolution
Saved Bookmarks
| 1. |
Vectors drawn the origin `O`to the points `A , Ba n d C`are respectively ` vec a , vec ba n d vec4a- vec3bdot`find ` vec A Ca n d vec B Cdot` |
|
Answer» We have, `OA=a,OB=b and OC=4a-3b` Clearly, `AC=OC-OA=(4a-3b)-(a)` `=3a-3b` and `BC=OC-OB=(4a-3b)-(b)=4a-4b` |
|