i1 : P = convexHull matrix {{1,-1,0},{0,-1,0}}
o1 = {ambient dimension => 2 }
dimension of lineality space => 0
dimension of polyhedron => 2
number of facets => 3
number of rays => 0
number of vertices => 3
o1 : Polyhedron
|
i2 : PC = polyhedralComplex P
o2 = {ambient dimension => 2 }
number of generating polyhedra => 1
top dimension of the polyhedra => 2
o2 : PolyhedralComplex
|
i3 : P1 = convexHull matrix {{1,0,0},{0,1,0}};
|
i4 : P2 = convexHull matrix {{0,-1,0},{1,-1,0}};
|
i5 : PC = polyhedralComplex {PC,P1,P2}
o5 = {ambient dimension => 2 }
number of generating polyhedra => 3
top dimension of the polyhedra => 2
o5 : PolyhedralComplex
|
The object polyhedralComplex is a method function.