InterviewSolution
Saved Bookmarks
| 1. |
squareABCD is a parallelogram vec(AB)=bar(q),vec(AD)=bar(p),angleBAC is on acute angle. From the point B, the perpendicular is drawn on side vec(AD). The vector along with it is vec( r ). Then vec( r ) = …………. . |
|
Answer» `VEC( r )=3bar(Q)-(3(bar(p).bar(q)))/((bar(p).bar(p)))bar(p)` |
|