power - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

All Products    Maple    MapleSim


simplify/power

simplify powers

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

simplify(expr, power)

simplify(expr, power, symbolic)

Parameters

expr

-

any expression

power

-

literal name; power

symbolic

-

(optional) literal name; symbolic

Description

• 

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.

Examples

simplifyabc,power

abc

(1)

simplifyabc,power,symbolic

abc

(2)

simplifyxaxb,power

xa+b

(3)

simplifyexp5lnx+1,power

x5ⅇ

(4)

simplifylnxy,power

lnxy

(5)

simplifylnxy,power,symbolic

lnx+lny

(6)

See Also

assume

simplify