From 3a4e75a5f8321126b84240ab8dbeb527bb112951 Mon Sep 17 00:00:00 2001 From: sschuma Date: Wed, 16 May 2018 21:28:35 +0200 Subject: [PATCH] add study suggestions for ex3 --- AM18_ex3.ipynb | 29 +++++++++++++++++------------ 1 file changed, 17 insertions(+), 12 deletions(-) diff --git a/AM18_ex3.ipynb b/AM18_ex3.ipynb index 7f866ab..d86c245 100644 --- a/AM18_ex3.ipynb +++ b/AM18_ex3.ipynb @@ -20,7 +20,7 @@ }, { "cell_type": "code", - "execution_count": 64, + "execution_count": 2, "metadata": { "scrolled": true }, @@ -82,7 +82,7 @@ }, { "cell_type": "code", - "execution_count": 65, + "execution_count": 3, "metadata": {}, "outputs": [ { @@ -868,7 +868,7 @@ { "data": { "text/html": [ - "" + "" ], "text/plain": [ "" @@ -883,7 +883,7 @@ "" ] }, - "execution_count": 65, + "execution_count": 3, "metadata": {}, "output_type": "execute_result" } @@ -919,7 +919,7 @@ }, { "cell_type": "code", - "execution_count": 69, + "execution_count": 4, "metadata": {}, "outputs": [ { @@ -1705,7 +1705,7 @@ { "data": { "text/html": [ - "" + "" ], "text/plain": [ "" @@ -2497,7 +2497,7 @@ { "data": { "text/html": [ - "" + "" ], "text/plain": [ "" @@ -2559,7 +2559,7 @@ }, { "cell_type": "code", - "execution_count": 72, + "execution_count": 5, "metadata": {}, "outputs": [ { @@ -3392,11 +3392,16 @@ ] }, { - "cell_type": "code", - "execution_count": null, + "cell_type": "markdown", "metadata": {}, - "outputs": [], - "source": [] + "source": [ + "# suggestions for further studies:\n", + "\n", + "- compile the actual differential cross section with respect to $\\theta$\n", + "- study the dependence on the energy of the $\\alpha$-particles\n", + "- consider the case of an attractive interaction and compare the trajectories\n", + "- ..." + ] }, { "cell_type": "code",