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

Online Help

All Products    Maple    MapleSim


InertForm

  

NoSimpl

  

inert-form module with overloaded operators

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

use NoSimpl in expr; end;

Parameters

expr

-

expression

Description

• 

The NoSimpl module overloads the basic arithmetic and function operators so the given expression, expr, is interpreted to inert form. See InertForm:-Parse for more details about inert form.

  

Note: Do not try to load this module via the with command.  Because it overrides function calls to make them inert, there will be no way to call other functions and have them evaluate.  If you accidentally do this, use the unwith command to unload the module.

Examples

useInertForm:-NoSimplin1+26end use

1+26

(1)

Compatibility

• 

The InertForm[NoSimpl] command was introduced in Maple 18.

• 

For more information on Maple 18 changes, see Updates in Maple 18.

See Also

DocumentTools

InertForm:-Parse

MathContainer

overload