next up previous contents index
suivant: Expand logarithms : lnexpand monter: Exponentials and Logarithms précédent: Rewrite hyperbolic functions as   Table des matières   Index


Expand exponentials : expexpand

expexpand takes as argument an expression with exponentials.
expexpand expands this expression (rewrites exp of sums as product of exp).
Input :
expexpand(exp(3*x)+exp(2*x+2))
Output :
exp(x)^3+exp(x)^2*exp(2)



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