InterviewSolution
Saved Bookmarks
| 1. |
If vec(AB)= vec(b) and vec(AC)= vec( c), then the length of the perpendicular from A to the line BC is |
|
Answer» `|(vec(b) XX vec(C ))/(vec(b) + vec(c ))|` |
|