InterviewSolution
Saved Bookmarks
| 1. |
The point (4,1) undergoes the following transformations successively I. Reflection about the line y =x II. Translation through a distance 2 units in the direction of positive X-axis. III. Rotation through an angle pi/4 about origin in the anticlock wise direction. Then, the final position of the point is |
|
Answer» `(- SQRT(18), sqrt(18))` |
|