(*********************************************************************** Mathematica-Compatible Notebook This notebook can be used on any computer system with Mathematica 3.0, MathReader 3.0, or any compatible application. The data for the notebook starts with the line of stars above. To get the notebook into a Mathematica-compatible application, do one of the following: * Save the data starting with the line of stars above into a file with a name ending in .nb, then open the file inside the application; * Copy the data starting with the line of stars above to the clipboard, then use the Paste menu command inside the application. Data for notebooks contains only printable 7-bit ASCII and can be sent directly in email or through ftp in text mode. Newlines can be CR, LF or CRLF (Unix, Macintosh or MS-DOS style). NOTE: If you modify the data for this notebook not in a Mathematica- compatible application, you must delete the line below containing the word CacheID, otherwise Mathematica-compatible applications may try to use invalid cache data. For more information on notebooks and Mathematica-compatible applications, contact Wolfram Research: web: http://www.wolfram.com email: info@wolfram.com phone: +1-217-398-0700 (U.S.) Notebook reader applications are available free of charge from Wolfram Research. ***********************************************************************) (*CacheID: 232*) (*NotebookFileLineBreakTest NotebookFileLineBreakTest*) (*NotebookOptionsPosition[ 22342, 666]*) (*NotebookOutlinePosition[ 22978, 689]*) (* CellTagsIndexPosition[ 22934, 685]*) (*WindowFrame->Normal*) Notebook[{ Cell[TextData[StyleBox[ "This program has only 6 lines of input. It is written according to the \ instructions in our textbook page 418.\nInput your function. Please use := \ here", FontSize->14]], "Text"], Cell[BoxData[ \(f[t_, y_] := \ t^2\ + \ y^2\)], "Input"], Cell[TextData[StyleBox[ "Input initial data, mesh size, and total number of steps.", FontSize->14]], "Text"], Cell[BoxData[ \(t = 0; \ y = 0; h = 0.01; n = 100; \)], "Input"], Cell[TextData[StyleBox["Find initial pair of values:", FontSize->14]], "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(sol = {{t, y}}\)], "Input"], Cell[BoxData[ \({{0, 0}}\)], "Output"] }, Open ]], Cell[TextData[StyleBox[ "The loop for finding all other pairs using Euler method, and appended to the \ solution table \"sol\":", FontSize->14]], "Text"], Cell[BoxData[ \(For[j = 0, j < n, \(j++\), \n \t{k1 = f[t, h], y = y + h*k1, t = t + h, \ sol = Append[sol, {t, y}]}] \)], "Input"], Cell["\<\ Plot the solution table \"sol\", and joint the points by \ lines.\ \>", "Text", FontSize->14], Cell[CellGroupData[{ Cell[BoxData[ \(ListPlot[sol, PlotJoined -> True]\)], "Input"], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart /Mabs { Mgmatrix idtransform Mtmatrix dtransform } bind def /Mabsadd { Mabs 3 -1 roll add 3 1 roll add exch } bind def %% Graphics %%IncludeResource: font Courier %%IncludeFont: Courier /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.952381 0.0147151 1.79207 [ [.21429 .00222 -9 -9 ] [.21429 .00222 9 0 ] [.40476 .00222 -9 -9 ] [.40476 .00222 9 0 ] [.59524 .00222 -9 -9 ] [.59524 .00222 9 0 ] [.78571 .00222 -9 -9 ] [.78571 .00222 9 0 ] [.97619 .00222 -3 -9 ] [.97619 .00222 3 0 ] [.01131 .10432 -24 -4.5 ] [.01131 .10432 0 4.5 ] [.01131 .19392 -18 -4.5 ] [.01131 .19392 0 4.5 ] [.01131 .28352 -24 -4.5 ] [.01131 .28352 0 4.5 ] [.01131 .37313 -18 -4.5 ] [.01131 .37313 0 4.5 ] [.01131 .46273 -24 -4.5 ] [.01131 .46273 0 4.5 ] [.01131 .55233 -18 -4.5 ] [.01131 .55233 0 4.5 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .21429 .01472 m .21429 .02097 L s [(0.2)] .21429 .00222 0 1 Mshowa .40476 .01472 m .40476 .02097 L s [(0.4)] .40476 .00222 0 1 Mshowa .59524 .01472 m .59524 .02097 L s [(0.6)] .59524 .00222 0 1 Mshowa .78571 .01472 m .78571 .02097 L s [(0.8)] .78571 .00222 0 1 Mshowa .97619 .01472 m .97619 .02097 L s [(1)] .97619 .00222 0 1 Mshowa .125 Mabswid .07143 .01472 m .07143 .01847 L s .11905 .01472 m .11905 .01847 L s .16667 .01472 m .16667 .01847 L s .2619 .01472 m .2619 .01847 L s .30952 .01472 m .30952 .01847 L s .35714 .01472 m .35714 .01847 L s .45238 .01472 m .45238 .01847 L s .5 .01472 m .5 .01847 L s .54762 .01472 m .54762 .01847 L s .64286 .01472 m .64286 .01847 L s .69048 .01472 m .69048 .01847 L s .7381 .01472 m .7381 .01847 L s .83333 .01472 m .83333 .01847 L s .88095 .01472 m .88095 .01847 L s .92857 .01472 m .92857 .01847 L s .25 Mabswid 0 .01472 m 1 .01472 L s .02381 .10432 m .03006 .10432 L s [(0.05)] .01131 .10432 1 0 Mshowa .02381 .19392 m .03006 .19392 L s [(0.1)] .01131 .19392 1 0 Mshowa .02381 .28352 m .03006 .28352 L s [(0.15)] .01131 .28352 1 0 Mshowa .02381 .37313 m .03006 .37313 L s [(0.2)] .01131 .37313 1 0 Mshowa .02381 .46273 m .03006 .46273 L s [(0.25)] .01131 .46273 1 0 Mshowa .02381 .55233 m .03006 .55233 L s [(0.3)] .01131 .55233 1 0 Mshowa .125 Mabswid .02381 .03264 m .02756 .03264 L s .02381 .05056 m .02756 .05056 L s .02381 .06848 m .02756 .06848 L s .02381 .0864 m .02756 .0864 L s .02381 .12224 m .02756 .12224 L s .02381 .14016 m .02756 .14016 L s .02381 .15808 m .02756 .15808 L s .02381 .176 m .02756 .176 L s .02381 .21184 m .02756 .21184 L s .02381 .22976 m .02756 .22976 L s .02381 .24768 m .02756 .24768 L s .02381 .2656 m .02756 .2656 L s .02381 .30145 m .02756 .30145 L s .02381 .31937 m .02756 .31937 L s .02381 .33729 m .02756 .33729 L s .02381 .35521 m .02756 .35521 L s .02381 .39105 m .02756 .39105 L s .02381 .40897 m .02756 .40897 L s .02381 .42689 m .02756 .42689 L s .02381 .44481 m .02756 .44481 L s .02381 .48065 m .02756 .48065 L s .02381 .49857 m .02756 .49857 L s .02381 .51649 m .02756 .51649 L s .02381 .53441 m .02756 .53441 L s .02381 .57026 m .02756 .57026 L s .02381 .58818 m .02756 .58818 L s .02381 .6061 m .02756 .6061 L s .25 Mabswid .02381 0 m .02381 .61803 L s 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .5 Mabswid .02381 .01472 m .03333 .01472 L .04286 .01472 L .05238 .01473 L .0619 .01475 L .07143 .01478 L .08095 .01482 L .09048 .01489 L .1 .01498 L .10952 .0151 L .11905 .01524 L .12857 .01542 L .1381 .01564 L .14762 .0159 L .15714 .01621 L .16667 .01656 L .17619 .01697 L .18571 .01743 L .19524 .01795 L .20476 .01853 L .21429 .01918 L .22381 .0199 L .23333 .02069 L .24286 .02156 L .25238 .02251 L .2619 .02354 L .27143 .02466 L .28095 .02588 L .29048 .02718 L .3 .02859 L .30952 .0301 L .31905 .03171 L .32857 .03344 L .3381 .03528 L .34762 .03723 L .35714 .0393 L .36667 .0415 L .37619 .04382 L .38571 .04628 L .39524 .04887 L .40476 .0516 L .41429 .05446 L .42381 .05748 L .43333 .06064 L .44286 .06396 L .45238 .06743 L .4619 .07106 L .47143 .07485 L .48095 .07881 L .49048 .08294 L Mistroke .5 .08725 L .50952 .09173 L .51905 .09639 L .52857 .10124 L .5381 .10628 L .54762 .1115 L .55714 .11693 L .56667 .12255 L .57619 .12837 L .58571 .1344 L .59524 .14064 L .60476 .1471 L .61429 .15377 L .62381 .16066 L .63333 .16777 L .64286 .17511 L .65238 .18269 L .6619 .1905 L .67143 .19854 L .68095 .20683 L .69048 .21536 L .7 .22415 L .70952 .23318 L .71905 .24247 L .72857 .25203 L .7381 .26184 L .74762 .27192 L .75714 .28228 L .76667 .2929 L .77619 .30381 L .78571 .31499 L .79524 .32646 L .80476 .33822 L .81429 .35028 L .82381 .36262 L .83333 .37527 L .84286 .38822 L .85238 .40148 L .8619 .41504 L .87143 .42892 L .88095 .44312 L .89048 .45763 L .9 .47248 L .90952 .48765 L .91905 .50315 L .92857 .51898 L .9381 .53516 L .94762 .55168 L .95714 .56854 L .96667 .58575 L Mistroke .97619 .60332 L Mfstroke % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{288, 177.938}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgoooojjb`i>GYMcNiEePJ@00076;YF1fS;o;ecQ5D_ooooogjMSAa/c5^YVDR`000:f] [IBDU;fm_G=cLb4Q8MkNg_l0003o0000oooo003oool0od92@^7QhLS8b:n_[iJFUWemOFATI4];Bc8b <_ogjIfP[eMIHM7EjBgUFnD];@00?`00O`00_`0o000o?`0oO`0o_`0oo`1o001o?`1oO`1o_`1ooooo onk^k]gMgLc0@P000<100002P000`40000900030@0000X0 00<100002P000`40000900030@0000X000<100002P000`40000900030@0000X000<100002P000`40 000900030@0000X000<100002P000`40000900030@0000X000<100001@0001/000<10000;`000`40 000200X190000`40000`00030@0002l000<10000<0000`40000500006`000`40000n00P1_00001/0 00<10000AP070KD0000K0081CP050K00000K00030@0005801@6[00006`000`40001G00<1Z00001/0 00<10000FP050J<0000K0081H0030J00000K00030@0006800P6N00006`000`40001T00D1V@0001/0 00<10000J@030IH0000K00030@0006`00P6D00006`020Fl00`6A00006`000`40001a0081S`0001/0 00<10000L`030H`0000K00030@0007H00P6:00006`000`40001h00<1Q`0001/00P5l0081Q@0001/0 00<10000O@020H<0000K00030@0007l00P6100000P020@@000<100000`020@<00`4500030@000840 0P5o000000D00@000@0800040@000@D000<100000P000`4000230081O@0000050040004020001040 004500030@0000800P660081N`0000050040004020001040004200<11@000`40002700030@0007P0 00001@01000100P000@100010P000`40000500030@0008P00P5h000000D00@000@0800040@000@80 00<100001@000`40002:0081MP0000800P4:00810`040@@000<10000S0000`40001c00006`020Hh0 0P5c00006`000`40002?0081L@0001/000<10000T@000`40001^00006`000`40002B0081KP0001/0 0P6E0081K00001/000<10000UP000`40001Y00006`000`40002G00030@0006P0000K00030@0009P0 0P5X00006`000`40002J00030@0006D0000K0081W0000`40001T00006`000`40002L00030@0006<0 000K00030@0009d00P5S00006`000`40002O00030@000600000K00030@000:0000<10000G`0001/0 0P6R00030@0005h0000K00030@000:800P5N00006`000`40002T00030@0005/00008008110000`40 000200@110000`40002U0081F`0000L000@100012P000`40000300030@000:L000<10000F00000L0 00@100012P000`4000030081Z@000`40001G00001`001040004:00030@0000<000<10000Z@000`40 001F00001`001040004:00030@0000<000<10000ZP020EH0000700040@000@P00`4500030@000:`0 00<10000D`0000P00P4;00030@0000<00P6^00030@000580000K00030@000:h000<10000D@0001/0 00<10000[`000`40001@00006`000`40002`00030@0004l0000K00030@000;4000<10000CP0001/0 0P6c00030@0004d0000K00030@000;<000<10000C00001/000<10000]0000`40001;00006`000`40 002e00030@0004X0000K00030@000;H000<10000B@0001/00P6h00030@0004P0000K00030@000;P0 00<10000A`0001/000<10000^@000`40001600006`000`40002j00030@0004D0000K00030@000;/0 00<10000A00001/00P6m00030@0004<0000K00030@000;d000<10000@P0001/000<10000_P000`40 001100000P020@@000<100000P040@800`4500030@000;l000<10000@0000005004000402P000`40 000400030@0000800P7100030@0003l000001@01000100X000<1000010000`40000200030@000<40 00<10000?P000005004000402P00104000030@D000<10000`@000`40000n000000D00@000@0:0005 0@0000401`000`40003200030@0003d000001@01000100P00`4300030@0000D000<10000``000`40 000l00000P020@/000@1000010440081a@000`40000k00006`000`40003500030@0003X0000K0003 0@000@0001/000<10000aP000`40000i00006`000`40003700030@0003P0000K0081 b@000`40000g00006`000`40003900030@0003H0000K00030@0000003 0@000340000K00030@0000000<100007`0001/000<10000 h0000`40000O00006`020N8000<100007P0001/000<10000hP000`40000M00006`000`40003R0003 0@0001d0000K00030@000><000<10000700000800P4400030@000080104200<11@000`40003S0003 0@0001`000001@01000100P000<100001P000`4000020081i@000`40000K000000D00@000@090003 0@0000D000<100000P000`40003U00030@0001X000001@01000100X000@100000`4500030@000>D0 00<100006P000005004000402`001040004700030@000>H000<100006@0000050040004020001040 004200030@0000D000<10000i`000`40000H00000P020@X00P4300@110020NP000<10000600001/0 00<10000j0000`40000G00006`000`40003X00030@0001L0000K00030@000>T000<100005P0001/0 00<10000jP000`40000E00006`020N/000<100005@0001/000<10000j`000`40000D00006`000`40 003/00030@0001<0000K00030@000>`000<100004`0001/00P7^00030@000180000K00030@000>d0 00<100004P0001/000<10000kP000`40000A00006`000`40003_00030@000100000K00030@000>l0 00<10000400001/00P7a00030@0000l0000K00030@000?4000<100003P0001/000<10000l@000`40 000>00006`000`40003b00030@0000d00008008110000`40000300811@000`40003b00030@0000d0 000700040@000@P000@1000110020O@000<10000300000L000@100012`000`40000200030@000?@0 00<100002`0000L000@100012@020@D000<10000m0000`40000;00001`001040004;00030@000080 00<10000m@000`40000:00001`001040004800040@000@@000<10000m@000`40000:000020020@X0 0P450081m`000`40000900006`000`40003f00030@0000T0000K00030@000?L000<10000200001/0 00<10000m`000`40000800006`020OT000<100001`0001/000<10000n0000`40000700006`000`40 003i00030@0000H0000K00030@000?T000<100001P0001/000<10000nP000`40000500006`020O/0 00<100001@0001/000<10000o`0300006`000`40003o00<0000K00030@000?l00`000?l08@000?l0 8@000001\ \>"], ImageRangeCache->{{{0, 287}, {176.938, 0}} -> {-0.107864, -0.0301824, 0.00394728, 0.00209775}}], Cell[BoxData[ TagBox[\(\[SkeletonIndicator] Graphics \[SkeletonIndicator]\), False, Editable->False]], "Output"] }, Open ]], Cell[TextData[StyleBox[ "If you want to look at your data set for your solution in terms of (t,y) \ pairs, do this:", FontSize->14]], "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(sol\)], "Input"], Cell[BoxData[ RowBox[{"{", RowBox[{\({0, 0}\), ",", RowBox[{"{", RowBox[{ StyleBox["0.01`", StyleBoxAutoDelete->True, PrintPrecision->1], ",", "1.00000000000000022`*^-6"}], "}"}], ",", \({0.02`, 3.00000000000000044`*^-6}\), ",", \({0.03`, 8.00000000000000177`*^-6}\), ",", \({0.04`, 0.0000180000000000000035`}\), ",", \({0.05`, 0.0000350000000000000088`}\), ",", \({0.0600000000000000088`, 0.000061000000000000023`}\), ",", \({0.0700000000000000088`, 0.0000980000000000000248`}\), ",", \({0.08`, 0.000148000000000000024`}\), ",", \({0.09`, 0.000213000000000000033`}\), ",", \({0.0999999999999999822`, 0.000295000000000000017`}\), ",", \({0.109999999999999985`, 0.000395999999999999943`}\), ",", \({0.119999999999999973`, 0.000517999999999999793`}\), ",", \({0.129999999999999982`, 0.000662999999999999811`}\), ",", \({0.139999999999999991`, 0.000832999999999999829`}\), ",", \({0.15`, 0.00102999999999999958`}\), ",", \({0.160000000000000008`, 0.00125599999999999978`}\), ",", \({0.170000000000000017`, 0.0015129999999999999`}\), ",", \({0.180000000000000035`, 0.0018029999999999994`}\), ",", \({0.190000000000000035`, 0.00212800000000000011`}\), ",", \({0.200000000000000044`, 0.00249000000000000065`}\), ",", \({0.210000000000000053`, 0.0028910000000000009`}\), ",", \({0.220000000000000062`, 0.00333300000000000151`}\), ",", \({0.230000000000000071`, 0.00381800000000000139`}\), ",", \({0.240000000000000079`, 0.00434800000000000164`}\), ",", \({0.250000000000000044`, 0.00492500000000000159`}\), ",", \({0.260000000000000053`, 0.00555100000000000193`}\), ",", \({0.270000000000000062`, 0.00622800000000000242`}\), ",", \({0.280000000000000071`, 0.00695800000000000284`}\), ",", \({0.290000000000000071`, 0.0077430000000000021`}\), ",", \({0.300000000000000088`, 0.0085850000000000044`}\), ",", \({0.310000000000000097`, 0.00948600000000000598`}\), ",", \({0.320000000000000106`, 0.0104480000000000061`}\), ",", \({0.330000000000000115`, 0.0114730000000000087`}\), ",", \({0.340000000000000124`, 0.0125630000000000086`}\), ",", \({0.350000000000000133`, 0.0137200000000000099`}\), ",", \({0.360000000000000142`, 0.0149460000000000121`}\), ",", \({0.37000000000000015`, 0.0162430000000000092`}\), ",", \({0.380000000000000159`, 0.0176130000000000119`}\), ",", \({0.390000000000000177`, 0.019058000000000014`}\), ",", \({0.400000000000000177`, 0.020580000000000016`}\), ",", \({0.41000000000000023`, 0.0221810000000000151`}\), ",", \({0.420000000000000195`, 0.0238630000000000208`}\), ",", \({0.430000000000000248`, 0.025628000000000024`}\), ",", \({0.440000000000000213`, 0.0274780000000000246`}\), ",", \({0.450000000000000266`, 0.0294150000000000222`}\), ",", \({0.46000000000000023`, 0.0314410000000000255`}\), ",", \({0.470000000000000284`, 0.0335580000000000255`}\), ",", \({0.480000000000000248`, 0.0357680000000000264`}\), ",", \({0.490000000000000301`, 0.0380730000000000288`}\), ",", \({0.500000000000000177`, 0.0404750000000000298`}\), ",", \({0.51000000000000023`, 0.0429760000000000363`}\), ",", \({0.520000000000000284`, 0.0455780000000000384`}\), ",", \({0.530000000000000248`, 0.0482830000000000314`}\), ",", \({0.540000000000000213`, 0.0510930000000000283`}\), ",", \({0.550000000000000266`, 0.0540100000000000335`}\), ",", \({0.560000000000000319`, 0.0570360000000000422`}\), ",", \({0.570000000000000284`, 0.0601730000000000408`}\), ",", \({0.580000000000000248`, 0.0634230000000000337`}\), ",", \({0.590000000000000301`, 0.0667880000000000428`}\), ",", \({0.600000000000000355`, 0.0702700000000000457`}\), ",", \({0.610000000000000319`, 0.0738710000000000377`}\), ",", \({0.620000000000000284`, 0.0775930000000000497`}\), ",", \({0.630000000000000337`, 0.0814380000000000592`}\), ",", \({0.64000000000000039`, 0.0854080000000000438`}\), ",", \({0.650000000000000355`, 0.0895050000000000522`}\), ",", \({0.660000000000000319`, 0.093731000000000062`}\), ",", \({0.670000000000000373`, 0.0980880000000000684`}\), ",", \({0.680000000000000426`, 0.10257800000000008`}\), ",", \({0.69000000000000039`, 0.10720300000000007`}\), ",", \({0.700000000000000355`, 0.11196500000000007`}\), ",", \({0.710000000000000408`, 0.116866000000000092`}\), ",", \({0.720000000000000461`, 0.121908000000000082`}\), ",", \({0.730000000000000426`, 0.1270930000000001`}\), ",", \({0.74000000000000039`, 0.13242300000000009`}\), ",", \({0.750000000000000444`, 0.137900000000000111`}\), ",", \({0.760000000000000497`, 0.143526000000000131`}\), ",", \({0.770000000000000461`, 0.149303000000000141`}\), ",", \({0.780000000000000426`, 0.155233000000000149`}\), ",", \({0.790000000000000479`, 0.161318000000000161`}\), ",", \({0.800000000000000532`, 0.167560000000000153`}\), ",", \({0.810000000000000497`, 0.173961000000000165`}\), ",", \({0.820000000000000461`, 0.180523000000000184`}\), ",", \({0.830000000000000426`, 0.187248000000000196`}\), ",", \({0.840000000000000568`, 0.194138000000000197`}\), ",", \({0.850000000000000532`, 0.20119500000000019`}\), ",", \({0.860000000000000497`, 0.208421000000000233`}\), ",", \({0.870000000000000639`, 0.215818000000000242`}\), ",", \({0.880000000000000603`, 0.223388000000000275`}\), ",", \({0.890000000000000568`, 0.231133000000000254`}\), ",", \({0.900000000000000532`, 0.239055000000000283`}\), ",", \({0.910000000000000497`, 0.247156000000000286`}\), ",", \({0.920000000000000639`, 0.255438000000000275`}\), ",", \({0.930000000000000603`, 0.263903000000000265`}\), ",", \({0.940000000000000568`, 0.272553000000000267`}\), ",", \({0.95000000000000071`, 0.281390000000000242`}\), ",", \({0.960000000000000675`, 0.290416000000000273`}\), ",", \({0.970000000000000639`, 0.299633000000000304`}\), ",", \({0.980000000000000603`, 0.309043000000000356`}\), ",", \({0.990000000000000568`, 0.318648000000000397`}\), ",", \({1.00000000000000066`, 0.328450000000000397`}\)}], "}"}]], "Output"] }, Open ]] }, FrontEndVersion->"X 3.0", ScreenRectangle->{{0, 1152}, {0, 900}}, WindowSize->{520, 600}, WindowMargins->{{Automatic, 216}, {Automatic, 69}} ] (*********************************************************************** Cached data follows. If you edit this Notebook file directly, not using Mathematica, you must remove the line containing CacheID at the top of the file. The cache data will then be recreated when you save this file from within Mathematica. ***********************************************************************) (*CellTagsOutline CellTagsIndex->{} *) (*CellTagsIndex CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ Cell[1709, 49, 207, 4, 71, "Text"], Cell[1919, 55, 61, 1, 27, "Input"], Cell[1983, 58, 110, 2, 33, "Text"], Cell[2096, 62, 68, 1, 27, "Input"], Cell[2167, 65, 80, 1, 33, "Text"], Cell[CellGroupData[{ Cell[2272, 70, 47, 1, 27, "Input"], Cell[2322, 73, 42, 1, 27, "Output"] }, Open ]], Cell[2379, 77, 155, 3, 52, "Text"], Cell[2537, 82, 147, 3, 43, "Input"], Cell[2687, 87, 105, 4, 33, "Text"], Cell[CellGroupData[{ Cell[2817, 95, 66, 1, 27, "Input"], Cell[2886, 98, 12303, 441, 186, 5000, 346, "GraphicsData", "PostScript", "Graphics"], Cell[15192, 541, 130, 3, 27, "Output"] }, Open ]], Cell[15337, 547, 143, 3, 33, "Text"], Cell[CellGroupData[{ Cell[15505, 554, 36, 1, 27, "Input"], Cell[15544, 557, 6782, 106, 557, "Output"] }, Open ]] } ] *) (*********************************************************************** End of Mathematica Notebook file. ***********************************************************************)