exp log simplify



In your example, 'r' is not an explicit rational number (e.g. 5 or 2/3 or
-15/7) but a symbol.

On Sat, Feb 9, 2013 at 4:10 AM, jfr.maurel at gmail.com
<jfr.maurel at gmail.com>wrote:

>  Hi,
>
> According to %e_to_numlog documentation:
> When true, r some rational number, and x some expression, %e^(r*log(x))will be simplified into
> x^r
>
> This does not work for me:
>
> reset()$
> kill(all)$
> %e_to_numlog:true;
> exp(r*log(x));
> radcan(exp(r*log(x)));
>
> (%o1) true
> (%o2) %e^(r*log(x))
> (%o3) x^r
>
> Could you please tell me what I am missing.
>
> wxMaxima 12.04.0
> build_info("5.28.0-2","2012-08-27 23:16:48","i686-pc-mingw32","GNU Common
> Lisp (GCL)","GCL 2.6.8")
>
> Regards
>
> --
> Jean-Fran?ois MAUREL
> PIMECAhttp://www.pimeca.com
>
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima
>
>