Previous Up Next

5.24.9 Simplifying complex exponentials: tsimplify

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.

Input:

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

Output:


eix
4+1

eix
2

Previous Up Next