Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit20e9f59

Browse files
committed
more tweaks
1 parentd6a1dad commit20e9f59

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

‎lectures/05-scipy/scipy-exercises.ipynb‎

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,14 @@
220220
"where $a$ is the semi-major axis and $e$ is the eccentricity. The perihelion velocity is all in the $y$ direction and is:\n",
221221
"$$v_y = v_p =\\sqrt{\\frac{GM_\\star}{a}\\frac{1+e}{1-e}}$$\n",
222222
"\n",
223-
"We'll work in units of AU, years, and solar masses, in which case, $GM_\\star = 4\\pi^2$ (for the Sun). Here's a righthand side function for the ODEs:"
223+
"We'll work in units of AU, years, and solar masses, in which case, $GM_\\star = 4\\pi^2$ (for the Sun).\n",
224+
"\n",
225+
"Your initial conditions should be:\n",
226+
" * $x(t=0) = r_p$\n",
227+
" * $y(t=0) = 0$\n",
228+
" *\n",
229+
"\n",
230+
"Here's a righthand side function for the ODEs:"
224231
]
225232
},
226233
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp