Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Reference manual of the SageMath package kerrgeodesic_gw

10989 views
License: GPL3
ubuntu2004
1
from kerrgeodesic_gw import h_plus_particle
2
hp = lambda u: h_plus_particle(0., 6., u, pi/2, 0.)
3
g = plot(hp, (0, 200.), axes_labels=[r'$(t-r_*)/M$', r'$r h_+/\mu$'], \
4
gridlines=True, frame=True, axes=False)
5
sphinx_plot(g)
6