i1 : P = hypercube 3 o1 = P o1 : Polyhedron |
i2 : p = matrix {{1},{0},{0}}
o2 = | 1 |
| 0 |
| 0 |
3 1
o2 : Matrix ZZ <--- ZZ
|
i3 : smallestFace(p,P)
o3 = Polyhedron{...1...}
o3 : Polyhedron
|
The object smallestFace is a method function.