powered by
A V-polytope is a convex polytope defined by the set of its vertices.
An \(m\times d\) numerical matrix that contains the vertices row-wise.
The volume of the polytope if it is known, \(NaN\) otherwise by default.
A character with default value 'Vpolytope', to declare the representation of the polytope.
V = matrix(c(2,3,-1,7,0,0),ncol = 2, nrow = 3, byrow = TRUE) P = Vpolytope(V = V)
Run the code above in your browser using DataLab