#13417: Improved iteration on finite \ZZ-submodules and vector spaces over
finite
fields
---------------------------------------------------------+------------------
Reporter: tfeulner | Owner:
AlexGhitza
Type: enhancement | Status:
needs_review
Priority: major | Milestone:
sage-5.5
Component: algebra | Resolution:
Keywords: | Work issues:
Report Upstream: N/A | Reviewers:
Authors: Thomas Feulner, Punarbasu Purkayastha | Merged in:
Dependencies: | Stopgaps:
---------------------------------------------------------+------------------
Comment (by ppurka):
I am curious - maybe I am missing something here. Why is a vector which
has the first nonzero element as 2 appearing in the projective point list?
Isn't it the "norm" to have the first nonzero element in the vector be 1?
{{{#!python
sage: A = random_matrix(GF(3), 2, 3); A
[2 0 2]
[0 1 1]
sage: list(FiniteFieldsubspace_projPoint_iterator(A))
[(2, 0, 2), (0, 1, 1), (2, 1, 0), (1, 1, 2)]
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13417#comment:8>
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.