simplify/constants - convert constant functions to constants
|
Calling Sequence
|
|
simplify(expr, 'constants')
|
|
Parameters
|
|
expr
|
-
|
expression
|
'constants'
|
-
|
literal name; 'constants', including the enclosing with quotes ''
|
|
|
|
|
Description
|
|
•
|
Candidates for simplification are symbols in the expression sequence constants which are not themselves procedures or for which there does not exist an evalf function.
|
•
|
Note: In order to perform this simplification using the syntax simplify(expr, 'constants'), it is mandatory that the keyword 'constants' be enclosed with quotes, to prevent the premature evaluation of this keyword to the list of Maple constants
|
| (1) |
|
|
Examples
|
|
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
|
|
Download Help Document
Was this information helpful?