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)
../../_images/source_ipynb_electric_dipole_5_0.png
In [ ]: