#13302: Matrix constructor does not return over padic field
--------------------------------+-------------------------------------------
       Reporter:  saraedum      |         Owner:  jason, was
           Type:  defect        |        Status:  needs_work
       Priority:  minor         |     Milestone:  sage-5.3  
      Component:  padics        |    Resolution:            
       Keywords:  matrix space  |   Work issues:            
Report Upstream:  N/A           |     Reviewers:            
        Authors:  Julian Rueth  |     Merged in:            
   Dependencies:                |      Stopgaps:            
--------------------------------+-------------------------------------------

Comment (by saraedum):

 I think that padics should probably not return iterators at all.

 What should the iterator for {{{Qp(3).zero()}}} be — should it be infinite
 or empty? Should the iterator for {{{Zp(3)(3)}}} and {{{Qp(3)(3)}}}
 iterate over {{{[0,1]}}} or over {{{[1]}}}?

 I believe that if one wants to iterate over the terms, then one should
 have to call {{{.list()}}} or similar explicitly.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13302#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