freeze, thaw - replace an expression by a name
|
Calling Sequence
|
|
freeze(expr)
thaw(var)
|
|
Parameters
|
|
expr
|
-
|
the expression to be ``frozen''
|
var
|
-
|
the ``frozen'' variable
|
|
|
|
|
Description
|
|
•
|
freeze replaces its argument, expr (not a name and not a rational number), with a name of the form freeze/R0, freeze/R1, ...
|
•
|
To return the original expression the thaw function must be used.
|
•
|
This can be used to prevent parts of an expression from being subjected to the effects of symbolic manipulation.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
|
|
Download Help Document
Was this information helpful?