Symbolic Math Toolbox
 Go to function:
  Search    Help Desk 
simplify ExamplesSee Also

Symbolic simplification.

Syntax

Description

simplify(S) simplifies each element of the symbolic matrix S using Maple simplification rules.

Examples

simplify(sin(x)^2 + cos(x)^2) returns

simplify(exp(c*log(sqrt(a+b)))) returns

The statements

return

See Also

collect, expand, factor, horner, simple



[ Previous | Help Desk | Next ]