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 plot_h_particle
2
g = plot_h_particle(0.9, 2.321, pi/4, 0., 0., 70., mode='+', \
3
color='green', xlabel=r'$u/M$', gridlines=False, \
4
title='GW from ISCO, $a=0.9M$')
5
sphinx_plot(g)
6