Electromagnetism #
In this file we define the electric field, the magnetic field, and the field strength tensor.
@[reducible, inline]
The electric field is a map from d
+1 dimensional spacetime to the vector space
ℝ^d
.
Equations
- Electromagnetism.ElectricField d = (Time → Space d → EuclideanSpace ℝ (Fin d))
Instances For
@[reducible, inline]
The magnetic field is a map from d+1
dimensional spacetime to the vector space
ℝ^d
.
Equations
- Electromagnetism.MagneticField d = (Time → Space d → EuclideanSpace ℝ (Fin d))
Instances For
@[reducible, inline]
The vector potential of an electromagnetic field
Equations
Instances For
The electric permittivity and the magnetic permeability of free space.
Instances For
@[reducible, inline]
The charge density.
Equations
Instances For
@[reducible, inline]
Current density.
Equations
- Electromagnetism.CurrentDensity = (Time → Space → EuclideanSpace ℝ (Fin 3))