Update 6_4_Momentum.ipynb

This commit is contained in:
Pietro Monticone
2023-10-30 17:52:32 +01:00
parent e412e965ca
commit e9349b415f

View File

@@ -123,7 +123,7 @@
{ {
"cell_type": "code", "cell_type": "code",
"source": [ "source": [
"# Initialize the parmaeters and draw the model\n", "# Initialize the parameters and draw the model\n",
"phi = np.zeros((2,1))\n", "phi = np.zeros((2,1))\n",
"phi[0] = -5 # Horizontal offset\n", "phi[0] = -5 # Horizontal offset\n",
"phi[1] = 25 # Frequency\n", "phi[1] = 25 # Frequency\n",