Magnetic Field coord eq field Strength Matrix
Electromagnetism.ElectromagneticPotential.magneticField_coord_eq_fieldStrengthMatrix
Project documentation
The magnetic field from the electromagnetic potential. -/ noncomputable def magneticField (c : SpeedOfLight := 1) (A : ElectromagneticPotential) : MagneticField := fun t x => (∇ ⨯ (A.vectorPotential c t)) x lemma magneticField_eq {c : SpeedOfLight} (A : ElectromagneticPotential) : A.magneticField c = fun t x => (∇ ⨯ (A.vectorPotential c t)) x := rfl /-! #...
Source project: Physlib
Person-level attribution pending.