-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathThreshold.nb
More file actions
629 lines (614 loc) · 37.2 KB
/
Threshold.nb
File metadata and controls
629 lines (614 loc) · 37.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
(* Content-type: application/vnd.wolfram.mathematica *)
(*** Wolfram Notebook File ***)
(* http://www.wolfram.com/nb *)
(* CreatedBy='Mathematica 12.0' *)
(*CacheID: 234*)
(* Internal cache information:
NotebookFileLineBreakTest
NotebookFileLineBreakTest
NotebookDataPosition[ 158, 7]
NotebookDataLength[ 37955, 621]
NotebookOptionsPosition[ 36959, 595]
NotebookOutlinePosition[ 37322, 611]
CellTagsIndexPosition[ 37279, 608]
WindowFrame->Normal*)
(* Beginning of Notebook Content *)
Notebook[{
Cell[BoxData[{
RowBox[{
RowBox[{
RowBox[{"RestMomentum", "[",
RowBox[{"initialmass_", ",", "finalmass1_", ",", "finalmass2_"}], "]"}], ":=",
"\n", "\t",
RowBox[{"Module", "[",
RowBox[{
RowBox[{"{",
RowBox[{
RowBox[{"m", "=", "initialmass"}], ",",
RowBox[{"m1", "=", "finalmass1"}], ",",
RowBox[{"m2", "=", "finalmass2"}]}], "}"}], ",", "\n", "\t\t",
RowBox[{
RowBox[{"Return", "[",
RowBox[{"FindRoot", "[",
RowBox[{
RowBox[{"m", "\[Equal]",
RowBox[{
SqrtBox[
RowBox[{
SuperscriptBox["m1", "2"], "+",
SuperscriptBox["k", "2"]}]], "+",
SqrtBox[
RowBox[{
SuperscriptBox["m2", "2"], "+",
SuperscriptBox["k", "2"]}]]}]}], ",",
RowBox[{"{",
RowBox[{"k", ",", "0.1"}], "}"}]}], "]"}], "]"}], ";"}]}],
"\[IndentingNewLine]", "]"}]}],
"\[IndentingNewLine]"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"Nu", "=", "0.939"}], ";",
RowBox[{"\[CapitalDelta]", "=", "1.232"}], ";",
RowBox[{"\[CapitalLambda]", "=", "1.116"}], ";",
RowBox[{"\[CapitalSigma]", "=", "1.193"}], ";",
RowBox[{"\[CapitalXi]", "=", "1.318"}], ";",
RowBox[{"\[CapitalSigma]s", "=", "1.385"}], ";",
RowBox[{"\[CapitalXi]s", "=", "1.533"}], ";",
RowBox[{"\[CapitalOmega]", "=", "1.672"}], ";",
RowBox[{"\[CapitalLambda]c", "=", "2.286"}], ";",
RowBox[{"\[CapitalSigma]c", "=", "2.454"}], ";",
RowBox[{"\[CapitalSigma]cs", "=", "2.518"}], ";",
RowBox[{"\[CapitalXi]c", "=", "2.469"}], ";",
RowBox[{"\[CapitalXi]cp", "=", "2.578"}], ";",
RowBox[{"\[CapitalXi]cs", "=", "2.646"}], ";",
RowBox[{"\[CapitalXi]b", "=", "5.794"}], ";",
RowBox[{"\[CapitalXi]bp", "=", "5.935"}], ";",
RowBox[{"\[CapitalXi]bs", "=", "5.954"}], ";",
RowBox[{"\[CapitalOmega]c", "=", "2.695"}], ";"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"\[CapitalOmega]cs", "=", "2.766"}], ";"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"\[CapitalLambda]b", "=", "5.620"}], ";"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"\[CapitalSigma]b", "=", "5.814"}], ";"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"\[CapitalSigma]bs", "=", "5.833"}], ";"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"\[CapitalOmega]b", "=", "6.046"}], ";"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{
RowBox[{"\[CapitalOmega]bs", "=", "6.112"}], ";",
RowBox[{"\[CapitalXi]cc", "=", "3.621"}], ";",
RowBox[{"\[CapitalXi]ccs", "=", "3.714"}], ";",
RowBox[{"\[CapitalXi]bb", "=", "10.311"}], ";",
RowBox[{"\[CapitalXi]bbs", "=", "10.360"}], ";",
RowBox[{"\[CapitalOmega]ccc", "=", "4.841"}], ";",
RowBox[{"\[CapitalOmega]ccb", "=", "8.112"}], ";",
RowBox[{"\[CapitalOmega]ccbs", "=", "8.133"}], ";",
RowBox[{"\[CapitalOmega]cbb", "=", "11.373"}], ";",
RowBox[{"\[CapitalOmega]cbbs", "=", "11.402"}], ";",
RowBox[{"\[CapitalOmega]bbb", "=", "14.626"}], ";"}],
"\[IndentingNewLine]"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"\[Pi]m", "=", "0.140"}], ";",
RowBox[{"\[Omega]m", "=", "0.783"}], ";",
RowBox[{"Km", "=", "0.496"}], ";",
RowBox[{"Kms", "=", "0.894"}], ";",
RowBox[{"\[Phi]", "=", "1.019"}], ";",
RowBox[{"Dm", "=", "1.868"}], ";",
RowBox[{"Dms", "=", "2.009"}], ";",
RowBox[{"Bm", "=", "5.280"}], ";",
RowBox[{"Bms", "=", "5.325"}], ";",
RowBox[{"Ds", "=", "1.968"}], ";",
RowBox[{"Dss", "=", "2.112"}], ";",
RowBox[{"Bs", "=", "5.367"}], ";",
RowBox[{"Bss", "=", "5.415"}], ";"}], "\[IndentingNewLine]",
RowBox[{
RowBox[{"\[Eta]c", "=", "2.984"}], ";",
RowBox[{"\[Eta]b", "=", "9.399"}], ";",
RowBox[{"J\[Psi]", "=", "3.097"}], ";",
RowBox[{"\[CapitalUpsilon]", "=", "9.460"}], ";",
RowBox[{"Bc", "=", "6.274"}], ";",
RowBox[{"Bcs", "=", "6.332"}], ";"}]}], "Input",
CellChangeTimes->{{3.8789454042323523`*^9, 3.878945534672575*^9}, {
3.878945565989129*^9, 3.878945666136101*^9}, {3.878945764218157*^9,
3.878945808349701*^9}, {3.8789458660982103`*^9, 3.8789459010528097`*^9}, {
3.878946000303198*^9, 3.878946007113392*^9}, 3.878946051305936*^9, {
3.8789461049800377`*^9, 3.878946113450732*^9}, {3.878946182407283*^9,
3.8789461839887037`*^9}, 3.878946248410335*^9, 3.8789462845154123`*^9,
3.878946316079412*^9, {3.8789463573554573`*^9, 3.878946359634859*^9},
3.878946404360949*^9, {3.878946494612966*^9, 3.878946497243742*^9},
3.878946545047162*^9, {3.8789474250130444`*^9, 3.878947428691308*^9},
3.878947475564287*^9, {3.878947565419038*^9, 3.87894756710953*^9},
3.8789476878682632`*^9, {3.8789477328629208`*^9, 3.878947740153941*^9},
3.878947798415062*^9, {3.878947861891592*^9, 3.878947875429658*^9},
3.87894792551864*^9, {3.878947970311591*^9, 3.87894797396027*^9},
3.878948009290286*^9, {3.878948108607931*^9, 3.878948113710514*^9}, {
3.8789482641220818`*^9, 3.878948266373313*^9}, 3.878948307259116*^9, {
3.878948390958454*^9, 3.878948394564554*^9}, 3.8789484582862167`*^9, {
3.8789485423249826`*^9, 3.878948543960018*^9}, 3.878948607676346*^9, {
3.878948707766415*^9, 3.87894870932265*^9}, {3.878948792570052*^9,
3.878948908867695*^9}, {3.878949032330615*^9, 3.878949045343018*^9},
3.878949158851501*^9, 3.878949192209672*^9, 3.878949306736327*^9, {
3.878949368419372*^9, 3.878949371761859*^9}, 3.878949413353209*^9, {
3.878949565411051*^9, 3.878949568072534*^9}, 3.878949642496607*^9, {
3.878949721327766*^9, 3.878949727387003*^9}, {3.878949789090993*^9,
3.87894980666029*^9}, {3.878949906034465*^9, 3.878949931504466*^9}, {
3.8789499830522337`*^9, 3.8789499901927643`*^9}, {3.878950104853014*^9,
3.878950106146098*^9}, 3.878950210633092*^9, {3.878950256875862*^9,
3.878950257803913*^9}, {3.8789503678977118`*^9, 3.87895037344986*^9},
3.878950456434832*^9, {3.878950524657387*^9, 3.878950525395784*^9},
3.878950560942215*^9, {3.879310289026548*^9, 3.87931035453323*^9}, {
3.879310403519725*^9, 3.879310419200304*^9}, {3.8793104492181463`*^9,
3.879310452976308*^9}, {3.879310540943573*^9, 3.879310609343107*^9}, {
3.879310665580501*^9, 3.8793107073187733`*^9}, {3.8793203420041513`*^9,
3.8793204101869087`*^9}, {3.879320557943304*^9, 3.879320562507535*^9},
3.879320604376257*^9, 3.879320642236671*^9, 3.879320700884701*^9, {
3.8793207617465973`*^9, 3.87932076641615*^9}, 3.879320804094618*^9, {
3.8793208415208807`*^9, 3.879320842723632*^9}, 3.879320880548081*^9, {
3.879320919807392*^9, 3.879320925366846*^9}, 3.879320974809113*^9, {
3.8793210469635983`*^9, 3.879321157521097*^9}, {3.879321223726983*^9,
3.8793212490138273`*^9}, 3.8793213065679893`*^9, {3.8793215443217363`*^9,
3.879321548589347*^9}, 3.879321592422345*^9, {3.8793219957797318`*^9,
3.879321996861247*^9}, {3.879322050551086*^9, 3.879322076595706*^9}, {
3.879322272817143*^9, 3.879322307370886*^9}, {3.879322371610688*^9,
3.879322377567425*^9}, 3.8793224223265543`*^9, {3.879322475270156*^9,
3.87932247678859*^9}, {3.87932251485008*^9, 3.879322542714057*^9},
3.879322637651989*^9, {3.879322672168477*^9, 3.879322675021633*^9},
3.879322724786571*^9, {3.879322818994873*^9, 3.879322833915701*^9}, {
3.879322890216523*^9, 3.8793229332102127`*^9}, {3.87932298671701*^9,
3.8793229893770323`*^9}, 3.879323034686378*^9, {3.879323071758297*^9,
3.879323076119947*^9}, {3.879323125292549*^9, 3.879323144950848*^9},
3.8793231840554457`*^9, {3.879323220267293*^9, 3.879323227010681*^9},
3.879323278984604*^9, {3.87932331794464*^9, 3.8793233338368998`*^9}, {
3.879323384134718*^9, 3.8793234013797894`*^9}, 3.8793234335369663`*^9, {
3.888005343645235*^9, 3.888005401101426*^9}, {3.888124072923678*^9,
3.888124107274185*^9}, 3.888124260073578*^9, {3.8881243129532547`*^9,
3.888124346105035*^9}, {3.8881243792170553`*^9, 3.888124386744708*^9}, {
3.8881244307159443`*^9, 3.8881244553684797`*^9}, {3.888124557301301*^9,
3.888124569799573*^9}, {3.8881246132552757`*^9, 3.88812469389395*^9}, {
3.888125675066319*^9, 3.888125796760016*^9}, {3.888575843259344*^9,
3.888575860130845*^9}, {3.8885763751296673`*^9, 3.888576375801178*^9}, {
3.888576429346613*^9, 3.888576461991691*^9}, {3.889644047737688*^9,
3.889644066004953*^9}, {3.889644203864419*^9, 3.889644284668235*^9}, {
3.894086124525797*^9, 3.8940861246761227`*^9}, {3.894086249134494*^9,
3.894086270617815*^9}, {3.894086403730178*^9, 3.894086516908383*^9}, {
3.895321514380246*^9, 3.895321519879785*^9}, {3.895321562634049*^9,
3.895321566952127*^9}, {3.895321607081194*^9, 3.895321615175662*^9}, {
3.895922848808691*^9, 3.895922875022996*^9}, {3.895922906865815*^9,
3.8959230431265173`*^9}, {3.895923196673586*^9, 3.8959232150793343`*^9}, {
3.8959247487469873`*^9, 3.895924749119472*^9}, {3.8964747967188387`*^9,
3.89647479718223*^9}, {3.897204175145769*^9, 3.897204275152156*^9}, {
3.8972045344331827`*^9, 3.8972045355842733`*^9}, 3.9067526853467417`*^9, {
3.919464052744462*^9, 3.9194640987994833`*^9}},
CellLabel->"In[1]:=",ExpressionUUID->"0dbf5895-f35a-42a1-80c7-4f452a984a5f"],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{"k", "/.",
RowBox[{"RestMomentum", "[",
RowBox[{
"8.63754369021831`", ",", "\[CapitalXi]ccs", ",", "\[CapitalOmega]ccc"}],
"]"}]}]], "Input",
CellChangeTimes->{{3.8940865268512774`*^9, 3.89408655326672*^9}, {
3.89532166897299*^9, 3.895321676154426*^9}, {3.895321751116364*^9,
3.895321753558649*^9}, {3.895929964475031*^9, 3.895930005436768*^9},
3.895930054204462*^9, {3.895930103492179*^9, 3.895930121156884*^9}, {
3.895930762836706*^9, 3.895930794484676*^9}, {3.8959313601475143`*^9,
3.895931365793852*^9}, 3.8959314228369713`*^9, {3.895931484398258*^9,
3.895931501988345*^9}, {3.895931534391961*^9, 3.895931775499941*^9}, {
3.895931806034609*^9, 3.8959318234390793`*^9}, {3.89593190234079*^9,
3.895931924404471*^9}, {3.8959319624681664`*^9, 3.895932036884665*^9}, {
3.895932075175541*^9, 3.8959321161722307`*^9}, 3.895932187532344*^9, {
3.895932238552927*^9, 3.8959322517243023`*^9}, 3.895932301281323*^9, {
3.895932340826323*^9, 3.895932495013258*^9}, {3.895932554935506*^9,
3.8959327170523787`*^9}, {3.8959331233849697`*^9, 3.895933308621832*^9}, {
3.895933404077207*^9, 3.8959334112301207`*^9}, {3.8959334933768272`*^9,
3.8959335692861767`*^9}, {3.895934219987804*^9, 3.8959342248570337`*^9}, {
3.895934258434793*^9, 3.895934274276888*^9}, {3.8959343645663652`*^9,
3.895934384139079*^9}, {3.895934607332553*^9, 3.8959346735512733`*^9}, {
3.895935003355464*^9, 3.895935012568879*^9}, {3.895937404912608*^9,
3.895937510972762*^9}, {3.8959375663392897`*^9, 3.895937724672597*^9}, {
3.895938056436969*^9, 3.895938063794042*^9}, {3.895938120888247*^9,
3.895938185732821*^9}, {3.8959382456925364`*^9, 3.895938328767496*^9}, {
3.8959383591878033`*^9, 3.895938585594099*^9}, {3.8959388516363297`*^9,
3.895938905413156*^9}, {3.89593893771029*^9, 3.895939021364914*^9}, {
3.895939091077434*^9, 3.895939124861938*^9}, 3.895939171845039*^9, {
3.89593920850091*^9, 3.895939286943616*^9}, {3.895939363428727*^9,
3.895939480211113*^9}, {3.895939771005885*^9, 3.89593990498916*^9}, {
3.89609630202004*^9, 3.896096324802362*^9}, {3.896096392221512*^9,
3.8960965124719753`*^9}, {3.896096556163226*^9, 3.896096652529461*^9}, {
3.896098249086525*^9, 3.8960983612165956`*^9}, {3.896098404478016*^9,
3.896098419441486*^9}, {3.8960988463242073`*^9, 3.896099298462249*^9}, {
3.896099359978627*^9, 3.896099607813732*^9}, {3.89610050466571*^9,
3.896100524605421*^9}, {3.89610055652915*^9, 3.896100718305848*^9},
3.896114515137939*^9, 3.89611495450727*^9, {3.896115079236817*^9,
3.896115407013232*^9}, {3.896115472454665*^9, 3.896115680428872*^9}, {
3.896117538987405*^9, 3.89611754578415*^9}, 3.896117595557438*^9, {
3.8961218078217688`*^9, 3.896121847918021*^9}, {3.896121894841918*^9,
3.896121985022286*^9}, {3.896122024601326*^9, 3.89612210799767*^9}, {
3.896122148134145*^9, 3.8961221603173018`*^9}, {3.896122234551435*^9,
3.896122252716477*^9}, {3.8961222963900223`*^9, 3.89612231382976*^9}, {
3.896122369515505*^9, 3.8961224599178543`*^9}, {3.896122656799037*^9,
3.896122857806909*^9}, {3.896122921858103*^9, 3.8961231152699614`*^9}, {
3.8961238055946836`*^9, 3.896123930270104*^9}, {3.896124060934445*^9,
3.896124066897489*^9}, {3.896124134412363*^9, 3.896124280880375*^9}, {
3.896124346407155*^9, 3.89612442230332*^9}, {3.8961245054556837`*^9,
3.896124622910688*^9}, {3.896124670651277*^9, 3.896124785018826*^9}, {
3.896124836605525*^9, 3.8961250509263763`*^9}, {3.896127722441564*^9,
3.896127734382413*^9}, {3.896128750676053*^9, 3.8961287705787773`*^9}, {
3.896128847774888*^9, 3.896128950528338*^9}, {3.8961298561464977`*^9,
3.896129954374902*^9}, 3.896129997650337*^9, {3.896130036634838*^9,
3.8961302878435297`*^9}, {3.8961303885005217`*^9, 3.896130402802026*^9}, {
3.8961306070049353`*^9, 3.896130613435039*^9}, {3.896130738147841*^9,
3.8961308435500107`*^9}, {3.896131023856278*^9, 3.896131043409424*^9}, {
3.896131400935301*^9, 3.896131462614739*^9}, {3.89613178508852*^9,
3.896131959822126*^9}, {3.89613201360037*^9, 3.89613228374113*^9}, {
3.89613236537881*^9, 3.896132469420273*^9}, {3.896132547848308*^9,
3.896132716497572*^9}, {3.89613276346439*^9, 3.8961327817387447`*^9}, {
3.896132812618916*^9, 3.89613287336932*^9}, 3.896132911448636*^9, {
3.896132970546132*^9, 3.896133061875888*^9}, {3.89613309904368*^9,
3.8961334561150084`*^9}, {3.8961334994584703`*^9, 3.896133533277368*^9}, {
3.89613388762433*^9, 3.89613389744024*^9}, {3.896133939251432*^9,
3.896134053485516*^9}, {3.896134112573843*^9, 3.896134305679152*^9},
3.8961343512542963`*^9, {3.896134407498973*^9, 3.896134537015689*^9}, {
3.896134580242567*^9, 3.8961347198130074`*^9}, 3.896134762437461*^9, {
3.8961348254571133`*^9, 3.8961349551875143`*^9}, {3.896135323959908*^9,
3.896135696842142*^9}, {3.896135793978889*^9, 3.896135986821795*^9}, {
3.8961360473896427`*^9, 3.896136077047863*^9}, {3.8961361340690937`*^9,
3.89613629750953*^9}, {3.8961363849483643`*^9, 3.896136401030382*^9}, {
3.896136822839566*^9, 3.8961368353511333`*^9}, {3.896137148217657*^9,
3.896137235622758*^9}, 3.896137267773266*^9, {3.896137320947955*^9,
3.896137487575968*^9}, {3.896137568427899*^9, 3.8961375826809883`*^9},
3.8972041707614202`*^9, {3.897204301489496*^9, 3.89720435063979*^9}, {
3.919453838403555*^9, 3.919453845138899*^9}, 3.919453898614052*^9, {
3.919453961153274*^9, 3.919453964225954*^9}, {3.9194540063869333`*^9,
3.919454034385721*^9}, {3.919454356164872*^9, 3.919454369063092*^9},
3.91946401985781*^9, {3.9194641186772223`*^9, 3.9194641199806757`*^9}, {
3.9194643163399363`*^9, 3.919464317725068*^9}, {3.9194644216466618`*^9,
3.919464425146386*^9}, {3.9194644634304943`*^9, 3.919464464289023*^9}, {
3.919464505755212*^9, 3.9194645138649483`*^9}, {3.919464547013186*^9,
3.919464547886578*^9}, {3.919464593353112*^9, 3.9194645948985577`*^9},
3.91946821857578*^9, {3.9194683235061607`*^9, 3.9194683550395412`*^9},
3.91946842246189*^9, 3.919468497898959*^9, {3.9194685575153103`*^9,
3.919468587253496*^9}, 3.9194686185731363`*^9, {3.919468656117208*^9,
3.919468656969784*^9}, {3.91946871315381*^9, 3.919468742276155*^9},
3.919468773840563*^9, {3.919468808406383*^9, 3.919468811818727*^9}, {
3.9194688871052837`*^9, 3.919468888406946*^9}, 3.919471942226335*^9, {
3.91950277905315*^9, 3.919502787597094*^9}, 3.919502848439054*^9, {
3.919502945141645*^9, 3.9195029541663313`*^9}, {3.919502999098816*^9,
3.919502999955517*^9}, 3.919503071628335*^9, {3.919503238261311*^9,
3.919503239353058*^9}, 3.9195032977432413`*^9, {3.919503350118381*^9,
3.9195033515701027`*^9}, 3.919503391631493*^9, {3.9195034433912697`*^9,
3.9195034446198072`*^9}, 3.919503491191752*^9, {3.919503532616541*^9,
3.91950353369386*^9}, 3.919503595768488*^9, {3.9195037308523283`*^9,
3.9195037318406687`*^9}, 3.919503778625031*^9, {3.91950390192078*^9,
3.919503910947978*^9}, {3.9195041963418217`*^9, 3.919504216077282*^9},
3.91950430932476*^9, 3.919504502627575*^9, 3.919504564242003*^9,
3.9195046175991917`*^9, {3.9195051354265003`*^9, 3.919505143093781*^9}, {
3.919505920133795*^9, 3.919505934931756*^9}, 3.919505985376615*^9, {
3.919506049051675*^9, 3.91950604996423*^9}, 3.9195061227525997`*^9, {
3.919506243769311*^9, 3.919506244609743*^9}, 3.9195062975601997`*^9, {
3.919506561978965*^9, 3.9195065759653*^9}, 3.919506615470427*^9, {
3.919506667016251*^9, 3.9195066679821453`*^9}, 3.919506703188136*^9, {
3.919506750341456*^9, 3.919506751445551*^9}, 3.919506785489043*^9, {
3.9195068302348948`*^9, 3.9195068313139153`*^9}, {3.919506869684499*^9,
3.919506872295874*^9}, {3.9195069315384207`*^9, 3.919506934158946*^9},
3.919507033920559*^9, 3.919507099630509*^9, {3.9195071654977093`*^9,
3.9195071745620832`*^9}, 3.919507313005879*^9, 3.919507374258525*^9,
3.919507430295486*^9, {3.920244420766597*^9, 3.92024445370364*^9}, {
3.9202444963334618`*^9, 3.920244497080977*^9}, {3.920244604957861*^9,
3.920244606033379*^9}, 3.920244653068705*^9, {3.9202447509249573`*^9,
3.920244752290792*^9}, 3.920244789988924*^9, {3.92024491730799*^9,
3.9202449186211*^9}, 3.920244962399467*^9, {3.920245033136118*^9,
3.920245034278598*^9}, 3.920245084711503*^9, {3.9202451404532022`*^9,
3.920245141927161*^9}, 3.920245186350769*^9, {3.9202452625008917`*^9,
3.92024526356629*^9}, 3.920245372981409*^9, {3.920245411955797*^9,
3.920245415436061*^9}, {3.920245490765895*^9, 3.9202454919920588`*^9},
3.920245530650551*^9, {3.920245642700528*^9, 3.920245645613099*^9},
3.920245708205113*^9, 3.920245755655325*^9, {3.920246096745277*^9,
3.920246102258731*^9}, 3.920246162092313*^9, {3.920246212301158*^9,
3.9202462137778177`*^9}, 3.920246267201597*^9, {3.9202463205049343`*^9,
3.9202463238706217`*^9}, 3.9202463653174458`*^9, {3.9202465013028917`*^9,
3.920246502367867*^9}, 3.9202465469172773`*^9, {3.9202466128058043`*^9,
3.920246617794364*^9}, 3.920246660873131*^9, {3.920246749535472*^9,
3.9202467517418423`*^9}, 3.920246793298339*^9, {3.9202468413553963`*^9,
3.920246842584989*^9}, 3.92024687489229*^9, 3.920246937648795*^9, {
3.9202469697566853`*^9, 3.920246971116743*^9}, {3.920247024010149*^9,
3.9202470251188593`*^9}, 3.920247060435172*^9, {3.920247120609384*^9,
3.920247121940157*^9}, 3.920247185233326*^9, 3.920247277410327*^9},
CellLabel->
"In[133]:=",ExpressionUUID->"dd714dea-6d97-40b9-a070-d021e349c438"],
Cell[BoxData["0.5905455764946137`"], "Output",
CellChangeTimes->{
3.8960996081831837`*^9, 3.896100525733343*^9, {3.896100557287403*^9,
3.896100719007201*^9}, 3.8961149552626877`*^9, {3.8961150798750563`*^9,
3.896115407730812*^9}, {3.896115474209322*^9, 3.896115681002844*^9},
3.8961175963850403`*^9, {3.8961218083817043`*^9, 3.896121848475478*^9}, {
3.896121895627956*^9, 3.8961219856181717`*^9}, {3.8961220206636*^9,
3.896122160843141*^9}, 3.8961222535337267`*^9, {3.896122297067894*^9,
3.896122314676148*^9}, {3.896122370268324*^9, 3.8961224604038153`*^9}, {
3.896122657504571*^9, 3.8961228584093924`*^9}, {3.8961229225613413`*^9,
3.89612299856464*^9}, {3.896123031912529*^9, 3.8961231158404713`*^9}, {
3.89612382046281*^9, 3.896123930861176*^9}, {3.896124135090301*^9,
3.8961242815460377`*^9}, {3.8961243470077667`*^9, 3.896124389355569*^9},
3.896124423008904*^9, {3.896124508990107*^9, 3.896124623523924*^9}, {
3.896124671314364*^9, 3.89612476670616*^9}, {3.89612483734827*^9,
3.896124925973587*^9}, {3.896124958048482*^9, 3.896125051605472*^9}, {
3.8961287517135983`*^9, 3.8961287714189577`*^9}, {3.896128848726754*^9,
3.896128951210134*^9}, {3.896129856897352*^9, 3.896129955324263*^9}, {
3.8961300376272287`*^9, 3.8961302892084503`*^9}, {3.8961303893884373`*^9,
3.896130403559733*^9}, 3.896130614963649*^9, {3.896130741334206*^9,
3.89613084479091*^9}, 3.896131257095421*^9, {3.8961314018386183`*^9,
3.896131463679637*^9}, {3.896131786086028*^9, 3.8961319404895153`*^9}, {
3.8961320146967278`*^9, 3.8961322654780273`*^9}, {3.8961323666482277`*^9,
3.8961324702441587`*^9}, {3.8961325539139*^9, 3.8961326761603928`*^9},
3.8961327176207933`*^9, {3.8961327643370857`*^9, 3.89613278280579*^9}, {
3.8961328134895563`*^9, 3.8961328743843527`*^9}, 3.896132912431468*^9, {
3.896132971421269*^9, 3.89613303819154*^9}, {3.896133099934462*^9,
3.8961334570905857`*^9}, {3.896133505055978*^9, 3.8961335338966618`*^9},
3.8961338886278057`*^9, {3.896133940119158*^9, 3.8961340544997177`*^9}, {
3.896134137859091*^9, 3.89613430668836*^9}, 3.8961343522709723`*^9, {
3.896134423020897*^9, 3.896134538129521*^9}, {3.896134581236137*^9,
3.896134720798881*^9}, 3.896134763230134*^9, {3.896134826458894*^9,
3.896134956090644*^9}, {3.896135338116597*^9, 3.896135449731851*^9}, {
3.896135481403273*^9, 3.896135513446434*^9}, {3.8961355672100477`*^9,
3.89613567611441*^9}, {3.896135794889688*^9, 3.896135962287304*^9}, {
3.896136048732218*^9, 3.896136077901412*^9}, {3.89613616086377*^9,
3.896136259105198*^9}, 3.896136298476775*^9, {3.8961363860594254`*^9,
3.8961364018986073`*^9}, 3.8961368363758593`*^9, {3.896137149111238*^9,
3.896137236467918*^9}, {3.896137321867937*^9, 3.89613748843189*^9}, {
3.896137569375147*^9, 3.896137583549398*^9}, {3.897204315690195*^9,
3.8972043510843163`*^9}, 3.897204624758974*^9, 3.9194538469547377`*^9,
3.9194538994537992`*^9, 3.919453964594788*^9, {3.919454007232503*^9,
3.919454035196959*^9}, 3.9194543735706863`*^9, 3.919464123535322*^9,
3.91946420356196*^9, 3.919464318760186*^9, 3.9194644261061277`*^9,
3.919464465362221*^9, 3.919464514783051*^9, 3.919464548777438*^9, {
3.9194645957289867`*^9, 3.919464630937335*^9}, 3.9194681092852173`*^9,
3.919468219444497*^9, 3.9194682785708513`*^9, {3.9194683144147787`*^9,
3.919468325132105*^9}, 3.919468356099551*^9, 3.919468390382247*^9, {
3.919468423990518*^9, 3.919468435038138*^9}, 3.919468467130711*^9,
3.919468516124278*^9, {3.919468568082017*^9, 3.919468589181065*^9},
3.919468620320231*^9, 3.919468658169546*^9, {3.91946872689966*^9,
3.919468788130025*^9}, 3.9194688354297028`*^9, 3.9194688893268538`*^9,
3.919471943958024*^9, 3.9195028686725197`*^9, 3.9195029562706003`*^9,
3.919503011283126*^9, 3.919503074314334*^9, 3.919503240309701*^9,
3.9195032983158083`*^9, 3.919503356663958*^9, 3.919503392193556*^9,
3.919503445938422*^9, 3.919503491774746*^9, {3.919503534825205*^9,
3.919503559572412*^9}, 3.919503596256777*^9, 3.919503738152684*^9,
3.919503779295917*^9, 3.91950391909599*^9, 3.919503973546323*^9,
3.919504222445698*^9, 3.9195043154576817`*^9, 3.91950450352068*^9,
3.919504565050514*^9, 3.919504619467558*^9, 3.919505144857188*^9,
3.919505948390314*^9, 3.9195059858981*^9, 3.919506050883874*^9,
3.919506123138535*^9, 3.919506245577057*^9, 3.919506298201398*^9, {
3.9195065771482067`*^9, 3.919506615808654*^9}, 3.919506668808991*^9,
3.919506703570979*^9, 3.9195067529893427`*^9, 3.9195067858252373`*^9,
3.919506832535638*^9, 3.919506872583963*^9, 3.919506935203849*^9,
3.91950703555967*^9, 3.919507100979618*^9, 3.919507175511695*^9,
3.9195073197532873`*^9, 3.919507378692047*^9, 3.9195074319700108`*^9,
3.920244463549073*^9, 3.920244497917149*^9, 3.920244606861781*^9,
3.920244653516841*^9, 3.920244752984158*^9, 3.920244790440702*^9,
3.920244919778183*^9, 3.920244963350815*^9, 3.920245034906638*^9,
3.9202450862823477`*^9, 3.9202451426307983`*^9, 3.920245186800599*^9,
3.920245264128065*^9, 3.9202453734041*^9, {3.920245412420927*^9,
3.920245416732768*^9}, 3.9202454926506844`*^9, 3.920245531148546*^9,
3.9202456464248877`*^9, 3.920245709065731*^9, 3.9202457562140303`*^9,
3.920246102753036*^9, 3.920246162428925*^9, 3.920246214150765*^9,
3.920246267762517*^9, 3.9202463242137938`*^9, 3.9202463658225517`*^9,
3.920246502757587*^9, 3.920246547478426*^9, 3.920246618132696*^9,
3.920246661378891*^9, {3.920246750019754*^9, 3.9202467613074627`*^9},
3.920246793796775*^9, 3.920246842927929*^9, 3.9202468754162827`*^9,
3.920246938437958*^9, 3.920246971583379*^9, 3.9202470255144367`*^9,
3.920247060892099*^9, 3.92024712232918*^9, 3.92024718637708*^9,
3.920247278546258*^9},
CellLabel->
"Out[133]=",ExpressionUUID->"e9e84d50-b977-4d46-b5f4-bce7e10fc055"]
}, Open ]],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{
RowBox[{"(", "0.04466077218822622`", ")"}], "^", "2"}], "*",
"%"}]], "Input",
CellChangeTimes->{{3.9194529256622458`*^9, 3.9194529279228373`*^9}, {
3.9194538570059967`*^9, 3.919453866947702*^9}, 3.9194539064915047`*^9,
3.919453972494171*^9, {3.919454014280311*^9, 3.919454042020277*^9}, {
3.919454383303562*^9, 3.9194543835392733`*^9}, 3.919464151589786*^9, {
3.919464190907174*^9, 3.91946419259266*^9}, 3.919464330157466*^9,
3.919464434345337*^9, 3.919464469147493*^9, 3.919464518930238*^9,
3.919464553148621*^9, 3.919464604287991*^9, 3.919468103060727*^9, {
3.919468229122546*^9, 3.919468250528689*^9}, {3.9194683633205547`*^9,
3.919468386200234*^9}, {3.9194684309666*^9, 3.9194684508069572`*^9},
3.919468524491885*^9, 3.919468576775478*^9, 3.919468653686561*^9, {
3.919468723700041*^9, 3.91946874831218*^9}, 3.9194687833757353`*^9,
3.919468830341708*^9, 3.919468883772133*^9, 3.919502874959605*^9,
3.9195029607559958`*^9, 3.91950300763706*^9, 3.919503076715201*^9,
3.9195032488708773`*^9, 3.919503300932485*^9, 3.919503359183309*^9,
3.91950339696015*^9, 3.919503452971395*^9, 3.919503486607757*^9,
3.919503548010449*^9, 3.919503599259387*^9, 3.9195037413410053`*^9,
3.919503781761998*^9, 3.919503927669709*^9, 3.919503968620789*^9,
3.9195042250567427`*^9, 3.919504317989407*^9, 3.919504510163052*^9,
3.919504572865168*^9, 3.9195046272194023`*^9, 3.919505150348984*^9,
3.919505953611878*^9, 3.919505988995812*^9, 3.919506056315257*^9, {
3.919506127116584*^9, 3.919506133884618*^9}, 3.919506261928288*^9,
3.919506293463049*^9, 3.9195065843311157`*^9, 3.919506618352497*^9, {
3.919506676901537*^9, 3.9195067090272703`*^9}, {3.919506759359952*^9,
3.919506788870631*^9}, 3.919506839722302*^9, 3.919506875577787*^9,
3.919506940776545*^9, 3.9195070413636103`*^9, 3.9195071083970213`*^9,
3.9195071828240423`*^9, 3.9195073228667707`*^9, 3.91950738110863*^9,
3.919507437992378*^9, 3.920244467520183*^9, 3.920244501607987*^9,
3.920244613483337*^9, 3.920244656673375*^9, 3.9202447610806293`*^9,
3.920244793301016*^9, {3.9202449290018177`*^9, 3.920244958318162*^9},
3.920245042398861*^9, 3.920245089322214*^9, 3.920245149813612*^9,
3.920245189738697*^9, 3.920245271960476*^9, 3.920245434765604*^9,
3.920245499890156*^9, 3.920245534080509*^9, 3.920245660179504*^9,
3.920245715596363*^9, 3.9202457623238163`*^9, 3.9202461348334723`*^9,
3.920246165349531*^9, 3.920246222358094*^9, 3.9202462720356617`*^9,
3.9202463310035963`*^9, {3.920246369982779*^9, 3.9202463707099257`*^9},
3.920246509237257*^9, 3.920246550880568*^9, 3.9202466243696747`*^9,
3.9202466652464027`*^9, 3.9202467589820766`*^9, 3.9202467970786667`*^9, {
3.9202468492917557`*^9, 3.9202468784488497`*^9}, 3.920246941718342*^9,
3.9202469777286663`*^9, 3.920247033988204*^9, 3.920247064058869*^9,
3.920247128672904*^9, 3.920247193300469*^9, 3.920247286987391*^9},
CellLabel->
"In[134]:=",ExpressionUUID->"f7c1beba-ca64-4e4b-b5b3-e9db54708cc7"],
Cell[BoxData["0.0011778930962039452`"], "Output",
CellChangeTimes->{
3.919452928213921*^9, 3.919453867587891*^9, 3.919453907276*^9,
3.919453973268098*^9, {3.919454015318578*^9, 3.9194540427259607`*^9},
3.919454383981564*^9, 3.9194641526978817`*^9, 3.919464208860837*^9,
3.9194643310633*^9, 3.919464435148638*^9, 3.919464470089628*^9,
3.919464519807027*^9, 3.919464554024807*^9, {3.9194646050534163`*^9,
3.919464633376417*^9}, {3.919468103807683*^9, 3.919468113070256*^9},
3.9194682303899918`*^9, 3.919468281064356*^9, {3.919468318133998*^9,
3.919468391826769*^9}, 3.919468437262637*^9, 3.919468468462145*^9,
3.919468527903466*^9, 3.9194686220515738`*^9, 3.91946865916368*^9, {
3.919468727936631*^9, 3.9194687526799593`*^9}, 3.9194687891904984`*^9,
3.9194719502573977`*^9, 3.919502875819665*^9, 3.919502961741157*^9,
3.919503012929793*^9, 3.9195030776168747`*^9, 3.919503249821719*^9,
3.919503301706089*^9, 3.919503359893487*^9, 3.919503398092718*^9,
3.9195034540775957`*^9, 3.919503492774293*^9, {3.919503555198456*^9,
3.919503560746173*^9}, 3.919503600126319*^9, 3.91950374317747*^9,
3.919503782721093*^9, 3.919503928533536*^9, 3.919503974686756*^9,
3.9195042261232157`*^9, 3.919504319039151*^9, 3.919504511063086*^9,
3.9195045775236883`*^9, 3.9195046281336117`*^9, 3.9195051511603117`*^9,
3.919505954556888*^9, 3.919505989703856*^9, 3.9195060569735622`*^9,
3.919506136541317*^9, 3.919506267256608*^9, 3.919506299530239*^9, {
3.919506585226781*^9, 3.919506619050477*^9}, 3.919506677739814*^9,
3.9195067113760567`*^9, {3.91950676008589*^9, 3.9195067896390057`*^9},
3.9195068428869247`*^9, 3.919506876397182*^9, 3.919506941512095*^9,
3.9195070425096273`*^9, 3.9195071094481153`*^9, 3.9195071838100557`*^9,
3.919507323687806*^9, 3.9195073819754047`*^9, 3.919507439022092*^9,
3.9202444679685717`*^9, 3.920244527241251*^9, 3.920244613902213*^9,
3.920244657412345*^9, 3.920244761746799*^9, 3.920244793967757*^9,
3.920244929908288*^9, 3.920244966015679*^9, 3.920245048018612*^9,
3.9202450900295877`*^9, 3.92024515035912*^9, 3.9202451901523447`*^9,
3.92024527305112*^9, 3.920245438764207*^9, 3.920245500409915*^9,
3.9202455350441504`*^9, 3.9202456611627274`*^9, 3.9202457161431313`*^9,
3.9202457628122807`*^9, 3.9202461352012033`*^9, 3.920246165729402*^9,
3.9202462228164587`*^9, 3.920246272469968*^9, 3.920246331339957*^9,
3.9202463723266573`*^9, 3.920246509646728*^9, 3.920246551354478*^9,
3.920246624736467*^9, 3.920246665888199*^9, 3.9202467631283484`*^9,
3.920246797609426*^9, {3.920246849613525*^9, 3.920246878830426*^9},
3.920246942291106*^9, 3.9202469781662397`*^9, 3.920247034422859*^9,
3.920247064441567*^9, 3.920247129030745*^9, 3.920247193657743*^9,
3.9202472876661053`*^9},
CellLabel->
"Out[134]=",ExpressionUUID->"ee390cc4-c718-46a6-994b-5692aabb8aca"]
}, Open ]],
Cell[CellGroupData[{
Cell[BoxData[
RowBox[{
RowBox[{"(", "0.04466077218822622`", ")"}], "^", "2"}]], "Input",
CellChangeTimes->{
3.919464336700211*^9, 3.9194644384086857`*^9, 3.919464473131011*^9,
3.9194645236602697`*^9, 3.9194645604316196`*^9, 3.919464608364592*^9, {
3.919468162220162*^9, 3.919468171488968*^9}, {3.9194682360556383`*^9,
3.919468252070784*^9}, {3.919468367408798*^9, 3.919468388733747*^9}, {
3.919468432999473*^9, 3.919468455842102*^9}, 3.919468526014*^9,
3.9194685786306667`*^9, 3.919468655211033*^9, {3.9194687254841537`*^9,
3.919468749932139*^9}, 3.9194687854896717`*^9, {3.919468833172879*^9,
3.919468833584237*^9}, 3.919468885034732*^9, 3.9195028795353193`*^9,
3.919502964563539*^9, 3.9195030098919153`*^9, 3.919503080304756*^9,
3.91950325222608*^9, 3.919503304365691*^9, 3.9195033626771803`*^9,
3.919503401176231*^9, {3.919503460422522*^9, 3.919503489934733*^9},
3.919503553495679*^9, {3.9195036041893463`*^9, 3.919503613121937*^9},
3.919503746287705*^9, 3.9195037859563313`*^9, 3.919503931954093*^9,
3.919503971409936*^9, 3.919504228657362*^9, 3.9195043247638407`*^9,
3.919504513489205*^9, 3.919504575754031*^9, 3.91950463115795*^9,
3.919505153592333*^9, 3.91950595678502*^9, 3.91950599269354*^9,
3.919506060474683*^9, 3.9195061398910923`*^9, 3.919506265306281*^9,
3.9195062958397703`*^9, 3.9195065879777203`*^9, 3.919506621726717*^9,
3.9195066805012913`*^9, 3.9195067136392508`*^9, {3.919506762551681*^9,
3.919506792014784*^9}, 3.919506841578455*^9, 3.919506878761413*^9,
3.91950694439893*^9, 3.919507045562809*^9, 3.919507114090103*^9,
3.919507186083288*^9, 3.919507326764998*^9, 3.919507384722342*^9,
3.919507443424371*^9, 3.920244471300644*^9, 3.920244530598337*^9,
3.920244617097227*^9, {3.920244661518779*^9, 3.920244662318098*^9},
3.920244765279359*^9, 3.9202447968230133`*^9, {3.9202449330401897`*^9,
3.920244960894187*^9}, {3.9202450454179497`*^9, 3.9202450461445227`*^9},
3.920245092983773*^9, 3.920245153426921*^9, 3.9202451929671907`*^9,
3.920245276098699*^9, 3.92024543727667*^9, 3.920245503664392*^9, {
3.920245537997629*^9, 3.920245538725902*^9}, 3.92024566432235*^9,
3.920245718812367*^9, 3.920245765945067*^9, 3.9202461380722437`*^9,
3.9202461686372128`*^9, 3.920246226319976*^9, 3.9202462753351173`*^9,
3.92024633620118*^9, {3.9202463752654257`*^9, 3.920246375644169*^9},
3.920246512558977*^9, 3.9202465549481773`*^9, 3.920246627581519*^9,
3.9202466693750553`*^9, 3.9202467661401787`*^9, 3.920246800615726*^9, {
3.920246852615431*^9, 3.920246881835148*^9}, 3.920246946451419*^9,
3.9202469816771*^9, {3.920247037645204*^9, 3.920247067424712*^9},
3.920247132670588*^9, 3.920247196418755*^9, 3.920247291195696*^9},
CellLabel->
"In[135]:=",ExpressionUUID->"3c4588fe-1081-4396-bae8-74ad14872af1"],
Cell[BoxData["0.0019945845724486408`"], "Output",
CellChangeTimes->{
3.919464235886291*^9, 3.919464337729401*^9, 3.9194644392184687`*^9,
3.91946447391813*^9, 3.919464524264306*^9, {3.9194645565393267`*^9,
3.919464561286291*^9}, {3.919464609150383*^9, 3.9194646357803297`*^9},
3.919468172511849*^9, {3.919468233180357*^9, 3.9194682367115107`*^9},
3.919468282244277*^9, {3.9194683436804247`*^9, 3.9194683929474077`*^9}, {
3.9194684387004766`*^9, 3.9194684698731203`*^9}, 3.919468528905457*^9,
3.9194686231170483`*^9, 3.91946866020785*^9, {3.9194687288548403`*^9,
3.919468753630539*^9}, 3.9194687900985527`*^9, 3.919471956264724*^9,
3.9195028803796673`*^9, 3.919502965441557*^9, 3.919503014895721*^9,
3.919503081139084*^9, 3.919503253015519*^9, 3.919503305113839*^9,
3.919503363479753*^9, 3.9195034019902153`*^9, 3.919503461212825*^9,
3.919503493693735*^9, 3.9195035617794456`*^9, 3.9195036137091722`*^9,
3.919503747283967*^9, 3.919503786677767*^9, 3.919503932744512*^9,
3.919503975686761*^9, 3.919504229519499*^9, 3.919504325934553*^9,
3.919504514249249*^9, 3.919504578473673*^9, 3.919504631745599*^9,
3.919505154295096*^9, 3.919505957664194*^9, 3.919505994483127*^9,
3.9195060612335*^9, 3.91950614066612*^9, 3.9195062684431*^9,
3.919506300683711*^9, 3.919506592319995*^9, 3.919506623425453*^9,
3.9195066811423473`*^9, 3.919506714466464*^9, {3.919506763284971*^9,
3.919506792702524*^9}, 3.919506844087243*^9, 3.919506879490827*^9,
3.91950694508366*^9, 3.919507046406698*^9, 3.919507114827449*^9,
3.9195071868439293`*^9, 3.919507327575618*^9, 3.919507385442992*^9,
3.919507444361054*^9, 3.920244472191264*^9, 3.920244531446768*^9,
3.9202446174490747`*^9, 3.920244662729437*^9, 3.920244765781514*^9,
3.9202447973048267`*^9, 3.920244933797578*^9, 3.920244968010639*^9,
3.9202450498884363`*^9, 3.920245093409395*^9, 3.920245153839469*^9,
3.9202451933433247`*^9, 3.92024527645077*^9, 3.920245440567666*^9,
3.920245504114738*^9, 3.920245539311548*^9, 3.920245665140386*^9,
3.9202457192245483`*^9, 3.920245766404338*^9, 3.92024613842679*^9,
3.920246168962715*^9, 3.920246226665696*^9, 3.9202462757570457`*^9,
3.9202463365334044`*^9, 3.920246375973865*^9, 3.920246512899659*^9,
3.920246555387645*^9, 3.920246627924899*^9, 3.9202466697355347`*^9,
3.920246766585709*^9, 3.920246801104362*^9, {3.920246852894747*^9,
3.920246882215242*^9}, 3.920246946793943*^9, 3.920246982085794*^9, {
3.920247037989098*^9, 3.920247067790764*^9}, 3.9202471330027122`*^9,
3.920247196723221*^9, 3.920247291538357*^9},
CellLabel->
"Out[135]=",ExpressionUUID->"43722e71-5976-42bb-a9ea-e2caa3bec710"]
}, Open ]]
},
WindowSize->{1067, 707},
WindowMargins->{{Automatic, 0}, {0, Automatic}},
Magnification:>1.1 Inherited,
FrontEndVersion->"12.0 for Linux x86 (64-bit) (April 8, 2019)",
StyleDefinitions->"Default.nb"
]
(* End of Notebook Content *)
(* Internal cache information *)
(*CellTagsOutline
CellTagsIndex->{}
*)
(*CellTagsIndex
CellTagsIndex->{}
*)
(*NotebookFileOutline
Notebook[{
Cell[558, 20, 9162, 166, 1637, "Input",ExpressionUUID->"0dbf5895-f35a-42a1-80c7-4f452a984a5f"],
Cell[CellGroupData[{
Cell[9745, 190, 9611, 134, 36, "Input",ExpressionUUID->"dd714dea-6d97-40b9-a070-d021e349c438"],
Cell[19359, 326, 5934, 83, 40, "Output",ExpressionUUID->"e9e84d50-b977-4d46-b5f4-bce7e10fc055"]
}, Open ]],
Cell[CellGroupData[{
Cell[25330, 414, 3084, 46, 36, "Input",ExpressionUUID->"f7c1beba-ca64-4e4b-b5b3-e9db54708cc7"],
Cell[28417, 462, 2915, 42, 73, "Output",ExpressionUUID->"ee390cc4-c718-46a6-994b-5692aabb8aca"]
}, Open ]],
Cell[CellGroupData[{
Cell[31369, 509, 2862, 42, 36, "Input",ExpressionUUID->"3c4588fe-1081-4396-bae8-74ad14872af1"],
Cell[34234, 553, 2709, 39, 40, "Output",ExpressionUUID->"43722e71-5976-42bb-a9ea-e2caa3bec710"]
}, Open ]]
}
]
*)