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

Online Help

All Products    Maple    MapleSim


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

solvefxx+2,f

xx2

(1)

This is more or less equivalent to:

solvefxx+2,fx

x2

(2)

unapply,x

xx2

(3)

This in turn is more or less equivalent to:

solveyx+2,y

x2

(4)

unapply,x

xx2

(5)

More complicated inputs will generally return answers involving RootOfs

solvefx4fx3+x+1,f

xRootOf_Z4_Z3+x+1

(6)

See Also

operators[functional]

unapply