GenProdSimplex {volesti} | R Documentation |
This function can be used to generate a 2d-dimensional polytope that is defined as the product of two d-dimensional unit simplices in H-representation.
GenProdSimplex(dimension)
dimension |
The dimension of the simplices. |
A polytope class representing the product of the two d-dimensional unit simplices in H-representation.
# generate a product of two 5-dimensional simplices. P = GenProdSimplex(5)