Skip to content
This repository has been archived by the owner on Dec 14, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (10 loc) · 715 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 715 Bytes

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:

  1. Calculate the field resulting from any point charges in 2D, with a stream plot.
  2. Calculate the potential of point charges in 2D, with a contour plot.
  3. Visualising the field and potential from charge distributions in 2D.
  4. Some (very amateurish) stuff regarding Legendre polynomials.