Description Usage Arguments Value Examples
Calculates dilated time (perspective of stationary observer) from proper time experienced on object moving at a given speed
1 | dilated_time(proper_time, speed)
|
proper_time |
The time (in seconds) as experienced on the moving object |
speed |
Speed of moving object in m/s |
Returns the dilated time in seconds
1 2 3 4 | curve(dilated_time(1, light_speed(x)), 0, .99,
xlab = "Speed (as proprtion of speed of light)",
ylab = "Dilated time",
main = "Dilated time when proper time = 1")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.