InterviewSolution
Saved Bookmarks
| 1. |
f : R - {(-4)/3} rarr R be a function defined as f(x) = (4x)/(3x +4). The inverse of f is the map g : Range f rarr R - {(-4)/3} given by |
|
Answer» `g(y) = (3Y)/(3 - 4Y)` |
|