function - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

solve/functions

for a variable which is used as a function name

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

solve(eqn, fcnname)

Parameters

eqn

-

single equation (as for solve)

fcnname

-

single variable (as for solve)

Description

• 

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.

Examples

(1)

This is more or less equivalent to:

(2)

(3)

This in turn is more or less equivalent to:

(4)

(5)

More complicated inputs will generally return answers involving RootOfs

(6)

See Also

operators[functional]

unapply

 


Download Help Document