> 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.

You may use sympy to generate code for the implicit plotting module:
this will be really cool!

-- 
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