0% found this document useful (0 votes)
21 views

Interpolatingfunction : Bla Ndsolve ( (F ''' (T) + F (T) F '' (T) 0, F (0) 0, F ' (0) 0, F ' (100 000) 1), F, T)

The document solves a third order differential equation numerically using NDSolve and plots the solution f and its derivatives f', f'', f''' over time. It obtains the numerical solution for f as a function of time and plots f, f', f'', f''' from t=0 to t=10.

Uploaded by

Alexis Castle
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views

Interpolatingfunction : Bla Ndsolve ( (F ''' (T) + F (T) F '' (T) 0, F (0) 0, F ' (0) 0, F ' (100 000) 1), F, T)

The document solves a third order differential equation numerically using NDSolve and plots the solution f and its derivatives f', f'', f''' over time. It obtains the numerical solution for f as a function of time and plots f, f', f'', f''' from t=0 to t=10.

Uploaded by

Alexis Castle
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

In[27]:= Bla = NDSolve[{f '''[t] + f[t] f ''[t] 0, f[0] 0, f '[0] 0, f '[100 000] 1}, f, t]

resolvedor diferencial numrico

Domain: 0., 1.00 105


Out[27]= f InterpolatingFunction
Output: scalar

In[28]:= fSol = f[t] /. Bla[[1]]

Domain: 0., 1.00 105


Out[28]= InterpolatingFunction [t]
Output: scalar

In[29]:=

In[30]:=

In[31]:= Plot[fSol, {t, 0, 10}, PlotRange All]


representacin grfica rango de rep todo

Out[31]=
4

2 4 6 8 10

In[32]:= fSol2 = f '[t] /. Bla[[1]]

Domain: 0., 1.00 105


Out[32]= InterpolatingFunction [t]
Output: scalar

Printed by Wolfram Mathematica Student Edition


2 blasius.nb

In[33]:= Plot[fSol2, {t, 0, 10}, PlotRange All]


representacin grfica rango de rep todo

1.0

0.8

0.6

Out[33]=

0.4

0.2

2 4 6 8 10

In[34]:=

In[35]:= fSol3 = f ''[t] /. Bla[[1]]

Domain: 0., 1.00 105


Out[35]= InterpolatingFunction [t]
Output: scalar

In[36]:= Plot[fSol, {t, 0, 10}, PlotRange All]


representacin grfica rango de rep todo

Out[36]=
4

2 4 6 8 10

In[37]:= fSol4 = f '''[t] /. Bla[[1]]

Domain: 0., 1.00 105


Out[37]= InterpolatingFunction [t]
Output: scalar

Printed by Wolfram Mathematica Student Edition


blasius.nb 3

In[38]:= Plot[fSol4, {t, 0, 10}, PlotRange All]


representacin grfica rango de rep todo

600

400
Out[38]=

200

2 4 6 8 10

In[39]:= ?? fSol4

Global`fSol4

fSol4 = InterpolatingFunction{{0., 100 000.}},


5, 7, 3, {114}, {4}, {3}, 0, 0, 0, Automatic, {}, {}, False,
{{0., 0.000232328, 0.000464657, 0.000929314, 0.00139397, 0.00185863, 0.00650519, 0.0111518,
0.0157983, 0.0204449, 0.0669106, 0.113376, 0.159842, 0.206308, 0.252773, 0.326839,
0.400905, 0.474971, 0.549037, 0.623103, 0.697169, 0.79437, 0.891571, 0.988772, 1.08597,
1.18317, 1.28038, 1.37758, 1.49249, 1.6074, 1.72231, 1.83722, 1.95213, 2.06704, 2.18195,
2.29686, 2.41177, 2.52668, 2.6416, 2.75651, 2.87142, 2.98633, 3.09416, 3.20199, 3.30982,
3.41765, 3.52548, 3.63331, 3.74114, 3.84897, 3.9425, 4.03603, 4.12956, 4.22309, 4.31662,
4.41015, 4.50368, 4.59721, 4.69074, 4.78427, 4.88151, 4.97875, 5.076, 5.17324, 5.27048,
5.36772, 5.45379, 5.53985, 5.62592, 5.71198, 5.79805, 5.88411, 5.9811, 6.07809, 6.17508,
6.27207, 6.36907, 6.47613, 6.58319, 6.69026, 6.79732, 6.90047, 7.00361, 7.10676, 7.20442,
7.30207, 7.39973, 7.49277, 7.5858, 8.11319, 8.64058, 9.16797, 14.4369, 19.7058, 66.8694,
114.033, 284.259, 454.485, 894.173, 1333.86, 2396.27, 3458.67, 5998.91, 8539.15, 14 634.6,
20 730.1, 30 730.1, 40 730.1, 50 730.1, 60 730.1, 70 730.1, 80 730.1, 90 365.1, 100 000.}},
Developer`PackedArrayForm, {0, 4, 8, 12, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 64, 68,
72, 76, 80, 84, 88, 92, 96, 100, 104, 108, 112, 116, 120, 124, 128, 132, 136, 140, 144, 148, 152,
156, 160, 164, 168, 172, 176, 180, 184, 188, 192, 196, 200, 204, 208, 212, 216, 220, 224, 228,
232, 236, 240, 244, 248, 252, 256, 260, 264, 268, 272, 276, 280, 284, 288, 292, 296, 300, 304,
308, 312, 316, 320, 324, 328, 332, 336, 340, 344, 348, 352, 356, 360, 364, 368, 372, 376, 380,
384, 388, 392, 396, 400, 404, 408, 412, 416, 420, 424, 428, 432, 436, 440, 444, 448, 452, 456},
-1.90072 10-30 , 9.93576 10-37 , 0.4696, 8.92576 10-31 , 2.53474 10-8 , 0.000109101, 0.4696,
-1.19031 10-8 , 7.60421 10-8 , 0.000218203, 0.4696, -3.57093 10-8 , 2.28126 10-7 , 0.000436406,
0.4696, -1.07128 10-7 , 4.816 10-7 , 0.000654608, 0.4696, -2.26159 10-7 , 8.36463 10-7 ,
0.000872811, 0.4696, -3.92803 10-7 , 9.96151 10-6 , 0.00305484, 0.4696, -4.67792 10-6 ,
0.0000292255, 0.00523687, 0.4696, -0.0000137243, 0.0000586284, 0.00741889, 0.4696,
-0.0000275319, 0.0000981703, 0.00960092, 0.4696, -0.0000461007, 0.00105123, 0.031421,
0.469589, -0.000493645, 0.00301815, 0.05324, 0.469546, -0.00141716, 0.00599884, 0.0750558,
0.46945, -0.00281615, 0.00999309, 0.0968654, 0.469277, -0.00468953, 0.0150005, 0.118665,
0.469007, -0.00703534, 0.0250754, 0.153379, 0.468319, -0.0117433, 0.0377192, 0.188028,
0.467238, -0.0176239, 0.052926, 0.22258, 0.46568, -0.0246466, 0.0706871, 0.256996, 0.46356,
-0.0327677, 0.0909908, 0.291232, 0.4608, -0.0419286, 0.113822, 0.325238, 0.457325, -0.0520538,

Printed by Wolfram Mathematica Student Edition


4 blasius.nb

0.147588, 0.369422, 0.451568, -0.0666458, 0.185618, 0.412976, 0.444329, -0.0824756, 0.227846,


0.455749, 0.435504, -0.0992278, 0.274186, 0.497585, 0.425021, -0.116535, 0.324542, 0.538319,
0.412845, -0.133985, 0.378796, 0.577788, 0.398984, -0.151133, 0.436819, 0.61583, 0.383489,
-0.167515, 0.510073, 0.658751, 0.3632, -0.185258, 0.58812, 0.699228, 0.341007, -0.200553,
0.670669, 0.73706, 0.317228, -0.212755, 0.757405, 0.772088, 0.292249, -0.221351, 0.847999,
0.804196, 0.266508, -0.225998, 0.942113, 0.833325, 0.240467, -0.226547, 1.0394, 0.859468,
0.214597, -0.223053, 1.13952, 0.882669, 0.18935, -0.215769, 1.24215, 0.903024, 0.165138,
-0.205126, 1.34695, 0.920674, 0.142315, -0.191692, 1.45364, 0.935795, 0.121165, -0.17613,
1.56193, 0.948592, 0.101891, -0.159147, 1.67157, 0.959289, 0.0846167, -0.141443, 1.78233,
0.968117, 0.0693868, -0.12367, 1.8871, 0.974912, 0.0569325, -0.107437, 1.99253, 0.980457,
0.0461871, -0.0920292, 2.0985, 0.984931, 0.0370451, -0.0777392, 2.20491, 0.988499, 0.0293743,
-0.0647676, 2.31166, 0.991313, 0.0230257, -0.0532275, 2.41868, 0.993507, 0.0178423,
-0.0431548, 2.5259, 0.995197, 0.0136671, -0.0345216, 2.63329, 0.996485, 0.0103484, -0.0272503,
2.72653, 0.997342, 0.00805409, -0.0219597, 2.81984, 0.998006, 0.006214, -0.0175225, 2.91321,
0.998516, 0.00475263, -0.0138454, 3.00662, 0.998904, 0.00360333, -0.0108339, 3.10006,
0.999198, 0.00270819, -0.00839556, 3.19353, 0.999417, 0.0020177, -0.00644361, 3.28701,
0.99958, 0.00149018, -0.00489826, 3.38051, 0.9997, 0.001091, -0.00368814, 3.47401, 0.999788,
0.00079179, -0.0027507, 3.56753, 0.999851, 0.000569636, -0.0020322, 3.66476, 0.999897,
0.000400759, -0.00146869, 3.76199, 0.99993, 0.000279295, -0.00105072, 3.85923, 0.999953,
0.000192813, -0.000744128, 3.95646, 0.999968, 0.000131856, -0.000521707, 4.0537, 0.999979,
0.0000893222, -0.00036211, 4.15094, 0.999986, 0.0000599389, -0.000248826, 4.23701, 0.999991,
0.000041777, -0.000177022, 4.32307, 0.999994, 0.0000289042, -0.000124961, 4.40914, 0.999996,
0.0000198502, -0.0000875316, 4.4952, 0.999997, 0.0000135314, -0.000060833, 4.58127,
0.999998, 9.15621 10-6 , -0.0000419518, 4.66733, 0.999999, 6.14979 10 -6 , -0.000028709,
4.76432, 0.999999, 3.89212 10-6 , -0.0000185494, 4.86131, 1., 2.43917 10-6 , -0.000011854,
4.9583, 1., 1.51521 10-6 , -7.49354 10-6 , 5.05529, 1., 9.33324 10-7 , -4.70315 10-6 ,
5.15229, 1., 5.6934 10-7 , -2.92447 10-6 , 5.25935, 1., 3.2716 10-7 , -1.7119 10-6 , 5.36641,
1., 1.8599 10-7 , -1.01039 10-6 , 5.47348, 1., 1.03131 10-7 , -5.83161 10-7 , 5.58054, 1.,
5.61467 10-8 , -3.2224 10-7 , 5.68369, 1., 3.06688 10-8 , -1.71783 10-7 , 5.78683, 1.,
1.71452 10-8 , -9.04416 10-8 , 5.88998, 1., 9.79801 10-9 , -5.20218 10-8 , 5.98764, 1.,
5.69094 10-9 , -3.20889 10-8 , 6.08529, 1., 3.21035 10-9 , -1.87124 10-8 , 6.18295, 1.,
1.78886 10-9 , -1.03993 10-8 , 6.27599, 1., 1.02549 10-9 , -6.01088 10-9 , 6.36902, 1.,
5.83737 10-10 , -3.48546 10-9 , 6.89641, 1., -3.75889 10-10 , 2.59229 10-9 , 7.4238, 1.,
-3.82808 10-10 , 8.90112 10-10 , 7.95119, 1., -1.73414 10-10 , 6.02116 10-10 , 13.2201, 1.,
-2.45435 10-12 , 3.24468 10-11 , 18.4891, 1., -6.62428 10-11 , -1.21065 10-11 , 65.6526, 1.,
-2.13865 10-14 , 1.40408 10-12 , 112.816, 1., -4.75415 10-11 , -1.00756 10-12 , 283.042, 1.,
-9.86703 10-16 , 2.79279 10-13 , 453.268, 1., -2.85904 10-11 , -1.6795 10-13 , 892.957, 1.,
-7.28189 10-17 , 6.50241 10-14 , 1332.64, 1., -1.40777 10-11 , -3.20173 10-14 , 2395.05, 1.,
-5.53256 10-18 , 1.32508 10-14 , 3457.46, 1., -6.24463 10-12 , -5.87782 10-15 , 5997.7, 1.,
-4.09871 10-19 , 2.45828 10-15 , 8537.94, 1., -2.64483 10-12 , -1.04117 10-15 , 14 633.4, 1.,
-2.96513 10-20 , 4.339 10-16 , 20 728.9, 1., -1.10169 10-12 , -1.80739 10-16 , 30 728.9, 1.,
-3.58519 10-21 , 1.10169 10-16 , 40 728.9, 1., -3.58519 10-13 , -3.58519 10-17 , 50 728.9, 1.,
4.66687 10-13 , 8.25206 10-17 , 60 728.9, 1., 7.68475 10-22 , -4.66687 10-17 , 70 728.9, 1.,
7.68475 10-14 , 7.68475 10-18 , 80 728.9, 1., -5.06168 10-14 , -1.27464 10-17 , 90 363.8, 1.,
7.52101 10-14 , 1.30594 10-17 , 99 998.8, 1., -1.17915 10-13 , -2.00442 10-17 , Automatic[t]

Printed by Wolfram Mathematica Student Edition


blasius.nb 5

In[40]:= Table[{t, fSol}, {t, 0, 10, 0.1}]


tabla

Out[40]= {{0., 0.}, {0.1, 0.00234801}, {0.2, 0.00939143}, {0.3, 0.0211276},


{0.4, 0.0375492}, {0.5, 0.0586427}, {0.6, 0.0843856}, {0.7, 0.114745},
{0.8, 0.149675}, {0.9, 0.189115}, {1., 0.23299}, {1.1, 0.281208}, {1.2, 0.333657},
{1.3, 0.390211}, {1.4, 0.450724}, {1.5, 0.515032}, {1.6, 0.582956},
{1.7, 0.654305}, {1.8, 0.728872}, {1.9, 0.806443}, {2., 0.886797},
{2.1, 0.969707}, {2.2, 1.05495}, {2.3, 1.14229}, {2.4, 1.23153}, {2.5, 1.32244},
{2.6, 1.41482}, {2.7, 1.5085}, {2.8, 1.60328}, {2.9, 1.69902}, {3., 1.79557},
{3.1, 1.89279}, {3.2, 1.99058}, {3.3, 2.08883}, {3.4, 2.18747}, {3.5, 2.28641},
{3.6, 2.38559}, {3.7, 2.48497}, {3.8, 2.5845}, {3.9, 2.68415}, {4., 2.78389},
{4.1, 2.88369}, {4.2, 2.98356}, {4.3, 3.08345}, {4.4, 3.18338}, {4.5, 3.28333},
{4.6, 3.3833}, {4.7, 3.48327}, {4.8, 3.58325}, {4.9, 3.68324}, {5., 3.78323},
{5.1, 3.88323}, {5.2, 3.98323}, {5.3, 4.08322}, {5.4, 4.18322}, {5.5, 4.28322},
{5.6, 4.38322}, {5.7, 4.48322}, {5.8, 4.58322}, {5.9, 4.68322}, {6., 4.78322},
{6.1, 4.88322}, {6.2, 4.98322}, {6.3, 5.08322}, {6.4, 5.18322}, {6.5, 5.28322},
{6.6, 5.38322}, {6.7, 5.48322}, {6.8, 5.58322}, {6.9, 5.68322}, {7., 5.78322},
{7.1, 5.88322}, {7.2, 5.98322}, {7.3, 6.08322}, {7.4, 6.18322}, {7.5, 6.28322},
{7.6, 6.38322}, {7.7, 6.48322}, {7.8, 6.58322}, {7.9, 6.68322}, {8., 6.78322},
{8.1, 6.88322}, {8.2, 6.98322}, {8.3, 7.08322}, {8.4, 7.18322}, {8.5, 7.28322},
{8.6, 7.38322}, {8.7, 7.48322}, {8.8, 7.58322}, {8.9, 7.68322}, {9., 7.78322},
{9.1, 7.88322}, {9.2, 7.98322}, {9.3, 8.08322}, {9.4, 8.18322}, {9.5, 8.28322},
{9.6, 8.38322}, {9.7, 8.48322}, {9.8, 8.58322}, {9.9, 8.68322}, {10., 8.78322}}

In[41]:= Table[{t, fSol2}, {t, 0, 10, 0.1}]


tabla

Out[41]= 0., 2.71051 10-20 , {0.1, 0.046959}, {0.2, 0.0939053}, {0.3, 0.140806},
{0.4, 0.187605}, {0.5, 0.234227}, {0.6, 0.280575}, {0.7, 0.326532}, {0.8, 0.371963},
{0.9, 0.416718}, {1., 0.460633}, {1.1, 0.503535}, {1.2, 0.545247}, {1.3, 0.585589},
{1.4, 0.624386}, {1.5, 0.661474}, {1.6, 0.6967}, {1.7, 0.729931}, {1.8, 0.761057},
{1.9, 0.789997}, {2., 0.816695}, {2.1, 0.841128}, {2.2, 0.863304}, {2.3, 0.883261},
{2.4, 0.901065}, {2.5, 0.916808}, {2.6, 0.930601}, {2.7, 0.942576}, {2.8, 0.952875},
{2.9, 0.96165}, {3., 0.969055}, {3.1, 0.975243}, {3.2, 0.980365}, {3.3, 0.984563},
{3.4, 0.98797}, {3.5, 0.990709}, {3.6, 0.992888}, {3.7, 0.994605}, {3.8, 0.995944},
{3.9, 0.996979}, {4., 0.99777}, {4.1, 0.998369}, {4.2, 0.998818}, {4.3, 0.999152},
{4.4, 0.999397}, {4.5, 0.999575}, {4.6, 0.999703}, {4.7, 0.999795}, {4.8, 0.999859},
{4.9, 0.999905}, {5., 0.999936}, {5.1, 0.999957}, {5.2, 0.999972}, {5.3, 0.999982},
{5.4, 0.999988}, {5.5, 0.999992}, {5.6, 0.999995}, {5.7, 0.999997}, {5.8, 0.999998},
{5.9, 0.999999}, {6., 0.999999}, {6.1, 1.}, {6.2, 1.}, {6.3, 1.}, {6.4, 1.},
{6.5, 1.}, {6.6, 1.}, {6.7, 1.}, {6.8, 1.}, {6.9, 1.}, {7., 1.}, {7.1, 1.}, {7.2, 1.},
{7.3, 1.}, {7.4, 1.}, {7.5, 1.}, {7.6, 1.}, {7.7, 1.}, {7.8, 1.}, {7.9, 1.},
{8., 1.}, {8.1, 1.}, {8.2, 1.}, {8.3, 1.}, {8.4, 1.}, {8.5, 1.}, {8.6, 1.},
{8.7, 1.}, {8.8, 1.}, {8.9, 1.}, {9., 1.}, {9.1, 1.}, {9.2, 1.}, {9.3, 1.},
{9.4, 1.}, {9.5, 1.}, {9.6, 1.}, {9.7, 1.}, {9.8, 1.}, {9.9, 1.}, {10., 1.}

Printed by Wolfram Mathematica Student Edition


6 blasius.nb

In[42]:= Table[{t, fSol3}, {t, 0, 10, 0.1}]


tabla

Out[42]= {0., 0.4696}, {0.1, 0.469568}, {0.2, 0.469309}, {0.3, 0.468614}, {0.4, 0.467254},
{0.5, 0.465031}, {0.6, 0.461734}, {0.7, 0.457178}, {0.8, 0.45119}, {0.9, 0.443628},
{1., 0.43438}, {1.1, 0.423369}, {1.2, 0.410566}, {1.3, 0.395985}, {1.4, 0.379692},
{1.5, 0.361804}, {1.6, 0.342487}, {1.7, 0.321952}, {1.8, 0.300447}, {1.9, 0.278251},
{2., 0.255669}, {2.1, 0.233009}, {2.2, 0.21058}, {2.3, 0.188674}, {2.4, 0.16756},
{2.5, 0.147475}, {2.6, 0.128612}, {2.7, 0.111124}, {2.8, 0.0951141}, {2.9, 0.0806382},
{3., 0.0677106}, {3.1, 0.0563074}, {3.2, 0.0463704}, {3.3, 0.0378145}, {3.4, 0.0305352},
{3.5, 0.024415}, {3.6, 0.0193288}, {3.7, 0.0151512}, {3.8, 0.0117588},
{3.9, 0.00903559}, {4., 0.00687423}, {4.1, 0.00517786}, {4.2, 0.00386144},
{4.3, 0.00285107}, {4.4, 0.00208415}, {4.5, 0.00150833}, {4.6, 0.00108075},
{4.7, 0.000766648}, {4.8, 0.000538353}, {4.9, 0.000374651}, {5., 0.000258124},
{5.1, 0.000175978}, {5.2, 0.000118761}, {5.3, 0.0000793376}, {5.4, 0.0000523635},
{5.5, 0.000034289}, {5.6, 0.0000222163}, {5.7, 0.0000142751}, 5.8, 9.07473 10 -6 ,
5.9, 5.71495 10-6 , 6., 3.49609 10-6 , 6.1, 2.18319 10-6 , 6.2, 1.36553 10-6 ,
6.3, 8.18565 10-7 , 6.4, 5.17027 10-7 , 6.5, 3.14172 10-7 , 6.6, 1.53585 10-7 ,
6.7, 9.03404 10-8 , 6.8, 5.45282 10-8 , 6.9, 3.07769 10-8 , 7., 1.72342 10-8 ,
7.1, 8.06838 10-9 , 7.2, 5.25141 10-9 , 7.3, 3.21468 10-9 , 7.4, 1.78636 10-9 ,
7.5, 1.07254 10-9 , 7.6, 5.02517 10-10 , 7.7, - 4.47517 10-10 , 7.8, - 1.18869 10-11 ,
7.9, 1.13953 10-9 , 8., 9.33642 10-10 , 8.1, - 3.63175 10-10 , 8.2, - 7.48105 10-10 ,
8.3, - 6.98889 10-10 , 8.4, 2.57364 10-10 , 8.5, 6.54526 10-10 , 8.6, - 1.78262 10-10 ,
8.7, - 3.75567 10-10 , 8.8, - 3.09413 10-10 , 8.9, - 8.10638 10-11 , 9., 5.44377 10-11 ,
9.1, - 8.67915 10-11 , 9.2, - 1.54712 10-10 , 9.3, - 1.03443 10-10 ,
9.4, - 6.1986 10-11 , 9.5, - 2.91508 10-11 , 9.6, - 3.83524 10-12 ,
9.7, 1.49792 10-11 , 9.8, 2.82301 10-11 , 9.9, 3.6777 10-11 , 10., 4.14047 10-11

Printed by Wolfram Mathematica Student Edition


blasius.nb 7

In[43]:= Table[{t, fSol4}, {t, 0, 10, 0.1}]


tabla

Out[43]= 0., - 1.09139 10-11 , {0.1, - 0.00105517}, {0.2, - 0.00492233}, {0.3, - 0.00957898},
{0.4, - 0.0174112}, {0.5, - 0.0272863}, {0.6, - 0.0389742}, {0.7, - 0.0524199},
{0.8, - 0.0675511}, {0.9, - 0.0838756}, {1., - 0.101137}, {1.1, - 0.119018},
{1.2, - 0.136954}, {1.3, - 0.1545}, {1.4, - 0.171127}, {1.5, - 0.186361}, {1.6, - 0.199676},
{1.7, - 0.210689}, {1.8, - 0.218954}, {1.9, - 0.224351}, {2., - 0.226679},
{2.1, - 0.225948}, {2.2, - 0.222157}, {2.3, - 0.215517}, {2.4, - 0.206349},
{2.5, - 0.195018}, {2.6, - 0.181991}, {2.7, - 0.167687}, {2.8, - 0.152533},
{2.9, - 0.136995}, {3., - 0.121554}, {3.1, - 0.106564}, {3.2, - 0.0922976},
{3.3, - 0.0789831}, {3.4, - 0.0667902}, {3.5, - 0.0558261}, {3.6, - 0.0461084},
{3.7, - 0.0376365}, {3.8, - 0.0303728}, {3.9, - 0.0242371}, {4., - 0.0191276},
{4.1, - 0.01493}, {4.2, - 0.0115216}, {4.3, - 0.00879473}, {4.4, - 0.00664338},
{4.5, - 0.00495764}, {4.6, - 0.00366111}, {4.7, - 0.00267846}, {4.8, - 0.0019392},
{4.9, - 0.001369}, {5., - 0.000964859}, {5.1, - 0.000678349}, {5.2, - 0.000472401},
{5.3, - 0.000325382}, {5.4, - 0.00021662}, {5.5, - 0.000152686}, {5.6, - 0.0000978842},
{5.7, - 0.0000635847}, {5.8, - 0.0000414467}, {5.9, - 0.0000263497}, {6., - 0.0000197148},
{6.1, - 0.0000109428}, 6.2, - 6.4954 10-6 , 6.3, - 4.21641 10-6 , 6.4, - 2.83233 10-6 ,
6.5, - 9.15048 10-7 , 6.6, - 2.02035 10-6 , 6.7, - 1.7183 10-6 , 6.8, - 8.55424 10-7 ,
6.9, - 2.8979 10-7 , 7., 3.1436 10-8 , 7.1, 4.76242 10-7 , 7.2, 2.06128 10-7 ,
7.3, 1.31079 10-8 , 7.4, - 8.26042 10-9 , 7.5, 1.45168 10-8 , 7.6, - 7.66822 10-9 ,
7.7, - 4.49623 10-9 , 7.8, 1.14686 10-8 , 7.9, 7.4808 10-9 , 8., - 1.17784 10-8 ,
8.1, - 4.20091 10-9 , 8.2, - 5.2919 10-9 , 8.3, 6.72702 10-9 , 8.4, 9.48563 10-9 ,
8.5, - 3.12936 10-9 , 8.6, - 9.09925 10-9 , 8.7, - 1.40059 10-10 , 8.8, 1.69753 10-9 ,
8.9, 2.35793 10-9 , 9., - 4.08211 10-11 , 9.1, - 2.19357 10-9 , 9.2, 5.65934 10-10 ,
9.3, 4.61575 10-10 , 9.4, 3.69554 10-10 , 9.5, 2.88987 10-10 , 9.6, 2.19021 10-10 ,
9.7, 1.5883 10-10 , 9.8, 1.0762 10-10 , 9.9, 6.46265 10-11 , 10., 2.91141 10-11

Printed by Wolfram Mathematica Student Edition

You might also like