Skip to content

Commit 563f3d0

Browse files
Fix typo in gravity formula (#247)
Add missing $z$ in gravity formula.
1 parent d9c8c7f commit 563f3d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/gravity/gravity_basics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ and since
130130
then
131131

132132
.. math::
133-
\Delta g_z = G \frac{M}{r^3} = G \frac{Mz}{(x^2+z^2)^{3/2}}
133+
\Delta g_z = G \frac{Mz}{r^3} = G \frac{Mz}{(x^2+z^2)^{3/2}}
134134
135135
.. figure:: ./images/response_cylinder.gif
136136
:align: right

0 commit comments

Comments
 (0)