powered by
This function generates the \(d\)-dimensional cross polytope in H- or V-representation.
gen_cross(dimension, representation = "H")
A polytope class representing a cross polytope in H- or V-representation.
The dimension of the cross polytope.
A string to declare the representation. It has to be 'H' for H-representation or 'V' for V-representation. Default valus is 'H'.
'H'
'V'
# generate a 10-dimensional cross polytope in H-representation P = gen_cross(5, 'H') # generate a 15-dimension cross polytope in V-representation P = gen_cross(15, 'V')
Run the code above in your browser using DataLab