Mathematica >

InverseFunctions

InverseFunctions
is an option for Solve and related functions which specifies whether inverse functions should be used.
Truealways use inverse functions
Automaticuse inverse functions, printing a warning message (default)
Falsenever use inverse functions
  • Inverse functions provide a way to get some, but not in general all, solutions to equations that involve functions which are more complicated than polynomials.
  • Solve[Sin[x]Equala, x, InverseFunctions->True]LongRightArrow{{x→ArcSin[a]}} gives a single solution in terms of ArcSin. In fact, there is an infinite number of solutions to the equation, differing by arbitrary multiples of 2Pi. Solve gives only one of these solutions.
  • When there are several simultaneous equations to be solved in terms of inverse functions, Solve may fail to find any solutions, even when one exists.
  • When inverse functions are allowed, Solve solves for f[expr] first, then applies InverseFunction[f] to the result, equates it to expr, and continues trying to solve for the remainder of the variables.
New in 2
© 2008 Wolfram Research, Inc.
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team