MTM[simplify] - apply simplification rules
|
Calling Sequence
|
|
simplify(A)
|
|
Parameters
|
|
A
|
-
|
expression or array of expressions
|
|
|
|
|
Description
|
|
•
|
For an expression A, the function simplify(A) will apply simplification rules to A, and return the resulting expression.
|
•
|
For an array A, the function simplify(A) will return an array R with the same dimensions as A. For each element e of A, the corresponding element in R will have the value simplify(e).
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
|
|
Download Help Document
Was this information helpful?