simplify - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


MTM

  

simplify

  

apply simplification rules

 

Calling Sequence

Parameters

Description

Examples

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

withMTM:

A412+3

A4+3

(1)

simplifyA

5

(2)

Bexpa+lnbexpc

Bⅇa+lnbⅇc

(3)

Csinx2+ln2x+cosx2

Csinx2+ln2x+cosx2

(4)

Ecosx5+sinx4+2cosx22sinx2cos2x

Ecosx5+sinx4+2cosx22sinx2cos2x

(5)

simplifyArrayA,B,C,E

5bⅇc+aln2+lnx+1cosx4cosx+1

(6)

See Also

MTM[collect]

MTM[expand]

MTM[factor]

MTM[log]

MTM[simple]

simplify