#7877: matrix indexing should be explained in the manual
------------------------------------------------+---------------------------
Reporter: jason | Owner: mvngu
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.3.1
Component: documentation | Keywords:
Author: Jason Grout | Upstream: N/A
Reviewer: Robert Bradshaw, Minh Van Nguyen | Merged:
Work_issues: |
------------------------------------------------+---------------------------
Changes (by mvngu):
* status: needs_work => needs_review
* reviewer: => Robert Bradshaw, Minh Van Nguyen
Comment:
Here's a typo in the patch:
{{{
96 Get the second column of M::
97
98 sage: M[1:,0]
99 [ 1]
100 [ 1]
101 [-1]
}}}
The code should be:
{{{
sage: M[:,1]
[-2]
[ 8]
[ 1]
[ 2]
}}}
I have attached patch for this, which needs some review. Otherwise the
whole ticket looks good.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7877#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.