i1 : P = crossPolytope 3 o1 = P o1 : Polyhedron |
i2 : latticePoints P o2 = {0, | 1 |, | 0 |, | 0 |, | -1 |, | 0 |, | 0 |} | 0 | | 1 | | 0 | | 0 | | -1 | | 0 | | 0 | | 0 | | 1 | | 0 | | 0 | | -1 | o2 : List |
i3 : Q = cyclicPolytope(2,4) o3 = Q o3 : Polyhedron |
i4 : latticePoints Q o4 = {0, | 3 |, | 1 |, | 1 |, | 2 |, | 1 |, | 2 |, | 2 |} | 9 | | 1 | | 2 | | 4 | | 3 | | 5 | | 6 | o4 : List |
The object latticePoints is a method function.