LienardWiechert

Documentation for LienardWiechert.

LienardWiechert.WorldLineType
WorldLine{T}(data::Matrix{T})

Discrete space-time curve with times t and space coordinates x,y, and z.

Fields

  • data::Matrix{T}: A 7xN matrix holding with the columns [t, x, y, z, dx/dt, dy/dt, dz/dt]

Examples

julia> bar([1, 2], [1, 2])
1
source