Previous Up Next

9.2.14 Transforming tan(x) into sin(x)/cos(x)

The tan2sincos command replaces tan(x) by sin(x)/cos(x) in an expression.

Example

tan2sincos(tan(2*x))
     
sin
2 x
cos
2 x
          

Previous Up Next