Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

galileo

Classical mechanics; Newtonian approximation; infinite speed of light


Description

The Lorentz transforms reduce to their classical limit, the Galilean transforms, if speeds are low compared with c. Package idiom for working in a classical framework is to use an infinite speed of light: sol(Inf). Here I show examples of this.

Author(s)

Robin K. S. Hankin

See Also

Examples

sol(Inf)
boost(as.3vel(1:3))
as.3vel(1:3) + as.3vel(c(-1,4,5))     # classical velocity addition
rot(as.3vel(1:3),as.3vel(c(-4,5,2)))  # identity matrix


B <- boost(as.3vel(1:3))
orthog(B) %*% pureboost(B)  # should be B

sol(1)

lorentz

The Lorentz Transform in Relativistic Physics

v1.0-5
GPL-3
Authors
Robin K. S. Hankin [aut, cre] (<https://orcid.org/0000-0001-5982-0415>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.