(*********************************************************************** 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[ 36084, 1787]*) (*NotebookOutlinePosition[ 37167, 1824]*) (* CellTagsIndexPosition[ 37123, 1820]*) (*WindowFrame->Normal*) Notebook[{ Cell[CellGroupData[{Cell[TextData["Linear Algebra and Laboratories"], "Title", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[{ StyleBox["Mathematica", Evaluatable->False, AspectRatioFixed->True], StyleBox[" code as it appeared in ", Evaluatable->False, AspectRatioFixed->True, FontSlant->"Plain"], StyleBox["Mathematica in Education,\n", Evaluatable->False, AspectRatioFixed->True], StyleBox["Volume 2 Number 2, \nWinter 1992/1993", Evaluatable->False, AspectRatioFixed->True, FontSlant->"Plain"] }], "Subsubtitle", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "Clifford A. Reiter\nDepartment of Mathematics\nLafayette College\nEaston, PA \ 18042\[PlusMinus]1781\nreiterc@lafcol.lafayette.edu"], "Subsubtitle", Evaluatable->False, AspectRatioFixed->True, FontFamily->"Times", FontWeight->"Plain", FontSlant->"Plain", FontTracking->"Plain", FontVariations->{"Underline"->False, "Outline"->False, "Shadow"->False}], Cell[TextData["(Mathematica version 2.1)"], "Subsubtitle", Evaluatable->False, AspectRatioFixed->True], Cell[CellGroupData[{Cell[TextData["Graphics set up"], "Section", Evaluatable->False, AspectRatioFixed->True], Cell[TextData["$PrePrint = If[MatrixQ[#1], TableForm[#1], #1]&"], "Input", InitializationCell->True, AspectRatioFixed->True], Cell[TextData["SetOptions[Graphics3D,ColorOutput->GrayLevel];"], "Input", InitializationCell->True, AspectRatioFixed->True], Cell[TextData["<True, AspectRatioFixed->True]}, Open]], Cell[TextData[ "Reshape[x_, n_?NumberQ] := Block[{data = Flatten[List[x]]},\n\t\ Take[Flatten[Table[data,{Ceiling[n/Length[data]]}],1],n]]"], "Input", AspectRatioFixed->True], Cell[TextData[ "Reshape[x_, dim_?ListQ] := \n\tBlock[{i = Length[dim], data = \ Reshape[x,Times@@dim]}, \n \t\tWhile[i > 1,\n \t\t\t data = \ Partition[data,dim[[i]]];\n\t\t\t i = i - 1];\n \t\tdata\n \t\t]"], "Input", AspectRatioFixed->True], Cell[CellGroupData[{Cell[TextData["Reshape[{1,0,2,4,-3,6},{3,2}]"], "Input", AspectRatioFixed->True], Cell[OutputFormData["\<\ TableForm[{{1, 0}, {2, 4}, {-3, 6}}]\ \>", "\<\ 1 0 2 4 -3 6\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True]}, Open]], Cell[CellGroupData[{Cell[TextData["Figure 1"], "Section", Evaluatable->False, AspectRatioFixed->True], Cell[TextData[ "rotx[t_]:={{1,0,0},{0,Cos[t],Sin[t]},{0,-Sin[t],Cos[t]}}"], "Input", AspectRatioFixed->True], Cell["", "Input", AspectRatioFixed->True], Cell[TextData[ "sp3[x_] := Show[Graphics3D[Polygon /@ x],\n\t\t\t\ PlotRange->{{-6,6},{-6,6},{-4,4}},\n\t\t\tAxes->Automatic,\n\t\t\t\ Lighting->True,\n\t\t\tAxesLabel->{\"x\",\"y\",\"z\"}]"], "Input", AspectRatioFixed->True], Cell[CellGroupData[{Cell[TextData[ "L3 = {{{0, 0, 0}, {0, 3, 0}, {1, 3, 0}, {1, 0, 0}}, \n\n {{0, 0, 0}, {2, \ 0, 0}, {2, 1, 0}, {0, 1, 0}}, \n\n {{0, 0, 1}, {0, 3, 1}, {1, 3, 1}, {1, 0, \ 1}}, \n\n {{0, 0, 1}, {2, 0, 1}, {2, 1, 1}, {0, 1, 1}}, \n\n {{0, 0, 0}, \ {0, 3, 0}, {0, 3, 1}, {0, 0, 1}}, \n\n {{1, 0, 0}, {1, 3, 0}, {1, 3, 1}, \ {1, 0, 1}}, \n\n {{0, 0, 0}, {2, 0, 0}, {2, 0, 1}, {0, 0, 1}}, \n\n {{0, \ 1, 0}, {2, 1, 0}, {2, 1, 1}, {0, 1, 1}}, \n\n {{2, 0, 0}, {2, 1, 0}, {2, 1, \ 1}, {2, 0, 1}}, \n\n {{0, 3, 0}, {1, 3, 0}, {1, 3, 1}, {0, 3, 1}}, \n\n \ {{0, 0, 0}, {1, 0, 0}, {1, 0, 4}, {0, 0, 4}}, \n\n {{0, 1, 0}, {1, 1, 0}, \ {1, 1, 4}, {0, 1, 4}}, \n\n {{0, 0, 0}, {0, 1, 0}, {0, 1, 4}, {0, 0, 4}}, \n\ \n {{1, 0, 0}, {1, 1, 0}, {1, 1, 4}, {1, 0, 4}}, \n\n {{0, 0, 4}, {1, 0, \ 4}, {1, 1, 4}, {0, 1, 4}}}"], "Input", AspectRatioFixed->True], Cell[OutputFormData["\<\ {{{0, 0, 0}, {0, 3, 0}, {1, 3, 0}, {1, 0, 0}}, {{0, 0, 0}, {2, 0, 0}, {2, 1, 0}, {0, 1, 0}}, {{0, 0, 1}, {0, 3, 1}, {1, 3, 1}, {1, 0, 1}}, {{0, 0, 1}, {2, 0, 1}, {2, 1, 1}, {0, 1, 1}}, {{0, 0, 0}, {0, 3, 0}, {0, 3, 1}, {0, 0, 1}}, {{1, 0, 0}, {1, 3, 0}, {1, 3, 1}, {1, 0, 1}}, {{0, 0, 0}, {2, 0, 0}, {2, 0, 1}, {0, 0, 1}}, {{0, 1, 0}, {2, 1, 0}, {2, 1, 1}, {0, 1, 1}}, {{2, 0, 0}, {2, 1, 0}, {2, 1, 1}, {2, 0, 1}}, {{0, 3, 0}, {1, 3, 0}, {1, 3, 1}, {0, 3, 1}}, {{0, 0, 0}, {1, 0, 0}, {1, 0, 4}, {0, 0, 4}}, {{0, 1, 0}, {1, 1, 0}, {1, 1, 4}, {0, 1, 4}}, {{0, 0, 0}, {0, 1, 0}, {0, 1, 4}, {0, 0, 4}}, {{1, 0, 0}, {1, 1, 0}, {1, 1, 4}, {1, 0, 4}}, {{0, 0, 4}, {1, 0, 4}, {1, 1, 4}, {0, 1, 4}}}\ \>", "\<\ {{{0, 0, 0}, {0, 3, 0}, {1, 3, 0}, {1, 0, 0}}, {{0, 0, 0}, {2, 0, 0}, {2, 1, 0}, {0, 1, 0}}, {{0, 0, 1}, {0, 3, 1}, {1, 3, 1}, {1, 0, 1}}, {{0, 0, 1}, {2, 0, 1}, {2, 1, 1}, {0, 1, 1}}, {{0, 0, 0}, {0, 3, 0}, {0, 3, 1}, {0, 0, 1}}, {{1, 0, 0}, {1, 3, 0}, {1, 3, 1}, {1, 0, 1}}, {{0, 0, 0}, {2, 0, 0}, {2, 0, 1}, {0, 0, 1}}, {{0, 1, 0}, {2, 1, 0}, {2, 1, 1}, {0, 1, 1}}, {{2, 0, 0}, {2, 1, 0}, {2, 1, 1}, {2, 0, 1}}, {{0, 3, 0}, {1, 3, 0}, {1, 3, 1}, {0, 3, 1}}, {{0, 0, 0}, {1, 0, 0}, {1, 0, 4}, {0, 0, 4}}, {{0, 1, 0}, {1, 1, 0}, {1, 1, 4}, {0, 1, 4}}, {{0, 0, 0}, {0, 1, 0}, {0, 1, 4}, {0, 0, 4}}, {{1, 0, 0}, {1, 1, 0}, {1, 1, 4}, {1, 0, 4}}, {{0, 0, 4}, {1, 0, 4}, {1, 1, 4}, {0, 1, 4}}}\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True]}, Open]], Cell[CellGroupData[{Cell[TextData["sp3[L3.rotx[Pi/6]]"], "Input", AspectRatioFixed->True], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .94094 MathPictureStart %% Graphics3D /Times findfont 9 scalefont setfont % Scaling calculations 0.024963 0.998532 0.017247 0.998532 [ [(-5)] .11774 .237 .99507 1 Msboxa [(-2.5)] .23193 .19056 .91317 1 Msboxa [(0)] .35181 .14182 .83126 1 Msboxa [(2.5)] .47783 .09062 .74935 1 Msboxa [(5)] .61047 .03676 .66744 1 Msboxa [(x)] .31192 .09383 .83126 1 Msboxa [(-5)] .06142 .66837 .14499 -1 Msboxa [(-2.5)] .15129 .73669 .11439 -1 Msboxa [(0)] .23328 .79902 .08756 -1 Msboxa [(2.5)] .3084 .85612 .06386 -1 Msboxa [(5)] .37747 .90862 .04276 -1 Msboxa [(y)] .22784 .86119 .08756 -1 Msboxa [(-4)] .07095 .26835 1 -0.40482 Msboxa [(-2)] .05777 .3509 1 -0.38815 Msboxa [(0)] .04379 .43848 1 -0.37036 Msboxa [(2)] .02894 .53159 1 -0.35133 Msboxa [(4)] .01311 .63076 1 -0.33092 Msboxa [(z)] -0.01473 .46016 1 -0.37036 Msboxa [ 0 0 0 0 ] [ 1 .94094 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p p .002 w .08252 .26367 m .67218 .02496 L s P p .002 w .12654 .24585 m .13095 .25027 L s P [(-5)] .11774 .237 .99507 1 Mshowa p .002 w .24034 .19978 m .24455 .20439 L s P [(-2.5)] .23193 .19056 .91317 1 Mshowa p .002 w .35979 .15142 m .36378 .15622 L s P [(0)] .35181 .14182 .83126 1 Mshowa p .002 w .48532 .10061 m .48906 .1056 L s P [(2.5)] .47783 .09062 .74935 1 Mshowa p .002 w .6174 .04714 m .62086 .05233 L s P [(5)] .61047 .03676 .66744 1 Mshowa p .001 w .14887 .23681 m .15149 .23948 L s P p .001 w .17141 .22768 m .17401 .23038 L s P p .001 w .19417 .21847 m .19674 .22119 L s P p .001 w .21715 .20917 m .21969 .21191 L s P p .001 w .26377 .19029 m .26627 .19308 L s P p .001 w .28742 .18072 m .2899 .18353 L s P p .001 w .31131 .17105 m .31376 .17388 L s P p .001 w .33543 .16128 m .33785 .16414 L s P p .001 w .3844 .14146 m .38676 .14437 L s P p .001 w .40925 .1314 m .41158 .13433 L s P p .001 w .43435 .12124 m .43665 .12419 L s P p .001 w .4597 .11098 m .46198 .11395 L s P p .001 w .51119 .09013 m .51341 .09315 L s P p .001 w .53733 .07955 m .53951 .08259 L s P p .001 w .56374 .06886 m .56589 .07193 L s P p .001 w .59043 .05806 m .59254 .06115 L s P p .001 w .10443 .2548 m .10709 .25743 L s P p .001 w .64464 .03611 m .64669 .03925 L s P [(x)] .31192 .09383 .83126 1 Mshowa P p p .002 w .02496 .62684 m .404 .91598 L s P p .002 w .06321 .65602 m .06411 .64984 L s P [(-5)] .06142 .66837 .14499 -1 Mshowa p .002 w .1527 .72429 m .15341 .71808 L s P [(-2.5)] .15129 .73669 .11439 -1 Mshowa p .002 w .23437 .78658 m .23492 .78037 L s P [(0)] .23328 .79902 .08756 -1 Mshowa p .002 w .30919 .84366 m .30959 .83743 L s P [(2.5)] .3084 .85612 .06386 -1 Mshowa p .002 w .378 .89615 m .37827 .88991 L s P [(5)] .37747 .90862 .04276 -1 Mshowa p .001 w .08179 .67019 m .0823 .66648 L s P p .001 w .10002 .68409 m .10051 .68038 L s P p .001 w .11791 .69774 m .11838 .69403 L s P p .001 w .13547 .71114 m .13591 .70742 L s P p .001 w .16963 .7372 m .17003 .73347 L s P p .001 w .18625 .74988 m .18664 .74615 L s P p .001 w .20258 .76233 m .20294 .7586 L s P p .001 w .21861 .77456 m .21896 .77083 L s P p .001 w .24985 .79839 m .25016 .79466 L s P p .001 w .26507 .81 m .26536 .80627 L s P p .001 w .28003 .82141 m .2803 .81768 L s P p .001 w .29474 .83263 m .29499 .8289 L s P p .001 w .32341 .85451 m .32363 .85077 L s P p .001 w .3374 .86517 m .3376 .86144 L s P p .001 w .35115 .87567 m .35134 .87193 L s P p .001 w .36468 .88599 m .36486 .88225 L s P p .001 w .04427 .64157 m .04483 .63787 L s P p .001 w .3911 .90614 m .39125 .9024 L s P [(y)] .22784 .86119 .08756 -1 Mshowa P p p .002 w .08252 .26367 m .02496 .62684 L s P p .002 w .08252 .26367 m .0883 .26133 L s P [(-4)] .07095 .26835 1 -0.40482 Mshowa p .002 w .06941 .34638 m .07523 .34412 L s P [(-2)] .05777 .3509 1 -0.38815 Mshowa p .002 w .0555 .43415 m .06135 .43198 L s P [(0)] .04379 .43848 1 -0.37036 Mshowa p .002 w .04071 .52746 m .0466 .52539 L s P [(2)] .02894 .53159 1 -0.35133 Mshowa p .002 w .02496 .62684 m .03089 .62488 L s P [(4)] .01311 .63076 1 -0.33092 Mshowa p .001 w .07995 .27983 m .08343 .27843 L s P p .001 w .07736 .29617 m .08084 .29479 L s P p .001 w .07474 .31271 m .07823 .31134 L s P p .001 w .07209 .32945 m .07558 .32808 L s P p .001 w .06669 .36351 m .07019 .36217 L s P p .001 w .06395 .38085 m .06744 .37952 L s P p .001 w .06116 .3984 m .06467 .39708 L s P p .001 w .05835 .41617 m .06186 .41486 L s P p .001 w .05261 .45235 m .05613 .45106 L s P p .001 w .04969 .47078 m .05321 .4695 L s P p .001 w .04674 .48944 m .05026 .48817 L s P p .001 w .04374 .50833 m .04727 .50707 L s P p .001 w .03764 .54683 m .04118 .5456 L s P p .001 w .03453 .56645 m .03808 .56523 L s P p .001 w .03138 .58632 m .03493 .58512 L s P p .001 w .02819 .60645 m .03175 .60526 L s P [(z)] -0.01473 .46016 1 -0.37036 Mshowa P 0 0 m 1 0 L 1 .94094 L 0 .94094 L closepath clip newpath p .002 w .08252 .26367 m .02496 .62684 L s .02496 .62684 m .404 .91598 L s .404 .91598 m .41547 .58761 L s .41547 .58761 m .08252 .26367 L s .67218 .02496 m .92758 .42738 L s .92758 .42738 m .97504 .77456 L s .97504 .77456 m .69426 .40536 L s .69426 .40536 m .67218 .02496 L s .08252 .26367 m .02496 .62684 L s .02496 .62684 m .69426 .40536 L s .69426 .40536 m .67218 .02496 L s .67218 .02496 m .08252 .26367 L s .41547 .58761 m .92758 .42738 L s .92758 .42738 m .97504 .77456 L s .97504 .77456 m .404 .91598 L s .404 .91598 m .41547 .58761 L s P p .002 w .62804 .66668 m .57893 .68068 L .59055 .65374 L p .155 g F P s P p .002 w .59055 .65374 m .63874 .63979 L .62804 .66668 L p .155 g F P s P p .002 w .52423 .51651 m .59055 .65374 L .57893 .68068 L p .744 g F P s P p .002 w .52423 .51651 m .59055 .65374 L .63874 .63979 L p .64 g F P s P p .002 w .63874 .63979 m .57293 .50092 L .52423 .51651 L p .64 g F P s P p .002 w .57893 .68068 m .51088 .54111 L .52423 .51651 L p .744 g F P s P p .002 w .54668 .56297 m .59521 .54794 L .58339 .57326 L p .122 g F P s P p .002 w .57893 .68068 m .62804 .66668 L p .55031 .58336 L .64 g F P s P p .002 w .53392 .58837 m .57893 .68068 L p .55031 .58336 L .64 g F P s P p .54668 .56297 m .58339 .57326 L .5462 .58462 L .122 g F P p .002 w .52423 .51651 m .54668 .56297 L .49211 .67163 L p .744 g F P s P p .002 w .53392 .58837 m .54668 .56297 L p .5462 .58462 L .122 g F P s P p .002 w .53392 .58837 m .54668 .56297 L p .58936 .56046 L .122 g F P s P p .002 w .63874 .63979 m .62804 .66668 L p .59133 .55626 L .742 g F P s P p .002 w .59521 .54794 m .63874 .63979 L p .59133 .55626 L .742 g F P s P p .002 w .58339 .57326 m .53392 .58837 L p .58936 .56046 L .122 g F P s P p .002 w .54668 .56297 m .59521 .54794 L p .58936 .56046 L .122 g F P s P p .002 w .64467 .53262 m .54668 .56297 L .52423 .51651 L p .64 g F P s P p .002 w .52423 .51651 m .62257 .48503 L .64467 .53262 L p .64 g F P s P p .002 w .56052 .52541 m .57293 .50092 L p .59133 .55626 L .742 g F P s P p .002 w .62804 .66668 m .58339 .57326 L p .59133 .55626 L .742 g F P s P p .002 w .58339 .57326 m .56052 .52541 L p .59133 .55626 L .742 g F P s P p .002 w .64467 .53262 m .63382 .55785 L p .58936 .56046 L .122 g F P s P p .002 w .59521 .54794 m .64467 .53262 L p .58936 .56046 L .122 g F P s P p .002 w .63382 .55785 m .58339 .57326 L p .58936 .56046 L .122 g F P s P p .002 w .57293 .50092 m .59521 .54794 L p .59133 .55626 L .742 g F P s P p .002 w .49211 .67163 m .46709 .62177 L .52423 .51651 L p .744 g F P s P p .002 w .56052 .52541 m .51088 .54111 L p .55031 .58336 L .64 g F P s P p .002 w .62804 .66668 m .58339 .57326 L p .55031 .58336 L .64 g F P s P p .002 w .58339 .57326 m .56052 .52541 L p .55031 .58336 L .64 g F P s P p .002 w .54461 .65632 m .49211 .67163 L .53392 .58837 L p .122 g F P s P p .5462 .58462 m .54461 .65632 L .53392 .58837 L .122 g F P p .002 w .58339 .57326 m .54461 .65632 L p .5462 .58462 L .122 g F P s P p .002 w .51088 .54111 m .53392 .58837 L p .55031 .58336 L .64 g F P s P p .002 w .53392 .58837 m .51088 .54111 L p .572 .54943 L .64 g F P s P p .002 w .57293 .50092 m .59521 .54794 L .58339 .57326 L p .742 g F P s P p .57293 .50092 m .58339 .57326 L .56627 .53745 L .742 g F P p .002 w .63382 .55785 m .58339 .57326 L p .572 .54943 L .64 g F P s P p .002 w .58339 .57326 m .53392 .58837 L p .572 .54943 L .64 g F P s P p .002 w .61114 .50941 m .63382 .55785 L p .572 .54943 L .64 g F P s P p .002 w .51088 .54111 m .56052 .52541 L p .572 .54943 L .64 g F P s P p .002 w .56052 .52541 m .57293 .50092 L p .56627 .53745 L .742 g F P s P p .002 w .56052 .52541 m .61114 .50941 L p .572 .54943 L .64 g F P s P p .002 w .54461 .65632 m .51979 .60581 L .56052 .52541 L p .742 g F P s P p .56627 .53745 m .54461 .65632 L .56052 .52541 L .742 g F P p .002 w .58339 .57326 m .54461 .65632 L p .56627 .53745 L .742 g F P s P p .002 w .51979 .60581 m .46709 .62177 L .52423 .51651 L p .111 g F P s P p .002 w .52423 .51651 m .57293 .50092 L .51979 .60581 L p .111 g F P s P p .002 w .61114 .50941 m .51088 .54111 L .52423 .51651 L p .111 g F P s P p .002 w .52423 .51651 m .62257 .48503 L .61114 .50941 L p .111 g F P s P p .002 w .62257 .48503 m .64467 .53262 L .63382 .55785 L p .739 g F P s P p .002 w .63382 .55785 m .61114 .50941 L .62257 .48503 L p .739 g F P s P p .002 w .54461 .65632 m .49211 .67163 L .46709 .62177 L p .64 g F P s P p .002 w .46709 .62177 m .51979 .60581 L .54461 .65632 L p .64 g F P s P p .002 w .67218 .02496 m .92758 .42738 L s .92758 .42738 m .97504 .77456 L s .97504 .77456 m .69426 .40536 L s .69426 .40536 m .67218 .02496 L s .08252 .26367 m .02496 .62684 L s .02496 .62684 m .69426 .40536 L s .69426 .40536 m .67218 .02496 L s .67218 .02496 m .08252 .26367 L s P p p .002 w .08252 .26367 m .67218 .02496 L s P p .002 w .12654 .24585 m .13095 .25027 L s P [(-5)] .11774 .237 .99507 1 Mshowa p .002 w .24034 .19978 m .24455 .20439 L s P [(-2.5)] .23193 .19056 .91317 1 Mshowa p .002 w .35979 .15142 m .36378 .15622 L s P [(0)] .35181 .14182 .83126 1 Mshowa p .002 w .48532 .10061 m .48906 .1056 L s P [(2.5)] .47783 .09062 .74935 1 Mshowa p .002 w .6174 .04714 m .62086 .05233 L s P [(5)] .61047 .03676 .66744 1 Mshowa p .001 w .14887 .23681 m .15149 .23948 L s P p .001 w .17141 .22768 m .17401 .23038 L s P p .001 w .19417 .21847 m .19674 .22119 L s P p .001 w .21715 .20917 m .21969 .21191 L s P p .001 w .26377 .19029 m .26627 .19308 L s P p .001 w .28742 .18072 m .2899 .18353 L s P p .001 w .31131 .17105 m .31376 .17388 L s P p .001 w .33543 .16128 m .33785 .16414 L s P p .001 w .3844 .14146 m .38676 .14437 L s P p .001 w .40925 .1314 m .41158 .13433 L s P p .001 w .43435 .12124 m .43665 .12419 L s P p .001 w .4597 .11098 m .46198 .11395 L s P p .001 w .51119 .09013 m .51341 .09315 L s P p .001 w .53733 .07955 m .53951 .08259 L s P p .001 w .56374 .06886 m .56589 .07193 L s P p .001 w .59043 .05806 m .59254 .06115 L s P p .001 w .10443 .2548 m .10709 .25743 L s P p .001 w .64464 .03611 m .64669 .03925 L s P [(x)] .31192 .09383 .83126 1 Mshowa P p p .002 w .02496 .62684 m .404 .91598 L s P p .002 w .06321 .65602 m .06411 .64984 L s P [(-5)] .06142 .66837 .14499 -1 Mshowa p .002 w .1527 .72429 m .15341 .71808 L s P [(-2.5)] .15129 .73669 .11439 -1 Mshowa p .002 w .23437 .78658 m .23492 .78037 L s P [(0)] .23328 .79902 .08756 -1 Mshowa p .002 w .30919 .84366 m .30959 .83743 L s P [(2.5)] .3084 .85612 .06386 -1 Mshowa p .002 w .378 .89615 m .37827 .88991 L s P [(5)] .37747 .90862 .04276 -1 Mshowa p .001 w .08179 .67019 m .0823 .66648 L s P p .001 w .10002 .68409 m .10051 .68038 L s P p .001 w .11791 .69774 m .11838 .69403 L s P p .001 w .13547 .71114 m .13591 .70742 L s P p .001 w .16963 .7372 m .17003 .73347 L s P p .001 w .18625 .74988 m .18664 .74615 L s P p .001 w .20258 .76233 m .20294 .7586 L s P p .001 w .21861 .77456 m .21896 .77083 L s P p .001 w .24985 .79839 m .25016 .79466 L s P p .001 w .26507 .81 m .26536 .80627 L s P p .001 w .28003 .82141 m .2803 .81768 L s P p .001 w .29474 .83263 m .29499 .8289 L s P p .001 w .32341 .85451 m .32363 .85077 L s P p .001 w .3374 .86517 m .3376 .86144 L s P p .001 w .35115 .87567 m .35134 .87193 L s P p .001 w .36468 .88599 m .36486 .88225 L s P p .001 w .04427 .64157 m .04483 .63787 L s P p .001 w .3911 .90614 m .39125 .9024 L s P [(y)] .22784 .86119 .08756 -1 Mshowa P p p .002 w .08252 .26367 m .02496 .62684 L s P p .002 w .08252 .26367 m .0883 .26133 L s P [(-4)] .07095 .26835 1 -0.40482 Mshowa p .002 w .06941 .34638 m .07523 .34412 L s P [(-2)] .05777 .3509 1 -0.38815 Mshowa p .002 w .0555 .43415 m .06135 .43198 L s P [(0)] .04379 .43848 1 -0.37036 Mshowa p .002 w .04071 .52746 m .0466 .52539 L s P [(2)] .02894 .53159 1 -0.35133 Mshowa p .002 w .02496 .62684 m .03089 .62488 L s P [(4)] .01311 .63076 1 -0.33092 Mshowa p .001 w .07995 .27983 m .08343 .27843 L s P p .001 w .07736 .29617 m .08084 .29479 L s P p .001 w .07474 .31271 m .07823 .31134 L s P p .001 w .07209 .32945 m .07558 .32808 L s P p .001 w .06669 .36351 m .07019 .36217 L s P p .001 w .06395 .38085 m .06744 .37952 L s P p .001 w .06116 .3984 m .06467 .39708 L s P p .001 w .05835 .41617 m .06186 .41486 L s P p .001 w .05261 .45235 m .05613 .45106 L s P p .001 w .04969 .47078 m .05321 .4695 L s P p .001 w .04674 .48944 m .05026 .48817 L s P p .001 w .04374 .50833 m .04727 .50707 L s P p .001 w .03764 .54683 m .04118 .5456 L s P p .001 w .03453 .56645 m .03808 .56523 L s P p .001 w .03138 .58632 m .03493 .58512 L s P p .001 w .02819 .60645 m .03175 .60526 L s P [(z)] -0.01473 .46016 1 -0.37036 Mshowa P p P % End of Graphics MathPictureEnd\ \>"], "Graphics", Evaluatable->False, AspectRatioFixed->True, ImageSize->{252, 237}, ImageMargins->{{34, Inherited}, {Inherited, Inherited}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHggYjN[Vi^OShn03ooeGooj[oooclo5H/1EGooj[ooc/k>gYjN[Vi^OShn03o oclo?ginO[fm_Oclo5D00:X00?l00000EED0EJX00=d81Slo?ginO[fm_Oclo0<30d92@X61PL30`000 EED0EJX0EOl0E@00ZUD0ZZX0E@<30d92@X61PL30`000E@L71dI6AXF5QLC4a000ZUD0ZZX0Z_88Q000 e5D0ojX0ZPL71dI6AXF5QLC4a000ZP/;2dY:BXV9RLS8b000oeD0ojX0ool0o`1E05EE0:X0o`/;2dY: BXV9RLS8b000o`l?3di>CXf=SLcCXf=SLc0000X002o`8000?o000010000ol0o`1>0000 WP02o`/000Co003oC@0009/00ol=0004o`00odd0002I00;o0`000ol0000:0005o`000?l0C00009H0 0olB0003o`00008000?o0000B@0009@00_l00`3o000B0003o`00008000?o0000B@0007401_l00`3o o`02oaD00olH0003o`00008000?o0000B00004l00_l00`3oo`0N0003o`0000L000?o00004002oa/0 00?o00000`000ol000170000D0000ol0o`0P0003o`0000H000?o00003@03o`8000?o000060000ol0 00030003o`0004L0001@00?o8@001?l00004o`h00_lP0003o`0000@000?o0000AP0004l00_l00`3o o`0M0005o`000?l00`000ol0000<00?o8@000ol000050003o`0004D0001b00?o1004o`P00ol20003 o`0001l000?o00001@000ol000150000P`02obL000?o00001P000ol000140000P003o`030?l002H0 00?o00001P000ol000140000OP02ob`000?o00001`000ol000130000N`03obh000?o000020000ol0 00120000N@02o`<000?o0000:`000ol000080003o`000480001g00;o<`000ol000090003o`000440 001d00?o00<0o`0000003H000?o00001`000ol0000?00;oF@000ol0000A0003o`0003P0000b00;o0`000ol0 00060003o`0000`00ol00`3o001H0003o`00018000?o0000=`0003P000Co00001?l=00;oGP000ol0 000C0003o`0003H0000e0005o`000?l00`000ol0000;00;o00<0o`00G@000ol0000C0003o`0003H0 000f00?o1004o`L00omR0003o`0001@000?o0000=@0004H00omT0003o`0001D000?o0000=00004<0 0omW0003o`0001D000?o0000=00004400_mZ0003o`0001H000?o0000<`0003h00ol20003o`0006L0 00?o00005`000ol0000b0000?002ofl000?o00005`000ol0000b00007`04oaL00_l00`3o001^0003 o`0001P000?o0000<@0002<000?o00004@03og@000?o00005`000ol0000a00007002o`D000?o0000 3`03ogH000?o000060000ol0000`00007`04o`l00omi0003o`0001T000?o0000;`00020000?o0000 3@02og`000?o00006@000ol0000_00008004o`T00ol00`3o001k0003o`0001X000?o0000;P0002/0 0_n10003o`0001/000?o0000;@0002P00ol00`3o00200003o`0001/000?o0000;@0002H00_n60003 o`0001`000?o0000;00002@00_l00`3o00250003o`0001`000?o0000;00002001?n:0003o`0001d0 00?o0000:`0001l00on<0003o`0001h000?o0000:P0001`00on?0003o`0001h000?o0000:P0001/0 0_nA0003o`0001l000?o0000:@0001L000Oo0000o`3o090000?o000080000ol0000X00005`001Ol0 003o008000?o0000S@000ol0000P0003o`0002P0000A00;o00<0ool00ol20005o`000?l0SP000ol0 000Q0003o`0002L0000E0003o`3o008000?o00000`000ol0002;0003o`00028000?o00009P0001H0 0_l20003o`0000@000?o0000RP000ol0000R0003o`0002H0000G0004o`00o`L000?o0000R@000ol0 000S0003o`0002D0000J00;o1`000ol000290003o`00028000?o00009@0001X000?o00001`000ol0 00280003o`0002<000?o0000900001X000?o000020000ol000270003o`0002@000?o00008`0001T0 00?o00002P000ol000260003o`0002@000?o00008`0001T00_l<0003o`0008D000?o00009@000ol0 000R00006@000ol0000<0003o`0008@000?o00009P000ol0000Q00006@000ol0000=0003o`0008<0 00?o00009P000ol0000Q00006@000ol0000>0003o`00088000?o00009`000ol0000P00006@000ol0 000?0003o`00084000?o0000:0000ol0000O00006@000ol0000@0003o`00080000?o0000:0000ol0 000O000060000ol0000B0003o`0007l000?o0000:@000ol0000N000060000ol0000C0003o`0007h0 00?o0000:@000ol0000N00006002oaD000?o0000O@000ol0000Z0003o`0001d0000H0003o`0001D0 00?o0000O0000ol0000[0003o`0001`0000A00Go0P000ol0000F0003o`0007/000?o0000:`000ol0 000L00004P000ol000030003o`0001L000?o0000NP000ol0000/0003o`0001/0000>00;o0`001Ol0 003o01/000?o0000N@000ol0000]0003o`0001X0000D0003o`0000;o6`000ol0001h0003o`0002d0 00?o00006P00014000Oo0000o`3o01d000?o0000M`000ol0000^0003o`0001T0000B00?o0P000ol0 000L00;oN0000ol0000]0003o`0001T0000G0003o`0001h000?o0000M@000ol0000^0003o`0001P0 000G0003o`0001l000?o0000M0000ol0000_0003o`0001L0000F0003o`00024000?o0000L`000ol0 000_0003o`0001L0000F0003o`00028000?o0000LP000ol0000`0003o`0001H0000F0003o`0002<0 00?o0000L@000ol0000a0003o`0001D0000F00;o9@000ol0001`0003o`00034000?o00005@0001H0 00?o00009@000ol0001_0003o`00038000?o0000500001H000?o00009P000ol0001/00?o=@000ol0 000C00005P000ol0000W0003o`0006P00ol20003o`0003<000?o00004`0001D00_lZ0003o`0006@0 0ol60003o`0003<000?o00004P0001D000?o0000:P000ol0001P00?o2P000ol0000b0003o`000180 000E0003o`0002/000?o0000G003o`h000?o000000?o0`000ol0000e0003o`0003P00ol_0003o`0001800olI0003o`0000l00004o`l000?o0000 =`000ol0000d00?o<`000ol0000>00?o70000ol0000?000000<0o`0040000ol0000h0003o`000300 0olg0003o`0000T01?lO0003o`0000l000020003o`0000h00_lj0003o`0002`00olk0003o`0000D0 0olS0003o`0000l00004o`l000?o0000>P000ol0000X00?o?P000ol0000200?o9P000ol0000?0000 4`000ol0000k00;o9@03od801?lZ0003o`0000h0000C0003o`0003d000?o00007`03od<01?l/0003 o`0000h0000B00;o@0000ol0000K00?o:003oaL01?l40003o`0002T000?o00003P00018000?o0000 @0000ol0000G00?o:003o`03Xi?o01@00ol80003o`0002T000?o00003P00018000?o0000@@000ol0 000C00?o9`04o`BC00?o9_l04003o``000?o0000:0000ol0000>00004P000ol000120003o`0000l0 0olV00Co00RCXi>STj>Co`8V00?o00002`03oa0000?o00009`000ol0000>00004P000ol000130003 o`0000/00olV00Co2Y<01OlV9RKo00P01?lD0003o`0002H000?o00003P0001800_m50003o`0000L0 0olV00Co00fCXi>STj>CXi>STj?o00@V00?o00000`03oaT000?o00009P000ol0000=00004P000ol0 00150003o`0000<00olV00?o2i<3o`03aJ[o00DV00?o0?l00_lL0003o`0002H000?o00003@000140 00?o0000A`000ol0o`02obL00_l02j>CXi>STj>CXi>S00?o00O5Z/FZaJ[o00@V0_lP0003o`0002D0 00?o00003@00014000?o0000AP03obX000?oTi<01i<3o`0:aJ[5Z/FZaJ[5o`@V00?o000080000ol0 000T0003o`0000d0000A00;oA003o`<000?o00009P002?nSTj>CXi>S0ol03LFZaJ[5Z/FZaJ[5Z_l0 1BH00ol0000P0003o`0002<000?o00003@00014000?o0000@003o`L000?o000090000onCT`03T`?o 0Y<03onZaJ[5Z/FZaJ[5Z/FZo`049P03o`00020000?o00008`000ol0000=00002P05o`8000?o0000 ?@03o`/000?o00008`000onCX`03o`0DXi>STonZaJ[5Z/FZaJ[5Z/FZaOl59P03o`00020000?o0000 8P000ol0000=00002`000ol000030003o`0003X00ol?0003o`0002401?l7T`0AobJZaJ[5Z/FZaJ[5 Z/FZaOl012H00ol0000Q0003o`00024000?o00003@0000`000Go0000o`0j00?o4`000ol0000O00;o 01^STj>CXi>STj?o9R_5Z/FZaJ[5Z/FZaJ[5Z_l00bH00ol0000S0003o`00024000?o0000300000d0 00?o00000_lf00?o5`000ol0000N0003oi>C00RC01?o9RHVaJ[5Z/FZaJ[5Z/FZaJ[o008V00?o0000 8`000ol0000Q0003o`0000`0000:0007o`000?l0o`0d00?o6`000ol0000M000Poi>STj>CXi>STol[ 9R/VZ/FZaJ[5Z/FZaJ[5Z/Go9_lW0003o`00020000?o0000300000/00ol20003o`0002l00olO0003 o`0001/000?oTi<029<00olV9P039P0@Z/FZaJ[5Z/FZaJ[5Z_lVobP000?o00007`000ol0000<0000 40000ol0000/00?o8`000ol0000I00;o01nSTj>CXi>STj?o9R/V:bH[aJ[5Z/FZaJ[5Z/FZaJ[o02X0 00?o00007P000ol0000<000040000ol0000Y00?o9`000ol0000E00Co2Y<00olV9P049P0:Z/FZaJ[5 Z/FZa@?o;0000ol0000N0003o`0000`0000?00;o:003ob/000?o00004004o`<001WoTj>CXi>STj>C ob/V:bH[9R/VZ/FZaJ[500?o<0000ol0000M0003o`0000`0000?0003o`0002@00ol_0003o`0000`0 0ol60003oi>C00RC00?o9RH01RH00lFZa@05oc8000?o000070000ol0000<00003`000ol0000Q00?o <`000ol0000800?o2@005OnSTj>CXi>STj?o9R/V:bH[9R/V:`02o`059R/V:ol0<`000ol0000L0003 o`0000/0000?0003o`0001h00olg0003o`0000@00ol;0003oi>C00RC00?o9RH022H00olV9P039P;o STj>CXi?o:bH[ 9R/V:bH[9_o5obH[9R/Voc<000?o00006`000ol0000;00003`02oaT00olo00;o40000onCT`08T`03 obHV00PV00?oZ_l01BH2oc<000?o00006P000ol0000;00003`000ol0000E00?o@P000ol0000?000P oj>CXi>STj>CXolV:bH[9R/V:bH[oj[5Z_l[9R/V:old0003o`0001T000?o00002`0000h000?o0000 4`03odD000?o00003P000onCT`08T`03obHV00PV00GoaJ[5o`059P;o<`000ol0000I0003o`0000/0 000>0003o`0001000om80003o`0000d002?oXi>STj>CXi>STol[9R/V:bH[9R/V:onZaJ[5obH[9R/V o`0d0003o`0001P000?o00002`0000h000?o00003@03od/000?o00003@000onCT`08T`03obHV00PV 00OoZ/FZaJ[o00DV0_ld0003o`0001P000?o00002P0000h00_l;00?oCP000ol0000<0009oi>STj>C Xi>S00?o01TV:bH[9R/V:bH[9_o5Z/FZaJ[o:bH[9R_o03D000?o00005`000ol0000:00003P000ol0 000700?oD@000ol0000<0003oi>C00>C0ol00lFZo`0:9P09olFZaJ[5Z/Go00DV00?o0000<`000ol0 000G0003o`0000X0000>0003o`0000@00omD0003o`0000/000CoXi>S0ol08000Boj[5Z/FZaJ[5Z/FZaJ[5obKo0P003onZaJ[5Z/FZaJ[5Z/FZ o`039P03o`0003P000?o000040000ol0000900005P02oe<000?o00003`003OnZaJ[5Z/FZaJ[5Z/D0 0ol4000Aoj[5Z/FZaJ[5Z/FZaOlV:ol0?0000ol0000?0003o`0000T0000H0003o`00050000?o0000 3`002_o5Z/FZaJ[5Z/D3o`L0017oaJ[5Z/FZaJ[5Z/FZaOlVo`0l0003o`0000l000?o00002@0001T0 00?o0000C`000ol0000@0006olFZaJ[50ol;000@olFZaJ[5Z/FZaJ[5Z_l[ocd000?o00003P000ol0 000900006P02odl000?o000040000onZa@03o`h000coZ/FZaJ[5Z/FZaJX3ocl000?o00003P000ol0 000800006`02odh000?o00004@02oa8000OoZ/FZaJ[500Co@`000ol0000=0003o`0000P0000M0003 o`0004/000?o00009@000oo5ZP04odL000?o00003@000ol0000800005@04o`D00_m;0003o`0002H0 0_m<0003o`0000`000?o0000200001T000?o00000`02odX000?o0000M@000ol0000;0003o`0000P0 000B00;o1@000ol000050003o`0004L000?o0000MP000ol0000:0003o`0000P0000E00Co2@03odH0 00?o0000M`000ol000090003o`0000P0000F0003o`0000/000?o0000A0000ol0001g0003o`0000T0 00?o0000200001H01?l;0003o`0004<000?o0000N0000ol000090003o`0000L0000V00;o@`000ol0 001i0003o`0000P000?o00001`0002P000?o0000@0000ol0001j0003o`0000L000?o00001`0002P0 0_m10003o`0007X000?o00001`000ol000070000:P03och000?o0000N`000ol000060003o`0000L0 000/0003o`0003`000?o0000O0000ol000050003o`0000L0000/00;o?@000ol0001m0003o`0000@0 00?o00001`0002h00_lk0003o`0007d000?o00001@000ol000060000<0000ol0000h0003o`0007h0 00?o000010000ol000060000<002ocT000?o0000O`000ol000030003o`0000H0000b0003o`0003H0 00?o0000P0000ol000020003o`0000H0000c00;o=P000ol000200003o`00008000?o00001P0002L0 1Ol200Co0P02ocD000?o0000P@001Ol0003o00P0000X0003o`0000L000Go0000o`0c0003o`0008<0 00Co003o200002@00_l30003o`0000H000?o00000P02oc4000?o0000Q0000ol0o`080000:P001?l0 0004o`H00_l`0003o`0008@000Co003o1`0002L000Go0000o`030003o`0000P000?o0000;@000ol0 00250003o`3o00L0000X00?o1004o`P00_l]0003o`0008H00_l70000?002ob`000?o0000Q@03o`L0 000n0003o`3o02T000?o0000P@04o`X0000o00;o:@000ol0001m00Co3P0004000_lX0003o`0007T0 1?lB0000@P000ol0000U0003o`0007D01?lF0000@`02obD000?o0000L@04oaX0001400;o90000ol0 001/00Go7P0004H000?o00008@000ol0001X00Co8`0004L00_lQ0003o`0006@01?lW0000?P03o`L0 0_lP0003o`0006001?l[0000?@001Ol0003o00P00_lN0003o`0005`01?l_0000?@001Ol0003o00T0 00?o000070000ol0001H00Co<`0003d000Go0000o`0:00;o70000ol0001D00Co=`0003d000Go0000 o`0<00;o6P000ol0001@00Co>`0003h00ol>0003o`0001P000?o0000C004ocl0001@00?o5`000ol0 001800Co@`00058000?o00005@000ol0001400CoA`0005800_lF0003o`0003l01Om;0000E002oa@0 00?o0000>`04oe00001F0003o`00014000?o0000=`04oe@0001G0003o`00010000?o0000<`04oeP0 001H00;o40000ol0000_00CoG00003`00_lK00;o3P000ol0000/00CoH00003h000?o00002`06o`03 0?oo00;o10000ol0000;0003o`0002P01?mT0000?P000ol0000<0003o`0000L000?o00000P02o`/0 00?o00009004ofP0000m0003o`3o00h000?o00001P000ol0000300;o2P000ol0000P00CoK00003d0 00?o0?l03`001?l00004o`P00_l80003o`0001`01?m`0000?002o`030?oo00/000Go0000o`030003 o`0000T000?o00001P000ol0000H00CoM00004d00ol400Co2@03o`D000?o00004`05ogP0001S0003 o`0000<000?o00003`04ogd0001S00;o10000ol0000;00CoP@0006D00_l20003o`0000L01?n50000 IP02o`030?l000@01?n90000J002o`030?oo00;oS@0006T00_nA0000o00006401?nG0000I@000ol0 002D0000I@000ol0002D0000H@04oiL0001R0003o`0009L0001R00CoUP000?`0003l0000o0000001 \ \>"], ImageRangeCache->{{{0, 251}, {236, 0}} -> {-0.0559524, -0.029252, 0.00411326, 0.00411326}}], Cell[OutputFormData[ "\<\ The Unformatted text for this cell was not generated. Use options in the Actions Preferences dialog box to control when Unformatted text is generated.\ \>", "\<\ -Graphics3D-\ \>"], "Output", Evaluatable->False, AspectRatioFixed->True]}, Open]]}, Open]]}, Open]] }, FrontEndVersion->"Macintosh 3.0", ScreenRectangle->{{0, 640}, {0, 460}}, AutoGeneratedPackage->None, WindowToolbars->{}, CellGrouping->Manual, WindowSize->{520, 365}, WindowMargins->{{12, Automatic}, {Automatic, 31}}, PrivateNotebookOptions->{"ColorPalette"->{RGBColor, -1}}, ShowCellLabel->True, ShowCellTags->False, RenderingOptions->{"ObjectDithering"->True, "RasterDithering"->False}, MacintoshSystemPageSetup->"\<\ AVU/IFiQKFD000000W7D@09ag@0000000O=J`09FV" ] (*********************************************************************** 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[CellGroupData[{ Cell[1731, 51, 106, 2, 70, "Title", Evaluatable->False], Cell[1840, 55, 500, 17, 70, "Subsubtitle", Evaluatable->False], Cell[2343, 74, 384, 11, 70, "Subsubtitle", Evaluatable->False], Cell[2730, 87, 106, 2, 70, "Subsubtitle", Evaluatable->False], Cell[CellGroupData[{ Cell[2859, 91, 92, 2, 70, "Section", Evaluatable->False], Cell[2954, 95, 128, 2, 70, "Input", InitializationCell->True], Cell[3085, 99, 127, 2, 70, "Input", InitializationCell->True], Cell[3215, 103, 106, 2, 70, "Input", InitializationCell->True] }, Closed]], Cell[3333, 107, 176, 3, 70, "Input"], Cell[3512, 112, 246, 4, 70, "Input"], Cell[CellGroupData[{ Cell[3781, 118, 82, 1, 70, "Input"], Cell[3866, 121, 161, 11, 70, "Output", Evaluatable->False] }, Open ]], Cell[CellGroupData[{ Cell[4059, 134, 85, 2, 70, "Section", Evaluatable->False], Cell[4147, 138, 110, 2, 70, "Input"], Cell[4260, 142, 43, 1, 70, "Input"], Cell[4306, 145, 227, 4, 70, "Input"], Cell[CellGroupData[{ Cell[4556, 151, 867, 12, 70, "Input"], Cell[5426, 165, 1595, 49, 70, "Output", Evaluatable->False] }, Closed]], Cell[CellGroupData[{ Cell[7053, 216, 71, 1, 70, "Input"], Cell[7127, 219, 28657, 1555, 70, 14851, 1379, "GraphicsData", "PostScript", "Graphics", Evaluatable->False], Cell[35787, 1776, 267, 10, 70, "Output", Evaluatable->False] }, Open ]] }, Closed]] }, Open ]] } ] *) (*********************************************************************** End of Mathematica Notebook file. ***********************************************************************)