Previous Up Next

10.3.7  Rewriting a power as an exponential

Powers with arbitrary (positive) bases are often defined in terms of exponentials with base e with

  ax=ex ln(a).

The pow2exp rewrites powers to exponentials.

Example

pow2exp(a^(x+y))
     
e

x+y
lna
 
          

Previous Up Next