Close
Close window
@ - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


[フレーム] [フレーム]

simplify/@

simplify expressions involving operators

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)


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /