Electric Dipole

To complete.


In [1]:
%pylab inline


Populating the interactive namespace from numpy and matplotlib

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 [ ]: