#6442: Random(?) index error with determinant method
------------------------------------+---------------------------------------
Reporter: spancratz | Owner: somebody
Type: defect | Status: needs_work
Priority: major | Milestone:
Component: linear algebra | Keywords: det, determinant,
IndexError, sd35.5
Work_issues: problem is not fixed | Upstream: N/A
Reviewer: | Author: Sebastian Pancratz,
Michael Orlitzky
Merged: | Dependencies:
------------------------------------+---------------------------------------
Comment(by zimmerma):
the doctest example can be simplified to:
{{{
A = matrix(z, [ [3 + O(5^1), 4 + O(5^1), 4 + O(5^1)],
[2*5^2 + O(5^3), 2 + O(5^1), 1 + O(5^1)],
[5 + O(5^2), 1 + O(5^1), 1 + O(5^1)]])
}}}
Paul
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6442#comment:7>
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.