#3013: [with patch, positive review] bug in integrate (found during a talk!)
----------------------------+--------------------------
       Reporter:  was       |        Owner:  was
           Type:  defect    |       Status:  closed
       Priority:  major     |    Milestone:  sage-3.1.2
      Component:  calculus  |   Resolution:  fixed
       Keywords:            |    Merged in:
        Authors:            |    Reviewers:
Report Upstream:  N/A       |  Work issues:
         Branch:            |       Commit:
   Dependencies:            |     Stopgaps:
----------------------------+--------------------------
Changes (by chapoton):

 * upstream:   => N/A


Old description:

> {{{
> sage: integrate(sin(x)*cos(10*x)*log(x))
> Traceback (most recent call last):
> ...
> TypeError: Error executing code in Maxima
> CODE:
>         sage22 : integrate(sage21,sage3)$
> Maxima ERROR:
>

> Too many contexts.
> sage: show(integrate(sin(x^2)
> }}}

New description:

 {{{
 sage: integrate(sin(x)*cos(10*x)*log(x))
 Traceback (most recent call last):
 ...
 TypeError: Error executing code in Maxima
 CODE:
 sage22 : integrate(sage21,sage3)$
 Maxima ERROR:


 Too many contexts.
 sage: show(integrate(sin(x^2)
 }}}

--

--
Ticket URL: <http://trac.sagemath.org/ticket/3013#comment:8>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

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

Reply via email to