новая лаба

This commit is contained in:
Глеб Луговцов 2023-12-16 19:39:27 +03:00
parent fca841604c
commit 97653482b7
4 changed files with 94 additions and 0 deletions

View File

@ -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
1 N,height1,height2,height3
2 0,0,0,0
3 1,19.2,20,20.1
4 2,38.2,38.7,40.1
5 3,57.3,58.6
6 4,76.3,78.6
7 5,95.3,98.4
8 6,114.6,118.2,120
9 7,133.7,137.9,140
10 8,152.8,157.6,160
11 9,171.9,177.3,180
12 N = 0
13 setup1,setup2,setup3
14 216,234,210
15 242,214,240s

View File

@ -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,
1 N, d, Ni, delta(N), Im/Ig
2 1.1, 0, 216,
3 1.2, 0, 234,
4 1.3, 0, 210,
5 1.4, 0, 242,
6 1.5, 0, 214,
7 1.6, 0, 240,
8 2.1, 19.2, 201,
9 2.2, 20, 176,
10 2.3, 20.1, 192,
11 2.4, 19.2 229,
12 2.5, 20, 179,
13 2.6, 20.1, 210,
14 3.1, 38.2, 217,
15 3.2, 38.7, 163,
16 3.3, 40.1, 187,
17 3.4, 38.2, 213,
18 3.5, 38.7, 173,
19 3.6, 40.1, 180,
20 4.1, 57.3, 205,
21 4.2, 58.6, 173,
22 4.3, 59.8, 188,
23 4.4, 57.3, 204,
24 4.5, 58.6, 179,
25 4.6, 59.8, 198,
26 5.1, 76.3, 192,
27 5.2, 78.6, 154,
28 5.3, 79.6, 182,
29 5.4, 76.3, 187,
30 5.5, 78.6, 158,
31 5.6, 79.6, 182,
32 6.1, 95.3, 192,
33 6.2, 98.4, 159,
34 6.3, 99.6, 171,
35 6.4, 95.3,
36 6.5, 98.4,
37 6.6, 99.6,

View File

@ -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
}