InterviewSolution
Saved Bookmarks
| 1. |
Consider a plane pi:vecr*vecn=d (where vecn is not a unti vector). There are two points A(veca) and B(vecb) lyingon the same sideof the plane. Q.If a plane pi_(1) is drawn from the pointA(veca) and anotherplane pi_(2)is drawn point B(vecb)parallelto pi, then the distancebetweenthe planes pi_(1) and pi_(2) is : |
|
Answer» `(|(veca-vecb)*VECN|)/(|vecn|)` |
|