Skip to content

Commit

Permalink
fix typo in Spacecraft equations
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Feb 27, 2024
1 parent 5daed64 commit 21e2ca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Spacecraft/Spacecraft.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
# \begin{aligned}
# \dot{x} &= v_x \\
# \dot{y} &= v_y \\
# \dot{v_x} &= n^2x + 2nv_y + \dfrac{μ}{r^2} - \dfrac{μ}{r^3} (r +x) + \dfrac{u_x}{m_c} \\
# \dot{v_y} &= n^2y - 2nv_x - \dfrac{μ}{r^3_c}y + \dfrac{u_y}{m_c}
# \dot{v_x} &= n^2x + 2nv_y + \dfrac{μ}{r^2} - \dfrac{μ}{r_c^3} (r +x) + \dfrac{u_x}{m_c} \\
# \dot{v_y} &= n^2y - 2nv_x - \dfrac{μ}{r_c^3}y + \dfrac{u_y}{m_c}
# \end{aligned}
# ```
#
Expand Down

0 comments on commit 21e2ca6

Please sign in to comment.