On Tuesday, January 19, 2016 at 11:14:17 AM UTC-8, Dima Pasechnik wrote:
>
>
> perhaps a part of simplify_full() ?
>

Possibly, but it looks like that would be a little late for this particular 
example to simplify appropriately:

sage: S=sum(((-1)^n)*((x)^(2*n+1))/factorial(2*n+1),n,0,oo)
sage: maxima_calculus("besselexpand:true")
true
sage: S.simplify_full()
sqrt(pi)*sqrt(x/pi)*sin(x)/sqrt(x)
sage: S.canonicalize_radical()
sin(x)

I'd say that avoiding bessel functions if elementary expressions are 
available is appropriate, so setting the flag globally would be desirable. 
The argument against is that this is not the default in Maxima. So it would 
be yet another way in which our use of maxima would not be the default use, 
and hence increase the chance we'd be finding obscure bugs/interactions in 
Maxima.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to