#9713: Add toric Chow group
----------------------------------+-----------------------------------------
   Reporter:  vbraun              |       Owner:  AlexGhitza
       Type:  enhancement         |      Status:  needs_work
   Priority:  major               |   Milestone:  sage-4.6  
  Component:  algebraic geometry  |    Keywords:            
     Author:  Volker Braun        |    Upstream:  N/A       
   Reviewer:  Andrey Novoseltsev  |      Merged:            
Work_issues:                      |  
----------------------------------+-----------------------------------------

Comment(by vbraun):

 I've changed the printing of Chow cycles to the following:
 {{{
 sage: X = toric_varieties.Cube_deformation(7)
 sage: A = X.Chow_group()
 sage: A.degree()
 (Z, C7, Z^5 x C2 x C2, Z)
 sage: a = sum( A.gen(i) * (i+1) for i in range(0,A.ngens()) )   # an
 element of A
 sage: a
 ( 3 | 1 mod 7 | 0 mod 2, 1 mod 2, 4, 5, 6, 7, 8 | 9 )
 }}}
 I'll upload a new patch when #9972 is finished, as this patch will require
 some rediffing.

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