next up previous contents index
suivant: Expand exponentials : expexpand monter: Exponentials and Logarithms précédent: Exponentials and Logarithms   Table des matières   Index


Rewrite hyperbolic functions as exponentials : hyp2exp

hyp2exp takes as argument an hyperbolic expression.
hyp2exp rewrites each hyperbolic functions with exponentials (as a rational fraction of one exponential, i.e. WITHOUT linearization).
Input :
hyp2exp(sinh(x))
Output :
(exp(x)-1/(exp(x)))/2



giac documentation written by Renée De Graeve and Bernard Parisse