S = simplex d
S = simplex(d, a)
Returns the d-dimensional simplex that is the convex hull of the origin and the unit vectors in QQ^d.
i1 : S = simplex 2 o1 = S o1 : Polyhedron
i2 : S = simplex(2,2) o2 = S o2 : Polyhedron
The object simplex is a method function.