diff --git a/5.7.1-cosmic-radiation/data.csv b/5.7.1-cosmic-radiation/data.csv new file mode 100644 index 0000000..97172f8 --- /dev/null +++ b/5.7.1-cosmic-radiation/data.csv @@ -0,0 +1,16 @@ +N,height1,height2,height3 +0,0,0,0 +1,19.2,20,20.1 +2,38.2,38.7,40.1 +3,57.3,58.6 +4,76.3,78.6 +5,95.3,98.4 +6,114.6,118.2,120 +7,133.7,137.9,140 +8,152.8,157.6,160 +9,171.9,177.3,180 + +N = 0 +setup1,setup2,setup3 +216,234,210 +242,214,240s \ No newline at end of file diff --git a/5.7.1-cosmic-radiation/heght_of_plates.csv b/5.7.1-cosmic-radiation/heght_of_plates.csv new file mode 100644 index 0000000..e69de29 diff --git a/5.7.1-cosmic-radiation/plates_0.csv b/5.7.1-cosmic-radiation/plates_0.csv new file mode 100644 index 0000000..05f4796 --- /dev/null +++ b/5.7.1-cosmic-radiation/plates_0.csv @@ -0,0 +1,45 @@ +N, d, Ni, delta(N), Im/Ig + +1.1, 0, 216, +1.2, 0, 234, +1.3, 0, 210, +1.4, 0, 242, +1.5, 0, 214, +1.6, 0, 240, + +2.1, 19.2, 201, +2.2, 20, 176, +2.3, 20.1, 192, +2.4, 19.2 229, +2.5, 20, 179, +2.6, 20.1, 210, + +3.1, 38.2, 217, +3.2, 38.7, 163, +3.3, 40.1, 187, +3.4, 38.2, 213, +3.5, 38.7, 173, +3.6, 40.1, 180, + +4.1, 57.3, 205, +4.2, 58.6, 173, +4.3, 59.8, 188, +4.4, 57.3, 204, +4.5, 58.6, 179, +4.6, 59.8, 198, + +5.1, 76.3, 192, +5.2, 78.6, 154, +5.3, 79.6, 182, +5.4, 76.3, 187, +5.5, 78.6, 158, +5.6, 79.6, 182, + +6.1, 95.3, 192, +6.2, 98.4, 159, +6.3, 99.6, 171, +6.4, 95.3, +6.5, 98.4, +6.6, 99.6, + + diff --git a/5.7.1-cosmic-radiation/plots.ipynb b/5.7.1-cosmic-radiation/plots.ipynb new file mode 100644 index 0000000..60ecb88 --- /dev/null +++ b/5.7.1-cosmic-radiation/plots.ipynb @@ -0,0 +1,33 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": null, + "id": "d3c8b92a-3e35-41ed-a820-8a985e838330", + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3 (ipykernel)", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.10.12" + } + }, + "nbformat": 4, + "nbformat_minor": 5 +}