Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

Reference manual of the SageMath package kerrgeodesic_gw

Project: Sagittarius
Views: 7639
License: GPL3
Image: ubuntu2004
1
from kerrgeodesic_gw import h_cross_particle
2
hc = lambda u: h_cross_particle(0, 6., u, pi/4, 0.)
3
g = plot(hc, (0, 200.), axes_labels=[r'$(t-r_*)/M$', r'$r h_\times/\mu$'], \
4
gridlines=True, frame=True, axes=False)
5
sphinx_plot(g)
6