InertForm
NoSimpl
inert-form module with overloaded operators
Calling Sequence
Parameters
Description
Examples
Compatibility
use NoSimpl in expr; end;
expr
-
expression
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.
useInertForm:-NoSimplin1+26end use
1+26
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
Download Help Document