This IPython notebook contains the example code presented symbolic calculs in Convex Hull


In [ ]:
%matplotlib inline
%config InlineBackend.figure_formats = {'svg', 'png'}

In [1]:
from sympy import init_printing, symbols, Symbol

In [ ]: