MTM
simplify
apply simplification rules
Calling Sequence
Parameters
Description
Examples
simplify(A)
A
-
expression or array of expressions
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).
with⁡MTM:
A≔412+3
A≔4+3
simplify⁡A
5
B≔exp⁡a+ln⁡b⁢exp⁡c
B≔ⅇa+ln⁡b⁢ⅇc
C≔sin⁡x2+ln⁡2⁢x+cos⁡x2
E≔cos⁡x5+sin⁡x4+2⁢cos⁡x2−2⁢sin⁡x2−cos⁡2⁢x
simplify⁡Array⁡A,B,C,E
5b⁢ⅇc+aln⁡2+ln⁡x+1cos⁡x4⁢cos⁡x+1
See Also
MTM[collect]
MTM[expand]
MTM[factor]
MTM[log]
MTM[simple]
Download Help Document