ElectrodynamicsPy
ElectrodynamicsPy copied to clipboard
Implementing some electrodynamics stuff in python
ElectrodynamicsPy
My goal is to write logical, clear code which can either calculate or visualise the various physical quantities that arise from the study of electrodynamical systems.
Have a look at the examples jupyter notebook to see what kind of stuff one can do with the code.

What I have implemented so far:
- Calculate the field resulting from any point charges in 2D, with a stream plot.
- Calculate the potential of point charges in 2D, with a contour plot.
- Visualising the field and potential from charge distributions in 2D.
- Some (very amateurish) stuff regarding Legendre polynomials.