#5882: [with patch; needs review] implement general package for finitely
generated
not-necessarily free R-modules
----------------------------+-----------------------------------------------
Reporter: was | Owner: was
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.0.3
Component: linear algebra | Keywords:
Reviewer: Robert Miller | Author: William Stein
Merged: |
----------------------------+-----------------------------------------------
Comment(by rlm):
Maybe this is silly, but when I do:
{{{
sage: F = FreeModule(ZZ, 10)
sage: K = F.span([F.0 + 4*F.1,5*F.2,3*F.3])
sage: X = F/K
sage: X.<tab>
}}}
I don't see Hom, V and W, because they are the *only* capitalized methods
listed at all, and so they come before all the underscore stuff, and I
automatically don't look at the beginning of the list because I'm never
looking for underscore methods. As far as I know, all methods of classes
are lowercase. Also, `V` and `W` seem like maybe bad choices of names. As
soon as you do `sage: X.V?`, you immediately see what it is, but if you're
scanning over what you get from tab completion, you might completely
ignore it...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5882#comment:22>
Sage <http://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
-~----------~----~----~----~------~----~------~--~---