InterviewSolution
Saved Bookmarks
| 1. |
A rectangle ABCD, A = (0,0), B = (4, 0), C = (4, 2), D = (0, 2) undergoes the following transformations successively. (i) f1(x,y)→(y,x) (ii) f2(x,y)→(x+3y,y) (iii) f3(x,y)→(x−y2,x+y2) The final figure will be |
|
Answer» A rectangle ABCD, A = (0,0), B = (4, 0), C = (4, 2), D = (0, 2) undergoes the following transformations successively. |
|