Previous Up Next

9.3.8  Rewriting exp(n ln(x)) as a power

The exp2pow command is the inverse of pow2exp (see Section 9.3.7).

Example

exp2pow(exp(n*ln(x)))
     
xn           

Previous Up Next