On Friday, March 1, 2013 7:52:12 AM UTC-5, Jan Groenewald wrote:
>
> This reproduces the error:
>
> sage: from sage.interfaces.maxima_lib import sr_to_max             
> sage: sr_to_max(integral(e^(-abs(x))/cosh(x),x,-infinity,infinity))
> <ECL: ((MTIMES) ((%LOG) 2) 2)>
> sage: sr_to_max(integral(e^(-abs(x))/cosh(x),x,-infinity,infinity))
> ---------------------------------------------------------------------------
> ValueError                                Traceback (most recent call last)
>
>
>
Jan, can you open a ticket for this?  I may have time to look into it this 
weekend.  It does seem quite odd; maybe there is something we are not 
parsing as output.

That said, the relevant Maxima command wouldn't be defint - I believe we 
just use "integrate(...,x,a,b)", though perhaps internally in Maxima that 
calls defint, I wouldn't be surprised.  But that could be our problem, too.

- kcrisman 

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


Reply via email to