Previous Up Next

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).

Examples

simplify((x-1)*(x+1))
     
x2−1           
simplify(3-54*sqrt(1/162))
     
−3 
2
+3
          
simplify((sin(3*x)+sin(7*x))/sin(5*x))
     
cos
x
          

Previous Up Next