#9296: Add lattice computations for convex polyhedral cones
----------------------------------+-----------------------------------------
   Reporter:  vbraun              |       Owner:  mhampton  
       Type:  enhancement         |      Status:  needs_info
   Priority:  major               |   Milestone:  sage-4.5  
  Component:  geometry            |    Keywords:            
     Author:  Volker Braun        |    Upstream:  N/A       
   Reviewer:  Andrey Novoseltsev  |      Merged:            
Work_issues:                      |  
----------------------------------+-----------------------------------------

Comment(by vbraun):

 I'm fine with the names, but submodules of `FreeModule` echelonizes the
 base:
 {{{
 sage: L = FreeModule(ZZ, 3)
 sage: Lsub = L.submodule( [[1,1,2],[4,3,2]] );
 sage: Lsub.gens()
 ((1, 0, -4), (0, 1, 6))
 }}}
 For toric purposes, we need generators to lie in the "positive half-space"
 (as defined by the cone spanning the sublattice) for one-dimensional
 sublattices.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9296#comment:18>
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.

Reply via email to