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

c

Combine vectors of three-velocities and four-velocities into a single vector


Description

Combines its arguments recursively to form a vector of three velocities or four velocities

Usage

## S3 method for class '3vel'
c(...)
## S3 method for class '4vel'
c(...)

Arguments

...

Vectors of three-velocities

Details

Returns a vector of three-velocities or four-velocities. These are stored as three- or four- column matrices; each row is a velocity.

Names are inherited from the behaviour of cbind(), not c().

Note

This function is used extensively in inst/distributive_search.R.

For “c” as in celerity or speed of light, see sol().

Author(s)

Robin K. S. Hankin

See Also

Examples

c(r3vel(3),r3vel(6,0.99))

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.