Previous Up Next

6.23.5  Simplifying: simplify

The simplify command simplifies expressions. As with all automatic simplifications, do not expect miracles; you will have to use specific rewriting rules if it does not work.


Example.
Input:

simplify((sin(3*x)+sin(7*x))/sin(5*x))

Output:

2 cos
x


Warning.
simplify is more efficient in radian mode (which you can turn on, if it isn’t already, by checking radian in the cas configuration or inputting angle_radian:=1, see Section 3.5.3).


Previous Up Next