Abstract and intro 3.2.5 + going to start method

This commit is contained in:
Lugovtsov Gleb
2022-10-07 13:23:12 +03:00
parent 521e6ff9f6
commit 55e481e512
18 changed files with 45 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
tau,nu_0,Delta_nu_0,rev_nu_0,Delta_rev_nu_0
40.0,30,30,40.0,0
60.0,17,17,59,3
80.0,13,13,77,6
100.0,10,10,100.0,0
120.0,8,8,125,16
140.0,7,7,140,20
160.0,6,6,170,30
180.0,6,6,170,30
200.0,5,5,200.0,0
1 tau nu_0 Delta_nu_0 rev_nu_0 Delta_rev_nu_0
2 40.0 30 30 40.0 0
3 60.0 17 17 59 3
4 80.0 13 13 77 6
5 100.0 10 10 100.0 0
6 120.0 8 8 125 16
7 140.0 7 7 140 20
8 160.0 6 6 170 30
9 180.0 6 6 170 30
10 200.0 5 5 200.0 0
+7
View File
@@ -0,0 +1,7 @@
A_max_min,A_bok,m,k
0.2,0.0160,0.1,0.0497
0.6,0.0470,0.3,0.1460
1.0,0.0750,0.5,0.2329
1.4,0.1070,0.7,0.3323
1.8,0.1390,0.9,0.4317
2.0,0.1530,1.0,0.4752
1 A_max_min A_bok m k
2 0.2 0.0160 0.1 0.0497
3 0.6 0.0470 0.3 0.1460
4 1.0 0.0750 0.5 0.2329
5 1.4 0.1070 0.7 0.3323
6 1.8 0.1390 0.9 0.4317
7 2.0 0.1530 1.0 0.4752