powered by
Combines its arguments recursively to form a vector of three velocities or four velocities
# S3 method for 3vel c(...) # S3 method for 3cel c(...) # S3 method for 4vel c(...)
Vectors of three-velocities
Robin K. S. Hankin
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().
cbind()
c()
sol
c(r3vel(3),r3vel(6,0.99))
Run the code above in your browser using DataLab