simplify/power
simplify powers
Calling Sequence
Parameters
Description
Examples
simplify(expr, power)
simplify(expr, power, symbolic)
expr
-
any expression
power
literal name; power
symbolic
(optional) literal name; symbolic
The simplify/power procedure is used to simplify powers, exponentials, and logarithms in an expression.
This calling sequence prevents simplify from analyzing the expression and calling other simplification routines, therefore returning a result much more quickly.
The symbolic option can be used if it does not matter whether the transformations are correct over the whole complex plane.
simplify⁡abc,power
abc
simplify⁡abc,power,symbolic
ab⁢c
simplify⁡xa⁢xb,power
xa+b
simplify⁡exp⁡5⁢ln⁡x+1,power
x5⁢ⅇ
simplify⁡ln⁡x⁢y,power
ln⁡x⁢y
simplify⁡ln⁡x⁢y,power,symbolic
ln⁡x+ln⁡y
See Also
assume
simplify
Download Help Document