@ - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


simplify/@

simplify expressions involving operators

 

Calling Sequence

Parameters

Description

Examples using simplify/@

Calling Sequence

simplify(expr, `@`)

Parameters

expr

-

any expression

`@`

-

literal symbol; `@`

Description

• 

The simplify/@ function is used to simplify expressions which contain operators.

• 

Specifically, it simplifies compositions of inverses.  It uses the table invfunc as its knowledge base for these simplifications, so that it is possible for the user to modify the action of this function.

Examples using simplify/@

simplify(sin@arcsin, `@`);

args

(1)

simplify(exp@ln, `@`);

args

(2)

invfunc[f] := g:

simplify(f@@(-1)@g@@2);

g3

(3)

See Also

@

invfunc

operators[functional]

solve