Closed RobinHankin closed 6 years ago
Also is.consistent.boost()
does not work if the speed of light is not 1:
> sol(100)
[1] 100
> c(10,30,40) %>% as.3vel %>% boost %>% is.consistent.boost
[1] FALSE
>
> c(10,30,40) %>% as.3vel %>% boost %>% is.consistent.boost
[1] TRUE
>
The top row should be a 4-velocity in SI (the speed of light is set to its value in meters per second) so should be about
10^8
. Also need more documentation describing the sign of this term.