Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

Smooth reflexive polytopes and their duals

Project: sage-devel
Views: 174
polytopes_list = [1, 5, 6, 7, 8, 25, 26, 27, 28, 29, 30, 31, 82, 83, 84, 85, 219, 220] print len(polytopes_list)
18
for n in polytopes_list: P = ReflexivePolytope(3, n-1) dP = P.polar() print "Polytope number %d" % n P.plot3d() print "Dual polytope number %d" % n dP.plot3d()
Polytope number 1
3D rendering not yet implemented
Dual polytope number 1
3D rendering not yet implemented
Polytope number 5
3D rendering not yet implemented
Dual polytope number 5
3D rendering not yet implemented
Polytope number 6
3D rendering not yet implemented
Dual polytope number 6
3D rendering not yet implemented
Polytope number 7
3D rendering not yet implemented
Dual polytope number 7
3D rendering not yet implemented
Polytope number 8
3D rendering not yet implemented
Dual polytope number 8
3D rendering not yet implemented
Polytope number 25
3D rendering not yet implemented
Dual polytope number 25
3D rendering not yet implemented
Polytope number 26
3D rendering not yet implemented
Dual polytope number 26
3D rendering not yet implemented
Polytope number 27
3D rendering not yet implemented
Dual polytope number 27
3D rendering not yet implemented
Polytope number 28
3D rendering not yet implemented
Dual polytope number 28
3D rendering not yet implemented
Polytope number 29
3D rendering not yet implemented
Dual polytope number 29
3D rendering not yet implemented
Polytope number 30
3D rendering not yet implemented
Dual polytope number 30
3D rendering not yet implemented
Polytope number 31
3D rendering not yet implemented
Dual polytope number 31
3D rendering not yet implemented
Polytope number 82
3D rendering not yet implemented
Dual polytope number 82
3D rendering not yet implemented
Polytope number 83
3D rendering not yet implemented
Dual polytope number 83
3D rendering not yet implemented
Polytope number 84
3D rendering not yet implemented
Dual polytope number 84
3D rendering not yet implemented
Polytope number 85
3D rendering not yet implemented
Dual polytope number 85
3D rendering not yet implemented
Polytope number 219
3D rendering not yet implemented
Dual polytope number 219
3D rendering not yet implemented
Polytope number 220
3D rendering not yet implemented
Dual polytope number 220
3D rendering not yet implemented
3D rendering not yet implemented
Polytope number 26
3D rendering not yet implemented
Dual polytope number 26
3D rendering not yet implemented
Polytope number 27
3D rendering not yet implemented
Dual polytope number 27
3D rendering not yet implemented
Polytope number 28
3D rendering not yet implemented
Dual polytope number 28
3D rendering not yet implemented
Polytope number 29
3D rendering not yet implemented
Dual polytope number 29
3D rendering not yet implemented
Polytope number 30
3D rendering not yet implemented
Dual polytope number 30
3D rendering not yet implemented
Polytope number 31
3D rendering not yet implemented
Dual polytope number 31
3D rendering not yet implemented
Polytope number 82
3D rendering not yet implemented
Dual polytope number 82
3D rendering not yet implemented
Polytope number 83
3D rendering not yet implemented
Dual polytope number 83
3D rendering not yet implemented
Polytope number 84
3D rendering not yet implemented
Dual polytope number 84
3D rendering not yet implemented
Polytope number 85
3D rendering not yet implemented
Dual polytope number 85
3D rendering not yet implemented
Polytope number 219
3D rendering not yet implemented
Dual polytope number 219
3D rendering not yet implemented
Polytope number 220
3D rendering not yet implemented
Dual polytope number 220
3D rendering not yet implemented