#14764: Let Mathematica free integration work with definite integrals
------------------------+---------------------------------------------------
   Reporter:  kcrisman  |             Owner:  burcin   
       Type:  defect    |            Status:  new      
   Priority:  major     |         Milestone:  sage-5.11
  Component:  calculus  |          Keywords:           
Work issues:            |   Report Upstream:  N/A      
  Reviewers:            |           Authors:           
  Merged in:            |      Dependencies:           
   Stopgaps:            |  
------------------------+---------------------------------------------------
 See [http://ask.sagemath.org/question/2706/how-to-use-
 algorithmmathematica-free-to-calculate this ask.sagemath question].
 Apparently
 {{{
 sage: integrate(x^2,x,algorithm='mathematica_free')
 1/3*x^3
 sage: integrate(x^2,x,0,1,algorithm='mathematica_free')
 1/3*x^3
 }}}
 so that would be useful to fix.  Since it currently returns an indefinite
 integral when we ask for a definite one, I'll classify this as a defect.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/14764>
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/groups/opt_out.


Reply via email to