combine/exp
combine exponentials
Calling Sequence
Parameters
Description
Examples
combine(f, exp)
f
-
any expression
Expressions involving exponentials are combined by applying the following transformations:
ⅇxⅇy→ⅇx+y
ⅇxy→ⅇxy
expx+nlny→ynⅇxwherenisaninteger
combineexpxexp−x,exp
1
combineexp52exp3,exp
ⅇ13
combineexpx+3lny,exp
y3ⅇx
combineexpx+32lny,exp
ⅇx+3lny2
See Also
exp
Download Help Document