#4889: deprecate matrix.list()
----------------------------+-----------------------------------------------
Reporter: robertwb | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-3.4.1
Component: linear algebra | Resolution:
Keywords: |
----------------------------+-----------------------------------------------
Comment (by was):
I was coding, and I realized that I very strongly object to this ticket --
or at least the nebulousness of it -- I can't even write the code i want
the way I want since I know that it will just break for sure as soon as
somebody closes this ticket :-(. For me it is an incredibly important
design pattern when working with matrices to turn the entire matrix into a
list of its entries -- do something with them -- then use the resulting
list to make another matrix.
This is exactly modeled on Magma's {{{Eltseq}}} command, which turns
almost anything in Magma into a linear sequence, and almost anything in
Magma can be reconstructed from that sequence.
Anyway, the list method is not just one off thing that doesn't matter --
it's central to matrices. So either wontfix this ticket or do it asap to
get the pain over with.
I do worry that changing this is changing things for change sake, and I'm
not convinced that is a good idea...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4889#comment:2>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---