SymPy | Polyhedron.array_form() in Python
Polyhedron.array_form() : array_form() is a sympy Python library function that returns the indices of the corners of polyhedron. Syntax : sympy.combinatorics.Polyhedrons.Polyhedron.array_form() Return : indices of the corners of polyhedron Code #1 : array_form() Example - tetrahedron # Python code e