Previous Up Next

10.3.8  Rewriting exp(nln(x)) as a power

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

Example

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

Previous Up Next