#11528: Allow deleting row or column from matrix
------------------------------+---------------------------------------------
Reporter: kcrisman | Owner: jason, was
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.7.1
Component: linear algebra | Keywords: delete remove
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
------------------------------+---------------------------------------------
This was requested in the 2011 Sage MAA PREP workshop. Names deleted.
{{{
: Is there any way to delete specified rows or columns from an existing
matrix?
: Hmm, I think that is possible, using a method.
: I'll look.
: - we can swap rows, scale rows, add mults of rows, create a matrix from
specified rows... but not that.
: Would you find this useful? Is it in Matlab?
: For list there is a method called pop
: Right, but not for matrices.
: if matrix is a list of list...
: But it's not quite that.
: I'l make a ticket.
: this would be useful
: there is an m.insert_row
: Hah! But we can't do it backwards
}}}
So let's make this happen.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11528>
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.