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→ⅇx⁢y
exp⁡x+n⁢ln⁡y→yn⁢ⅇx⁢⁢where⁢n⁢is⁢an⁢integer
combine⁡exp⁡x⁢exp⁡−x,exp
1
combine⁡exp⁡52⁢exp⁡3,exp
ⅇ13
combine⁡exp⁡x+3⁢ln⁡y,exp
y3⁢ⅇx
combine⁡exp⁡x+32⁢ln⁡y,exp
ⅇx+3⁢ln⁡y2
See Also
exp
Download Help Document