Maxwell's equations #
Note that currently the equations are defined for isotropic and homogeneous domains.
An optcial medium refers to an isotropic medium (which may or may not be free space) which consists of the electric permittivity and the magnetic permeability.
Instances For
Gauss's law for the Electric field.
Equations
Instances For
Gauss's law for the Magnetic field.
Instances For
def
Electromagnetism.AmpereLaw
(𝓔 : OpticalMedium)
(J : CurrentDensity)
(E : ElectricField)
(B : MagneticField)
:
Ampère's law.
Equations
- Electromagnetism.AmpereLaw 𝓔 J E B = ∀ (t : Time) (x : Space), Space.curl (B t) x = 𝓔.μ • (J t x + 𝓔.ε • Time.deriv (fun (t : Time) => E t x) t)
Instances For
Faraday's law.
Equations
- Electromagnetism.FaradayLaw E B = ∀ (t : Time) (x : Space), Space.curl (E t) x = -Time.deriv (fun (t : Time) => B t x) t
Instances For
def
Electromagnetism.MaxwellEquations
(𝓔 : OpticalMedium)
(ρ : ChargeDensity)
(J : CurrentDensity)
(E : ElectricField)
(B : MagneticField)
:
Maxwell's equations.
Equations
- One or more equations did not get rendered due to their size.