InterviewSolution
Saved Bookmarks
| 1. |
ABCD is a square whose vertices A(0,0) B (2,0), C(0,2). This square is rotated in the xy-plane with an angle of 30^@ in aniclockwise direction about an axis passing through the vertex A, the equation of the diagonal BD of this rotated square is |
|
Answer» `SQRT3X+(1-sqrt3)y=sqrt3` |
|