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.Reflection of A(veca) in the plane pi has the position vector : |
|
Answer» `VECA+(2)/((VECN)^(2))(d-veca*vecn)vecn` |
|