@Aaron
As Stefan mentioned, it can be rewritten into exp(log(x) * y) and hence
will be supported.

On Sat, Jun 23, 2012 at 4:49 PM, krastanov.ste...@gmail.com <
krastanov.ste...@gmail.com> wrote:

> > Will exponentials of non-base E be supported, like 2**x or x**y?
> It may be best to rewrite it into exp(log(x)*y). However this logic
> must be placed in an appropriate module.
>
> More generally you can go through sympy.functions and implement all
> that you can. How hard is it? Can the symbolic machinery of sympy
> automate the work for you? I suppose that all that you need is the
> regions where the functions are monotone and that you always assume
> real arguments. So you need stuff like `solve(f.diff(x))`, right? It
> would be nice to file issues for each function that does not give nice
> results in the solver.
>

Thats actually a nice way to do it. But it will depend on how good is the
sympy
solver. I will give it a try.

Thanks,
Bharath M R

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to