#9504: Add support for toric sublattices
----------------------------------+-----------------------------------------
Reporter: novoselt | Owner: mhampton
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-4.5.2
Component: geometry | Keywords:
Author: Andrey Novoseltsev | Upstream: N/A
Reviewer: | Merged:
Work_issues: quotient lattices |
----------------------------------+-----------------------------------------
Comment(by vbraun):
I don't know yet what to do with quotients, but can we change the
representation of sublattices to, for example,
{{{
sage: L = ToricLattice(3, "L")
sage: L.submodule_with_basis([(3,2,1),(1,2,3)])
Sublattice <L(3, 2, 1), L(1, 2, 3)> of 3-d lattice L
sage: L.submodule([(3,2,1)])
1-d sublattice of 3-d lattice L
}}}
Patch is attached.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9504#comment:4>
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.