InterviewSolution
Saved Bookmarks
| 1. |
Let S = {1, 2, 3}. Determine whether the functions f:S rarr S defined as below have inverses. Find f^(-1), if it exists. Note : Here we accept that inverse at function is unique. f = {(1, 3), (3, 2), (2, 1)} |
|
Answer» |
|