Magnetic Field Matrix space deriv eq
Electromagnetism.ElectromagneticPotential.magneticFieldMatrix_space_deriv_eq
Project documentation
The matrix corresponding to the magnetic field in general dimensions. In 3 space-dimensions this reduces to a vector. -/ noncomputable def magneticFieldMatrix (c : SpeedOfLight := 1) (A : ElectromagneticPotential d) : Time → Space d → (Fin d × Fin d) → ℝ := timeSlice c <| fun x ij => A.fieldStrengthMatrix x (Sum.inr ij.1, Sum.inr ij.2) lemma magneticFie...
Source project: Physlib
Person-level attribution pending.