#10535: A column-oriented matrix constructor
------------------------------+---------------------------------------------
Reporter: rbeezer | Owner: jason, was
Type: enhancement | Status: new
Priority: minor | Milestone:
Component: linear algebra | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------------+---------------------------------------------
Sage likes rows better than columns. This constructor follows suit, but
then takes a transpose. So if input entries are given as a list of lists,
or a list of vectors, the inner lists get turned into columns when it is
finished.
Inputs are just like for the `matrix()` constructor, except dimensions
effectively get swapped around. When giving just one dimension, it will
be the number of columns, which is perhaps as it should be.
Original discussion in the vicinity of http://groups.google.com/group
/sage-devel/msg/77f1cbd7807bdb89
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10535>
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.