InertForm
Value
convert an inert-form structure to a non-inert expression
Calling Sequence
Parameters
Description
Package Usage
Examples
Compatibility
Value( expr )
expr
-
expression
The Value command accepts an inert-form structure and returns an expression without any inert `%` prefixed names or operators. This command provides the same functionality as the top-level value command when the valuateoperandsofindexedinertnames=true option is added.
The returned expression is a regular Maple expression to which all evaluation and simplification rules apply. As such, simple arithmetic that was preserved in the inert-form will not be preserved in the evaluated result.
This function is part of the InertForm package, so it can be used in the short form Value(..) only after executing the command with(InertForm). However, it can always be accessed through the long form of the command by using InertForm[Value](..).
with⁡InertForm:
ex≔Parse⁡(1+2)/6
ex≔1+26
Value⁡ex
12
The InertForm[Value] command was introduced in Maple 18.
For more information on Maple 18 changes, see Updates in Maple 18.
See Also
InertForm:-Parse
value
Download Help Document