Previous Up Next

10.3.9  Simplifying complex exponentials

The tsimplify command simplifies transcendental expressions by rewriting the expression with complex exponentials. It is a good idea to try other simplification instructions and call tsimplify if they do not work.

Example

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

ei x
4+1

ei x
2
          

Previous Up Next