InterviewSolution
Saved Bookmarks
| 1. |
A square is inscribed inside the ellipse (x^(2))/( a^(2)) +(y^(2))/( b^(2)) =1 then the length of the side of the square is |
|
Answer» ` (ab)/( SQRT( a^(2) +B^(2)))` |
|