solve/functions
for a variable which is used as a function name
Calling Sequence
Parameters
Description
Examples
solve(eqn, fcnname)
eqn
-
single equation (as for solve)
fcnname
single variable (as for solve)
When the unknown is a name which is only used as a function in the equation, the solver constructs a function or procedure which solves the equation.
This is more or less equivalent to:
This in turn is more or less equivalent to:
More complicated inputs will generally return answers involving RootOfs
See Also
operators[functional]
unapply
Download Help Document