#11990: infinite sums that are infinite produce errors
---------------------------------------------------+------------------------
       Reporter:  dkrenn                           |         Owner:  burcin  
           Type:  defect                           |        Status:  new     
       Priority:  major                            |     Milestone:  sage-5.4
      Component:  calculus                         |    Resolution:          
       Keywords:  infinite sums, infinite, maxima  |   Work issues:          
Report Upstream:  N/A                              |     Reviewers:          
        Authors:                                   |     Merged in:          
   Dependencies:                                   |      Stopgaps:          
---------------------------------------------------+------------------------

Comment (by dkrenn):

 If we know that a sum diverge monotonically to infinity, then the output
 should say that, i.e. should be {{{oo}}}.

 The reason I open the ticket is, that all sums above have the same
 behavior, but the output is always different, which should not be.

 And, I don't see (from a user point of view) any reason, that in
 {{{
 sum(m, m, 0, oo)
 }}}
 Sage asks "Is  m  positive or zero?" and in
 {{{
 sum(2^m, m, 0, oo)
 }}}
 not.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11990#comment:5>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to