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

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : System : Error Message Guide : invalid simplification command

Error, (in simplify/do) invalid simplification command

 

Description

Examples

Description

The simplify command is used to apply simplification rules to an expression.

 

The Error, (in simplify/do) invalid simplification command message occurs when arguments passed to simplify do not comply with a valid calling sequence.

Examples

Example 1

In this instance, the arguments do not match any of the valid calling sequences of simplify.

Error, (in simplify/do) invalid simplification command


Solution 1:

Enclose the equation  in a set.

(2.1)

Solution 2:

For a direct substitution, you can also use the eval command.

(2.2)

 

Example 2

Here,  provides a side relation that should be used when simplifying the expression . The side relations passed to simplify must be a set or list of equations. For more information on side relations, see simplify/siderels.

(2.3)

(2.4)

Error, (in simplify/do) invalid simplification command


Solution:
Enclose the equation in a set.

(2.5)

(2.6)

(2.7)

See Also

eval

simplify

simplify/siderels

 


Download Help Document