First time here? Check out the FAQ!
answered 4 years ago
Comme ça :
sage: P = polytopes.simplex(4) sage: P.inequalities_list() [[1, 0, -1, -1, -1, -1], [0, 0, 1, 0, 0, 0], [0, 0, 0, 1, 0, 0], [0, 0, 0, 0, 1, 0], [0, 0, 0, 0, 0, 1]]