In [1]:
%pylab inline
In [2]:
import mathlab
importing the Math and Physics Lab project
To Do: write equations/comments/
In [3]:
points = [[0,0], [8,1], [3,3], [1,8], [0,0]]
mathlab.gravity_center(points)
In [ ]: