10.1.3 Simplifying
The simplify command
simplifies an expression. It behaves
like normal for rational functions and algebraic extensions.
For expressions containing transcendental functions, simplify
tries first to rewrite them in terms of algebraically independent
transcendental functions. For trigonometric expressions, this requires
radian mode (check the radian box in the CAS configuration,
see Section 2.5.7, or input angle_radian:=1).
-
simplify takes
expr, an expression.
- simplify(expr) returns a simplified
version of expr.
Examples
simplify(3-54*sqrt(1/162)) |
simplify((sin(3*x)+sin(7*x))/sin(5*x)) |