In [1]:
%pylab inline
In [2]:
import mathlab
importing the Math and Physics Lab project
To Do: write equations/comments/
In [4]:
charge_location = [[-2.0, 1.0], [2.0, 0]]
mathlab.electric_dipole(charge_location)
In [ ]: