Saved Bookmarks
| 1. |
Express the following relationson A to B in each case in tabular form A = B = R f = {(x,y) : x^2 + y^2 = 1 and abs(x-y) = 1 } |
|
Answer» SOLUTION :A = B = R F = `{(x,y) : x^2 + y^2 = 1` and `abs(x-y) = 1}` = {(0,1) (1,0), (-1,0), (0,-1)} |
|