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⁡ⅇx⁢ⅇ−x,exp
1
combine⁡ⅇ52⁢ⅇ3,exp
ⅇ13
combine⁡ⅇx+3⁢ln⁡y,exp
y3⁢ⅇx
combine⁡ⅇx+3⁢ln⁡y2,exp
ⅇx+3⁢ln⁡y2
See Also
exp
Download Help Document