On 5/6/07, Doe <[EMAIL PROTECTED]> wrote:
>
> Dear sage forum,
>
> I am currently trying to regenerate the example given by Andrey
> Novoseltsev given in his talk "PALP in sage", where he looks for
> simplices among the 4319 reflexive polytopes in dimension 3.
> Unfortunately, I cannot read the database, i.e. I don't know how to
> access the database of reflexive polytopes given by PALP, which should
> be part of sage if I'm not mistaken. In particular, I don't know how
> to apply the command
> lattice_polytope.read_all_polytopes("K3vertices", "K3 %4d")
>
> I am thankful for any helpful comments or annotations!Dear Dorothee, That database is not (currently) included with SAGE. Fortunately, you can download it from here: http://sage.math.washington.edu/home/novoselt/ Once you download it, start SAGE from the same directory and type sage: L = lattice_polytope.read_all_polytopes("K3vertices", "K3 %4d") sage: L[0] K3 0: 3-dimensional, 4 vertices. sage: L[1] K3 1: 3-dimensional, 4 vertices. William > > Best regards, > Dorothee > > > > > -- William Stein Associate Professor of Mathematics University of Washington http://www.williamstein.org --~--~---------~--~----~------------~-------~--~----~ 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-forum URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
