Previous Up Next

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

eix
4+1

eix
2
          

Previous Up Next