Previous Up Next

10.3.1  Rewriting hyperbolic functions as exponentials

The hyperbolic functions are typically defined in terms of exponential functions; the hyp2exp command converts hyperbolic functions into their exponential forms.

Example

hyp2exp(sinh(x))
     
ex
1
ex
2
          

Previous Up Next