|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
InverseFunction
InverseFunction[f]
represents the inverse of the function f, defined so that InverseFunction[f][y] gives the value of x for which
is equal to y.
InverseFunction[f, n, tot]
represents the inverse with respect to the ![]()
argument when there are tot arguments in all.
DetailsDetails
- In OutputForm and StandardForm, InverseFunction[f] is printed as
. - As discussed in "Functions That Do Not Have Unique Values", many mathematical functions do not have unique inverses. In such cases, InverseFunction[f] can represent only one of the possible inverses for f.
- InverseFunction is generated by Solve when the option InverseFunctions is set to Automatic or True.
New in 2
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
