(************** Content-type: application/mathematica ************** Mathematica-Compatible Notebook This notebook can be used with any Mathematica-compatible application, such as Mathematica, MathReader or Publicon. The data for the notebook starts with the line containing 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[ 325550, 9007]*) (*NotebookOutlinePosition[ 326193, 9029]*) (* CellTagsIndexPosition[ 326149, 9025]*) (*WindowFrame->Normal*) Notebook[{ Cell[CellGroupData[{ Cell["Deformazione affine ", "Title", CellFrame->False, Evaluatable->False, CellHorizontalScrolling->False, TextAlignment->Center, Background->None], Cell[TextData[StyleBox["v. 1.04 2/10/2002 \[Copyright] Amabile Tatone, \ Universit\[AGrave] dell'Aquila", FontFamily->"Arial", FontWeight->"Bold"]], "Text", CellFrame->True, Background->GrayLevel[0.849989]], Cell[CellGroupData[{ Cell["Inizializzazione", "Section"], Cell[BoxData[{ \(\(Off[General::"\"];\)\), "\n", \(\(Off[General::"\"];\)\)}], "Input"] }, Closed]], Cell[CellGroupData[{ Cell["Deformazione", "Section"], Cell[BoxData[{ \(\(oshift = {0, 0};\)\), "\[IndentingNewLine]", \(\(scoo = 1;\)\)}], "Input"], Cell[CellGroupData[{ Cell[BoxData[ \(scoo = If[scoo < 0, \(-scoo\), scoo]\)], "Input"], Cell[BoxData[ \(1\)], "Output"] }, Open ]], Cell[BoxData[ \(\(extrashift = {0, 0}*scoo;\)\)], "Input"], Cell[BoxData[ \(newcoo[mycoo_] := scoo*mycoo + oshift\)], "Input"], Cell[CellGroupData[{ Cell[BoxData[ \(xAo = newcoo[{0, 0}]\)], "Input", PageWidth->Infinity], Cell[BoxData[ \({0, 0}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(xBo = newcoo[{8, 0}]\)], "Input", PageWidth->Infinity], Cell[BoxData[ \({8, 0}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(xDo = newcoo[{0, 8}]\)], "Input", PageWidth->Infinity], Cell[BoxData[ \({0, 8}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(xA = newcoo[{16, 2}] + extrashift\)], "Input", PageWidth->Infinity], Cell[BoxData[ \({16, 2}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(xB = newcoo[{32, 6}] + extrashift\)], "Input", PageWidth->Infinity], Cell[BoxData[ \({32, 6}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(xD = newcoo[{22, 14}] + extrashift\)], "Input", PageWidth->Infinity], Cell[BoxData[ \({22, 14}\)], "Output"] }, Open ]], Cell[BoxData[ \(xCo := xBo + \((xDo - xAo)\)\)], "Input"], Cell[BoxData[ \(xC := xB + \((xD - xA)\)\)], "Input"], Cell[CellGroupData[{ Cell[BoxData[ \(xCo\)], "Input"], Cell[BoxData[ \({8, 8}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(xC\)], "Input"], Cell[BoxData[ \({38, 18}\)], "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Gradiente della deformazione", "Section"], Cell[BoxData[ \(normalizza[v_] := v\/\@\(v . v\)\)], "Input", PageWidth->Infinity], Cell[BoxData[ \(\(mF = Transpose[{xB - xA, xD - xA}] . Inverse[Transpose[{xBo - xAo, xDo - xAo}]];\)\)], "Input", PageWidth->Infinity], Cell[CellGroupData[{ Cell[BoxData[ \(MatrixForm[mF]\)], "Input"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"2", \(3\/4\)}, {\(1\/2\), \(3\/2\)} }], "\[NoBreak]", ")"}], Function[ BoxForm`e$, MatrixForm[ BoxForm`e$]]]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(N[mF] // MatrixForm\)], "Input", PageWidth->Infinity], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"2.`", "0.75`"}, {"0.5`", "1.5`"} }], "\[NoBreak]", ")"}], Function[ BoxForm`e$, MatrixForm[ BoxForm`e$]]]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(N[Det[mF]]\)], "Input", PageWidth->Infinity], Cell[BoxData[ \(2.625`\)], "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Figure", "Section"], Cell[CellGroupData[{ Cell["Definizioni", "Subsection"], Cell[CellGroupData[{ Cell[BoxData[ \(\((xA - xB)\) + mF . \((xBo - xAo)\)\)], "Input", PageWidth->Infinity], Cell[BoxData[ \({0, 0}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\((xA - xD)\) + mF . \((xDo - xAo)\)\)], "Input"], Cell[BoxData[ \({0, 0}\)], "Output"] }, Open ]], Cell[BoxData[ \(e1 = {1, 0}; e2 = {0, 1};\)], "Input"], Cell[BoxData[ \(x[\[Zeta]1_, \[Zeta]2_] := xA\ + \ mF . \((\ \[Zeta]1\ e1 + \ \[Zeta]2\ e2\ - \ xAo)\)\)], "Input"], Cell[BoxData[ \(xU[\[Zeta]1_, \[Zeta]2_] := xAo\ + \ mU . \((\ \[Zeta]1\ e1 + \ \[Zeta]2\ e2\ - \ xAo)\)\)], "Input"], Cell[BoxData[ \(xRU[\[Zeta]1_, \[Zeta]2_] := xAo\ + \ mF . \((\ \[Zeta]1\ e1 + \ \[Zeta]2\ e2\ - \ xAo)\)\)], "Input"], Cell[BoxData[{ \(\(latoAB[h_] := xAo + h \((xBo - xAo)\);\)\), "\n", \(\(latoBC[h_] := xBo + h\ \((xCo - xBo)\);\)\), "\n", \(\(latoDC[h_] := xDo + h \((xCo - xDo)\);\)\), "\n", \(\(latoAD[h_] := xAo + h\ \((xDo - xAo)\);\)\), "\[IndentingNewLine]", \(\(diagBD[h_] := xBo + h \((xDo - xBo)\);\)\)}], "Input"], Cell[BoxData[ \(quadrato := {latoAB[h], latoBC[h], latoDC[h], latoAD[h], diagBD[h]}\)], "Input"], Cell[CellGroupData[{ Cell[BoxData[ \(L = \@\(\((xBo - xAo)\) . \((xBo - xAo)\)\)\)], "Input"], Cell[BoxData[ \(8\)], "Output"] }, Open ]], Cell[BoxData[ \(\[Phi][p_] := x[p\[LeftDoubleBracket]1\[RightDoubleBracket], p\[LeftDoubleBracket]2\[RightDoubleBracket]]\)], "Input"], Cell[BoxData[ \(\[Phi]U[p_] := xU[p\[LeftDoubleBracket]1\[RightDoubleBracket], p\[LeftDoubleBracket]2\[RightDoubleBracket]]\)], "Input"], Cell[BoxData[ \(\[Phi]RU[p_] := xRU[p\[LeftDoubleBracket]1\[RightDoubleBracket], p\[LeftDoubleBracket]2\[RightDoubleBracket]]\)], "Input"], Cell[CellGroupData[{ Cell[BoxData[ \(Map[\[Phi], quadrato]\)], "Input"], Cell[BoxData[ \({{16 + 16\ h, 2 + 4\ h}, {32 + 6\ h, 6 + 12\ h}, {22 + 16\ h, 14 + 4\ h}, {16 + 6\ h, 2 + 12\ h}, {16 + 2\ \((8 - 8\ h)\) + 6\ h, 2 + 1\/2\ \((8 - 8\ h)\) + 12\ h}}\)], "Output"] }, Open ]], Cell[BoxData[ \(cerchio := {Cos[2\ \[Pi]\ h], Sin[2\ \[Pi]\ h]} L\)], "Input"], Cell[CellGroupData[{ Cell[BoxData[ \(\[Phi][cerchio]\)], "Input"], Cell[BoxData[ \({16 + 16\ Cos[2\ h\ \[Pi]] + 6\ Sin[2\ h\ \[Pi]], 2 + 4\ Cos[2\ h\ \[Pi]] + 12\ Sin[2\ h\ \[Pi]]}\)], "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Griglia", "Subsection"], Cell[BoxData[{ \(\(xmax = Map[#\_\(\(\[LeftDoubleBracket]\)\(1\)\(\[RightDoubleBracket]\)\)\ \ &, {xAo, xBo, xCo, xDo, xA, xB, xC, xD}] // Max;\)\), "\n", \(\(xmin = Map[#\_\(\(\[LeftDoubleBracket]\)\(1\)\(\[RightDoubleBracket]\)\)\ \ &, {xAo, xBo, xCo, xDo, xA, xB, xC, xD}] // Min;\)\), "\n", \(\(ymax = Map[#\_\(\(\[LeftDoubleBracket]\)\(2\)\(\[RightDoubleBracket]\)\)\ \ &, {xAo, xBo, xCo, xDo, xA, xB, xC, xD}] // Max;\)\), "\n", \(\(ymin = Map[#\_\(\(\[LeftDoubleBracket]\)\(2\)\(\[RightDoubleBracket]\)\)\ \ &, {xAo, xBo, xCo, xDo, xA, xB, xC, xD}] // Min;\)\)}], "Input"], Cell[CellGroupData[{ Cell[BoxData[ \(dx = Apply[GCD, Map[#\_\(\(\[LeftDoubleBracket]\)\(1\)\(\[RightDoubleBracket]\)\)\ \ &, Join[{xAo, xBo, xCo, xDo, xA, xB, xC, xD}, {xAo, xBo, xCo, xDo, xA, xB, xC, xD}]]]\)], "Input"], Cell[BoxData[ \(2\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(dy = Apply[GCD, Map[#\_\(\(\[LeftDoubleBracket]\)\(2\)\(\[RightDoubleBracket]\)\)\ \ &, Join[{xAo, xBo, xCo, xDo, xA, xB, xC, xD}, {xAo, xBo, xCo, xDo, xA, xB, xC, xD}]]]\)], "Input"], Cell[BoxData[ \(2\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(dxy = GCD[dx, dy]\)], "Input"], Cell[BoxData[ \(2\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(grlx = \(\(Join[{0}, Table[n, {n, xmin, xmax, dxy}]] // Flatten\) // Union\) // Sort\)], "Input"], Cell[BoxData[ \({0, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 28, 30, 32, 34, 36, 38}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(grly = \(\(Join[{0}, Table[n, {n, ymin, ymax, dxy}]] // Flatten\) // Union\) // Sort\)], "Input"], Cell[BoxData[ \({0, 2, 4, 6, 8, 10, 12, 14, 16, 18}\)], "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Visualizzazione", "Subsection"], Cell[BoxData[ \(\(dots = Graphics[{{RGBColor[0, 0, 1], Circle[xAo, 0.2]}, {RGBColor[0, 0, 1], Circle[xA, 0.2]}}];\)\)], "Input"], Cell[CellGroupData[{ Cell[BoxData[ \(\(fig = ParametricPlot[ Evaluate[Join[quadrato, Map[\[Phi], quadrato]]], {h, 0, 1}, \[IndentingNewLine]AspectRatio \[Rule] Automatic, \ Axes \[Rule] False, GridLines \[Rule] {grlx, grly}, PlotStyle \[Rule] {AbsoluteThickness[3]}];\)\)], "Input", PageWidth->Infinity], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .47368 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.0250627 0.0112782 0.0250627 [ [ 0 0 0 0 ] [ 1 .47368 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 .5 r .25 Mabswid [ ] 0 setdash .02381 0 m .02381 .47368 L s .07393 0 m .07393 .47368 L s .12406 0 m .12406 .47368 L s .17419 0 m .17419 .47368 L s .22431 0 m .22431 .47368 L s .27444 0 m .27444 .47368 L s .32456 0 m .32456 .47368 L s .37469 0 m .37469 .47368 L s .42481 0 m .42481 .47368 L s .47494 0 m .47494 .47368 L s .52506 0 m .52506 .47368 L s .57519 0 m .57519 .47368 L s .62531 0 m .62531 .47368 L s .67544 0 m .67544 .47368 L s .72556 0 m .72556 .47368 L s .77569 0 m .77569 .47368 L s .82581 0 m .82581 .47368 L s .87594 0 m .87594 .47368 L s .92607 0 m .92607 .47368 L s .97619 0 m .97619 .47368 L s 0 .01128 m 1 .01128 L s 0 .0614 m 1 .0614 L s 0 .11153 m 1 .11153 L s 0 .16165 m 1 .16165 L s 0 .21178 m 1 .21178 L s 0 .2619 m 1 .2619 L s 0 .31203 m 1 .31203 L s 0 .36216 m 1 .36216 L s 0 .41228 m 1 .41228 L s 0 .46241 m 1 .46241 L s 0 0 m 1 0 L 1 .47368 L 0 .47368 L closepath clip newpath 0 g 3 Mabswid .02381 .01128 m .03194 .01128 L .04081 .01128 L .04914 .01128 L .05716 .01128 L .06568 .01128 L .07389 .01128 L .08262 .01128 L .09103 .01128 L .09911 .01128 L .10772 .01128 L .116 .01128 L .12397 .01128 L .13245 .01128 L .14061 .01128 L .14929 .01128 L .15765 .01128 L .16569 .01128 L .17425 .01128 L .18248 .01128 L .19124 .01128 L .19967 .01128 L .20779 .01128 L .21642 .01128 L .22431 .01128 L s .22431 .01128 m .22431 .01941 L .22431 .02828 L .22431 .03661 L .22431 .04463 L .22431 .05315 L .22431 .06136 L .22431 .07009 L .22431 .07849 L .22431 .08658 L .22431 .09518 L .22431 .10347 L .22431 .11143 L .22431 .11992 L .22431 .12808 L .22431 .13676 L .22431 .14512 L .22431 .15316 L .22431 .16171 L .22431 .16995 L .22431 .17871 L .22431 .18714 L .22431 .19526 L .22431 .20389 L .22431 .21178 L s .02381 .21178 m .03194 .21178 L .04081 .21178 L .04914 .21178 L .05716 .21178 L .06568 .21178 L .07389 .21178 L .08262 .21178 L .09103 .21178 L .09911 .21178 L .10772 .21178 L .116 .21178 L .12397 .21178 L .13245 .21178 L .14061 .21178 L .14929 .21178 L .15765 .21178 L .16569 .21178 L .17425 .21178 L .18248 .21178 L .19124 .21178 L .19967 .21178 L .20779 .21178 L .21642 .21178 L .22431 .21178 L s .02381 .01128 m .02381 .01941 L .02381 .02828 L .02381 .03661 L .02381 .04463 L .02381 .05315 L .02381 .06136 L .02381 .07009 L .02381 .07849 L .02381 .08658 L .02381 .09518 L .02381 .10347 L .02381 .11143 L .02381 .11992 L .02381 .12808 L .02381 .13676 L .02381 .14512 L .02381 .15316 L .02381 .16171 L .02381 .16995 L .02381 .17871 L .02381 .18714 L .02381 .19526 L .02381 .20389 L .02381 .21178 L s .22431 .01128 m .21618 .01941 L .20731 .02828 L .19898 .03661 L .19096 .04463 L .18244 .05315 L .17423 .06136 L .1655 .07009 L .15709 .07849 L .14901 .08658 L .1404 .09518 L .13212 .10347 L .12415 .11143 L .11567 .11992 L .10751 .12808 L .09883 .13676 L .09047 .14512 L .08243 .15316 L .07387 .16171 L .06564 .16995 L .05688 .17871 L .04845 .18714 L .04033 .19526 L .0317 .20389 L .02381 .21178 L s .42481 .0614 m .44108 .06547 L .45882 .06991 L .47548 .07407 L .49151 .07808 L .50856 .08234 L .52498 .08645 L .54243 .09081 L .55924 .09501 L .57542 .09906 L .59263 .10336 L .60919 .1075 L .62512 .11148 L .64209 .11572 L .65841 .1198 L .67577 .12414 L .69249 .12832 L .70857 .13234 L .72568 .13662 L .74216 .14074 L .75967 .14512 L .77654 .14934 L .79277 .15339 L .81004 .15771 L .82581 .16165 L s .82581 .16165 m .83191 .17385 L .83857 .18716 L .84482 .19966 L .85082 .21167 L .85722 .22447 L .86338 .23678 L .86992 .24987 L .87623 .26248 L .88229 .27461 L .88874 .28751 L .89496 .29994 L .90093 .31189 L .90729 .32461 L .91341 .33685 L .91992 .34987 L .92619 .36241 L .93222 .37447 L .93864 .38731 L .94482 .39967 L .95139 .4128 L .95771 .42545 L .9638 .43762 L .97027 .45057 L .97619 .46241 L s .57519 .36216 m .59146 .36622 L .6092 .37066 L .62586 .37482 L .64188 .37883 L .65894 .38309 L .67536 .3872 L .69281 .39156 L .70962 .39576 L .72579 .39981 L .743 .40411 L .75957 .40825 L .7755 .41223 L .79246 .41647 L .80879 .42056 L .82615 .42489 L .84287 .42907 L .85895 .4331 L .87606 .43737 L .89254 .44149 L .91004 .44587 L .92691 .45009 L .94315 .45415 L .96041 .45846 L .97619 .46241 L s .42481 .0614 m .43091 .0736 L .43757 .08691 L .44381 .09941 L .44982 .11142 L .45622 .12422 L .46238 .13653 L .46892 .14962 L .47522 .16223 L .48129 .17436 L .48774 .18726 L .49396 .19969 L .49993 .21164 L .50629 .22436 L .51241 .2366 L .51892 .24962 L .52519 .26216 L .53122 .27422 L .53764 .28706 L .54382 .29941 L .55038 .31255 L .55671 .3252 L .5628 .33737 L .56927 .35032 L .57519 .36216 L s .82581 .16165 m .81565 .16979 L .80456 .17866 L .79415 .18699 L .78413 .195 L .77347 .20353 L .76321 .21174 L .7523 .22046 L .74179 .22887 L .73169 .23696 L .72093 .24556 L .71058 .25385 L .70062 .26181 L .69002 .27029 L .67981 .27845 L .66897 .28713 L .65852 .29549 L .64847 .30353 L .63777 .31209 L .62747 .32033 L .61653 .32908 L .60599 .33752 L .59584 .34563 L .58505 .35427 L .57519 .36216 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{288, 136.375}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg0007Ool0 0`0?Oomoo`0;Ool00`0?Oomoo`00006Ool00`0?Oomo o`0000;Ool00`0?Oomoo`0;Ool00`0?Oomoo`00002Ool00`00Oomoo`0;Ool00`0? Oomoo`00002Ool0 0`0?Oomoo`0;Ool00`0?Oomoo`0;Ool00`0?Oomoo`0000"], ImageRangeCache->{{{0, 287}, {135.375, 0}} -> {-1.03437, -0.450094, \ 0.139612, 0.139612}}] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\(Show[fig, dots];\)\)], "Input"], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .47644 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.0287958 0.0249314 0.0163301 0.0249314 [ [ 0 0 0 0 ] [ 1 .47644 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 .5 r .25 Mabswid [ ] 0 setdash .0288 0 m .0288 .47644 L s .07866 0 m .07866 .47644 L s .12852 0 m .12852 .47644 L s .17838 0 m .17838 .47644 L s .22825 0 m .22825 .47644 L s .27811 0 m .27811 .47644 L s .32797 0 m .32797 .47644 L s .37784 0 m .37784 .47644 L s .4277 0 m .4277 .47644 L s .47756 0 m .47756 .47644 L s .52742 0 m .52742 .47644 L s .57729 0 m .57729 .47644 L s .62715 0 m .62715 .47644 L s .67701 0 m .67701 .47644 L s .72688 0 m .72688 .47644 L s .77674 0 m .77674 .47644 L s .8266 0 m .8266 .47644 L s .87646 0 m .87646 .47644 L s .92633 0 m .92633 .47644 L s .97619 0 m .97619 .47644 L s 0 .01633 m 1 .01633 L s 0 .06619 m 1 .06619 L s 0 .11606 m 1 .11606 L s 0 .16592 m 1 .16592 L s 0 .21578 m 1 .21578 L s 0 .26564 m 1 .26564 L s 0 .31551 m 1 .31551 L s 0 .36537 m 1 .36537 L s 0 .41523 m 1 .41523 L s 0 .4651 m 1 .4651 L s 0 0 m 1 0 L 1 .47644 L 0 .47644 L closepath clip newpath 0 g 3 Mabswid .0288 .01633 m .03689 .01633 L .04571 .01633 L .054 .01633 L .06197 .01633 L .07045 .01633 L .07862 .01633 L .0873 .01633 L .09566 .01633 L .1037 .01633 L .11226 .01633 L .1205 .01633 L .12843 .01633 L .13686 .01633 L .14498 .01633 L .15362 .01633 L .16193 .01633 L .16993 .01633 L .17844 .01633 L .18664 .01633 L .19535 .01633 L .20374 .01633 L .21181 .01633 L .2204 .01633 L .22825 .01633 L s .22825 .01633 m .22825 .02442 L .22825 .03325 L .22825 .04153 L .22825 .0495 L .22825 .05799 L .22825 .06615 L .22825 .07483 L .22825 .08319 L .22825 .09124 L .22825 .0998 L .22825 .10804 L .22825 .11596 L .22825 .1244 L .22825 .13252 L .22825 .14115 L .22825 .14947 L .22825 .15747 L .22825 .16598 L .22825 .17417 L .22825 .18288 L .22825 .19127 L .22825 .19935 L .22825 .20793 L .22825 .21578 L s .0288 .21578 m .03689 .21578 L .04571 .21578 L .054 .21578 L .06197 .21578 L .07045 .21578 L .07862 .21578 L .0873 .21578 L .09566 .21578 L .1037 .21578 L .11226 .21578 L .1205 .21578 L .12843 .21578 L .13686 .21578 L .14498 .21578 L .15362 .21578 L .16193 .21578 L .16993 .21578 L .17844 .21578 L .18664 .21578 L .19535 .21578 L .20374 .21578 L .21181 .21578 L .2204 .21578 L .22825 .21578 L s .0288 .01633 m .0288 .02442 L .0288 .03325 L .0288 .04153 L .0288 .0495 L .0288 .05799 L .0288 .06615 L .0288 .07483 L .0288 .08319 L .0288 .09124 L .0288 .0998 L .0288 .10804 L .0288 .11596 L .0288 .1244 L .0288 .13252 L .0288 .14115 L .0288 .14947 L .0288 .15747 L .0288 .16598 L .0288 .17417 L .0288 .18288 L .0288 .19127 L .0288 .19935 L .0288 .20793 L .0288 .21578 L s .22825 .01633 m .22016 .02442 L .21133 .03325 L .20304 .04153 L .19507 .0495 L .18659 .05799 L .17843 .06615 L .16975 .07483 L .16138 .08319 L .15334 .09124 L .14478 .0998 L .13654 .10804 L .12862 .11596 L .12018 .1244 L .11206 .13252 L .10343 .14115 L .09511 .14947 L .08711 .15747 L .0786 .16598 L .0704 .17417 L .0617 .18288 L .0533 .19127 L .04523 .19935 L .03664 .20793 L .0288 .21578 L s .4277 .06619 m .44388 .07024 L .46153 .07465 L .4781 .07879 L .49404 .08278 L .51101 .08702 L .52734 .0911 L .5447 .09544 L .56143 .09962 L .57752 .10365 L .59463 .10793 L .61112 .11205 L .62696 .11601 L .64384 .12023 L .66008 .12429 L .67734 .1286 L .69398 .13276 L .70997 .13676 L .727 .14102 L .74339 .14511 L .7608 .14947 L .77758 .15366 L .79373 .1577 L .81091 .16199 L .8266 .16592 L s .8266 .16592 m .83267 .17806 L .83929 .19129 L .8455 .20372 L .85148 .21568 L .85784 .2284 L .86397 .24065 L .87048 .25367 L .87675 .26621 L .88278 .27828 L .8892 .29112 L .89538 .30348 L .90133 .31537 L .90765 .32802 L .91374 .3402 L .92022 .35315 L .92646 .36563 L .93245 .37762 L .93884 .39039 L .94498 .40268 L .95152 .41575 L .95781 .42833 L .96386 .44044 L .9703 .45332 L .97619 .4651 L s .57729 .36537 m .59347 .36942 L .61112 .37383 L .62769 .37797 L .64363 .38196 L .6606 .3862 L .67693 .39028 L .69429 .39462 L .71102 .3988 L .72711 .40282 L .74422 .4071 L .7607 .41122 L .77655 .41519 L .79343 .4194 L .80967 .42346 L .82693 .42778 L .84356 .43194 L .85956 .43594 L .87659 .44019 L .89297 .44429 L .91039 .44865 L .92717 .45284 L .94332 .45688 L .96049 .46117 L .97619 .4651 L s .4277 .06619 m .43377 .07833 L .44039 .09157 L .4466 .104 L .45258 .11595 L .45894 .12868 L .46507 .14093 L .47158 .15395 L .47785 .16649 L .48388 .17856 L .4903 .19139 L .49648 .20376 L .50242 .21564 L .50875 .2283 L .51484 .24048 L .52132 .25343 L .52755 .2659 L .53355 .2779 L .53994 .29067 L .54608 .30296 L .55261 .31602 L .55891 .32861 L .56496 .34072 L .5714 .3536 L .57729 .36537 L s .8266 .16592 m .81649 .17401 L .80546 .18283 L .7951 .19112 L .78514 .19909 L .77453 .20757 L .76432 .21574 L .75347 .22442 L .74302 .23278 L .73297 .24083 L .72227 .24939 L .71197 .25763 L .70206 .26555 L .69152 .27399 L .68137 .28211 L .67057 .29074 L .66018 .29906 L .65018 .30706 L .63954 .31557 L .6293 .32376 L .61841 .33247 L .60792 .34086 L .59783 .34893 L .5871 .35752 L .57729 .36537 L s 0 0 1 r .5 Mabswid newpath .0288 .01633 .00499 0 365.73 arc s newpath .4277 .06619 .00499 0 365.73 arc s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{288, 137.188}, ImageMargins->{{41, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg0002Ool0 0`0?Oomoo`0;Ool00`0?Oomoo`0;Ool00`0?Oomoo`00002Ool00`0?Oomoo`00000002Ool00`0?Oomoo`0;Ool00`0?Oomoo`05Ool40002Ool00`0?Oomoo`06Ool000Qo o`0300moogoo00aoo`0300moogoo00]oo`0300moogoo00]oo`0300moogoo00]oo`0300moogoo00ao o`0300moogoo00]oo`0300moogoo00]oo`0300moogoo00]oo`0300moogoo00aoo`0300moogoo00]o o`0300moogoo00]oo`0300moogoo00]oo`0300moogoo00aoo`0300moogoo00]oo`0300moogoo00]o o`0300moogoo00]oo`0300moogoo00h000aoo`0300moogoo00Ioo`@00003Ool03goo00Moo`0027oo 00<03gooOol037oo00<03gooOol02goo00<03gooOol02goo00<03gooOol02goo00<03gooOol037oo 00<03gooOol02goo00<03gooOol02goo00<03gooOol02goo00<03gooOol037oo00<03gooOol02goo 00<03gooOol02goo00<03gooOol02goo00<03gooOol037oo00<03gooOol02goo00<03gooOol02goo 00<03gooOol02goo00<03gooOol01Goo3@0027oo00<03gooOol01goo0`0000=oo`0?Ool01goo0008 Ool00`0?Oomoo`00003Ool3 00000`0?Oomoo`06Ool000Qoo`0300moogoo00aoo`0300moogoo00]oo`0300moogoo00]oo`0300mo ogoo00]oo`0300moogoo00aoo`0300moogoo00]oo`0300moogoo00]oo`0300moogoo00]oo`0300mo ogoo00aoo`0300moogoo00]oo`0300moogoo00]oo`0300moogoo00]oo`0300moogoo00aoo`0300mo ogoo00]oo`0300moogoo00]oo`0300moogoo00]oo`0300moogoo00aoo`0300moogoo00Uooa4000Qo o`0027oo00<03gooOol037oo00<03gooOol02goo00<03gooOol02goo00<03gooOol02goo00<03goo Ool037oo00<03gooOol02goo00<03gooOol02goo00<03gooOol02goo00<03gooOol037oo00<03goo Ool02goo00<03gooOol02goo00<03gooOol02goo00<03gooOol037oo00<03gooOol02goo00<03goo Ool02goo00<03gooOol02goo00<03gooOol037oo00<03gooOol02goo00<03gooOol03@001goo003o 00lB00l8000600l1Ool000Qoo`0300moogoo00aoo`0300moogoo00]oo`0300moogoo00]oo`0300mo ogoo00]oo`0300moogoo00aoo`0300moogoo00]oo`0300moogoo00]oo`0300moogoo00]oo`0300mo ogoo00aoo`0300moogoo00]oo`0300moogoo00]oo`0300moogoo00]oo`0300moogoo00aoo`0300mo ogoo00]oo`0300moogoo00]oo`0300moogoo00]oo`0300moogoo00aoo`0300moogoo00]oo`0300mo ogoo00Uoo`@000Moo`0027oo00<03gooOol037oo00<03gooOol02goo00<03gooOol02goo00<03goo Ool02goo00<03gooOol037oo00<03gooOol02goo00<03gooOol02goo00<03gooOol02goo00<03goo Ool037oo00<03gooOol02goo00<03gooOol02goo00<03gooOol02goo00<03gooOol037oo00<03goo Ool02goo00<03gooOol02goo00<03gooOol02goo00<03gooOol037oo00<03gooOol02goo00<03goo Ool02goo00<03gooOol01Woo0008Ool00`0?Oomoo`0"], ImageRangeCache->{{{0, 287}, {136.188, 0}} -> {-1.23631, -0.655097, \ 0.140323, 0.140323}}] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\(ParametricPlot[ Evaluate[{{Cos[2\ \[Pi]\ h], Sin[2\ \[Pi]\ h]}, mF . {Cos[2\ \[Pi]\ h], Sin[2\ \[Pi]\ h]}}], {h, 0, 1}, AspectRatio \[Rule] Automatic];\)\)], "Input", PageWidth->Infinity], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .74024 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.5 0.222936 0.370117 0.222936 [ [.05413 .35762 -6 -9 ] [.05413 .35762 6 0 ] [.27706 .35762 -6 -9 ] [.27706 .35762 6 0 ] [.72294 .35762 -3 -9 ] [.72294 .35762 3 0 ] [.94587 .35762 -3 -9 ] [.94587 .35762 3 0 ] [.4875 .03571 -24 -4.5 ] [.4875 .03571 0 4.5 ] [.4875 .14718 -12 -4.5 ] [.4875 .14718 0 4.5 ] [.4875 .25865 -24 -4.5 ] [.4875 .25865 0 4.5 ] [.4875 .48159 -18 -4.5 ] [.4875 .48159 0 4.5 ] [.4875 .59305 -6 -4.5 ] [.4875 .59305 0 4.5 ] [.4875 .70452 -18 -4.5 ] [.4875 .70452 0 4.5 ] [ 0 0 0 0 ] [ 1 .74024 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .05413 .37012 m .05413 .37637 L s [(-2)] .05413 .35762 0 1 Mshowa .27706 .37012 m .27706 .37637 L s [(-1)] .27706 .35762 0 1 Mshowa .72294 .37012 m .72294 .37637 L s [(1)] .72294 .35762 0 1 Mshowa .94587 .37012 m .94587 .37637 L s [(2)] .94587 .35762 0 1 Mshowa .125 Mabswid .09871 .37012 m .09871 .37387 L s .1433 .37012 m .1433 .37387 L s .18789 .37012 m .18789 .37387 L s .23248 .37012 m .23248 .37387 L s .32165 .37012 m .32165 .37387 L s .36624 .37012 m .36624 .37387 L s .41083 .37012 m .41083 .37387 L s .45541 .37012 m .45541 .37387 L s .54459 .37012 m .54459 .37387 L s .58917 .37012 m .58917 .37387 L s .63376 .37012 m .63376 .37387 L s .67835 .37012 m .67835 .37387 L s .76752 .37012 m .76752 .37387 L s .81211 .37012 m .81211 .37387 L s .8567 .37012 m .8567 .37387 L s .90129 .37012 m .90129 .37387 L s .00954 .37012 m .00954 .37387 L s .99046 .37012 m .99046 .37387 L s .25 Mabswid 0 .37012 m 1 .37012 L s .5 .03571 m .50625 .03571 L s [(-1.5)] .4875 .03571 1 0 Mshowa .5 .14718 m .50625 .14718 L s [(-1)] .4875 .14718 1 0 Mshowa .5 .25865 m .50625 .25865 L s [(-0.5)] .4875 .25865 1 0 Mshowa .5 .48159 m .50625 .48159 L s [(0.5)] .4875 .48159 1 0 Mshowa .5 .59305 m .50625 .59305 L s [(1)] .4875 .59305 1 0 Mshowa .5 .70452 m .50625 .70452 L s [(1.5)] .4875 .70452 1 0 Mshowa .125 Mabswid .5 .05801 m .50375 .05801 L s .5 .0803 m .50375 .0803 L s .5 .10259 m .50375 .10259 L s .5 .12489 m .50375 .12489 L s .5 .16947 m .50375 .16947 L s .5 .19177 m .50375 .19177 L s .5 .21406 m .50375 .21406 L s .5 .23636 m .50375 .23636 L s .5 .28094 m .50375 .28094 L s .5 .30324 m .50375 .30324 L s .5 .32553 m .50375 .32553 L s .5 .34782 m .50375 .34782 L s .5 .39241 m .50375 .39241 L s .5 .4147 m .50375 .4147 L s .5 .437 m .50375 .437 L s .5 .45929 m .50375 .45929 L s .5 .50388 m .50375 .50388 L s .5 .52617 m .50375 .52617 L s .5 .54847 m .50375 .54847 L s .5 .57076 m .50375 .57076 L s .5 .61535 m .50375 .61535 L s .5 .63764 m .50375 .63764 L s .5 .65993 m .50375 .65993 L s .5 .68223 m .50375 .68223 L s .5 .01342 m .50375 .01342 L s .5 .72682 m .50375 .72682 L s .25 Mabswid .5 0 m .5 .74024 L s 0 0 m 1 0 L 1 .74024 L 0 .74024 L closepath clip newpath .5 Mabswid .72294 .37012 m .72293 .37185 L .72291 .37342 L .72288 .37524 L .72283 .37695 L .72272 .38 L .72255 .38331 L .7223 .38695 L .72197 .39081 L .72122 .39771 L .72022 .4048 L .71908 .41142 L .71573 .42633 L .71128 .44127 L .7063 .45463 L .69203 .48337 L .67637 .50647 L .65614 .52924 L .63424 .54811 L .6084 .56492 L .59495 .57182 L .5799 .57824 L .56654 .58289 L .55158 .58701 L .54443 .58858 L .53672 .59001 L .53001 .59102 L .52268 .5919 L .51838 .59229 L .51439 .59259 L .51058 .5928 L .50865 .59289 L .50652 .59296 L .5046 .59301 L .50285 .59304 L .50092 .59305 L .49996 .59305 L .4989 .59305 L .49711 .59303 L .49519 .593 L .49338 .59296 L .49174 .5929 L .48835 .59275 L .48462 .59252 L .4771 .59187 L .47016 .59105 L .46369 .59008 L .44923 .5872 L .43394 .58304 L .41987 .57816 L Mistroke .40494 .57177 L .37911 .55743 L .35584 .54017 L .33375 .51865 L .31446 .49371 L .2997 .46799 L .2938 .45486 L .28851 .44062 L .28444 .42699 L .2815 .41437 L .27916 .40059 L .27824 .39296 L .2779 .38944 L .27761 .38571 L .27741 .38252 L .27732 .38082 L .27724 .379 L .27718 .37732 L .27714 .37579 L .2771 .37433 L .27708 .37279 L .27707 .3711 L .27707 .36931 L .27708 .36761 L .2771 .36607 L .27714 .36426 L .2772 .3623 L .27735 .35874 L .27756 .35527 L .27784 .35154 L .2785 .34484 L .27955 .33689 L .28076 .32967 L .2842 .31416 L .28848 .29971 L .2995 .27264 L .31279 .24906 L .32906 .22701 L .35001 .20518 L .3722 .18745 L .39845 .17165 L .42547 .16001 L .43958 .15552 L .44764 .15342 L .45533 .1517 L .46244 .15037 L .4702 .14918 L .47729 .14834 L .48385 .14777 L .48752 .14753 L Mistroke .49096 .14736 L .49293 .14729 L .49473 .14724 L .49573 .14722 L .49681 .1472 L .49784 .14719 L .49879 .14718 L .49979 .14718 L .50086 .14718 L .50188 .14719 L .50281 .1472 L .50459 .14723 L .50646 .14727 L .50848 .14734 L .51036 .14742 L .51463 .14766 L .51845 .14795 L .52197 .14827 L .52993 .1492 L .53692 .15026 L .5443 .15163 L .55693 .15457 L .57065 .15867 L .59701 .1694 L .62363 .1846 L .64703 .20254 L .66886 .22456 L .68635 .24774 L .69978 .27117 L .70616 .28528 L .71128 .29897 L .71514 .31168 L .7184 .32536 L .72037 .33635 L .72124 .34264 L .72189 .34854 L .72235 .35397 L .72266 .35893 L .72278 .36168 L .72283 .36313 L .72287 .36467 L .7229 .36615 L .72292 .3675 L .72293 .36885 L .72294 .37012 L Mfstroke .94587 .48159 m .95499 .50118 L .96314 .52212 L .96651 .53244 L .96957 .54329 L .97191 .55326 L .97363 .5623 L .9744 .56732 L .97509 .57278 L .97562 .57819 L .97583 .58112 L .97599 .58385 L .97605 .58507 L .9761 .5864 L .97616 .58881 L .97619 .59113 L .97619 .59328 L .97617 .59458 L .97614 .59581 L .97607 .59808 L .97601 .59935 L .97595 .60052 L .97578 .60313 L .9754 .6073 L .97495 .61114 L .97352 .61966 L .97161 .6277 L .96899 .63601 L .96241 .65093 L .95776 .65881 L .95288 .66573 L .94247 .67746 L .92941 .68854 L .91588 .69727 L .89951 .70528 L .88242 .71148 L .86543 .71598 L .8557 .71794 L .84493 .71966 L .83441 .72092 L .82456 .72176 L .8184 .72214 L .81264 .72239 L .80959 .72248 L .80783 .72252 L .80621 .72255 L .8045 .72258 L .80266 .7226 L .80094 .72261 L .79931 .72261 L Mistroke .79634 .7226 L .79317 .72256 L .79015 .7225 L .78741 .72242 L .78059 .72216 L .7741 .72182 L .76198 .72092 L .7484 .71956 L .72016 .71559 L .69309 .71049 L .66716 .70451 L .60584 .68653 L .54832 .66518 L .42339 .60484 L .30809 .53148 L .19902 .44225 L .11444 .35133 L .08142 .3058 L .05739 .26504 L .0386 .22298 L .03174 .20183 L .02886 .19049 L .0268 .18041 L .02603 .1758 L .02532 .17085 L .02482 .16663 L .02438 .16204 L .02421 .15971 L .02405 .15722 L .02398 .15585 L .02393 .15461 L .02385 .15219 L .02382 .15 L .02381 .14763 L .02384 .14541 L .02389 .14336 L .02396 .1415 L .02406 .1395 L .02432 .13591 L .02473 .13171 L .02522 .1279 L .02656 .12022 L .02844 .11238 L .03087 .10461 L .03353 .09778 L .04101 .08337 L .04979 .07116 L .0597 .0607 L .07221 .05053 L .08737 .04118 L Mistroke .10182 .0344 L .11927 .02823 L .12931 .02549 L .13926 .02326 L .14862 .02155 L .15895 .02007 L .16496 .01938 L .1705 .01886 L .17623 .01842 L .18157 .0181 L .18458 .01796 L .18792 .01783 L .19129 .01773 L .19315 .01769 L .19489 .01766 L .19655 .01764 L .19812 .01763 L .20109 .01762 L .2043 .01764 L .20613 .01767 L .20782 .01769 L .21075 .01776 L .21386 .01785 L .21946 .01807 L .22556 .0184 L .2323 .01885 L .2446 .01993 L .25626 .02123 L .28366 .02529 L .31395 .03127 L .37737 .04827 L .43946 .07017 L .56004 .12629 L .6839 .20305 L .79068 .28849 L .87498 .3759 L .939 .46843 L .94587 .48159 L Mfstroke % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{288, 213.188}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgOol008moo`03001oogoo08ioo`00Sgoo00<007ooOol0SWoo002?Ool2 002?Ool003Aoo``004moo`03001oogoo08ioo`00:Woo2P0037oo2`00A7oo00<007ooOol0SWoo000W Ool3000QOol40010Ool00`00Oomoo`2>Ool0025oo`H002Qoo`L003Uoo`03001oogoo08ioo`007goo 0P00=Goo1P007Woo1@000Woo0P0017oo0P001Woo00<007ooOol0SWoo000MOol2000mOol4000LOol0 0`00Oomoo`07Ool01000Oomoo`001Goo00<007ooOol0SWoo000KOol20013Ool3000IOol00`00Oomo o`0:Ool00`00Oomoo`03Ool3002>Ool001Uoo`8004Qoo`@000eoo`@000Aoo`03001oogoo00Qoo`80 00Ioo`03001oogoo08ioo`005goo0P00CWoo10004Goo00<007ooOol027oo00<007ooOol01Goo00<0 07ooOol0SWoo000EOol2001DOol3000=Ool2000:Ool30005Ool00`00Oomoo`2>Ool001Aoo`03001o ogoo05Moo`<001ioo`03001oogoo08ioo`004goo00<007ooOol0Fgoo0`006goo00<007ooOol0SWoo 000BOol00`00Oomoo`1OOol3000HOol2002?Ool0015oo`03001oogoo06=oo`<001Eoo`03001oogoo 08ioo`0047oo00<007ooOol0Igoo0`004Woo00<007ooOol0SWoo000?Ool00`00Oomoo`1[Ool2000@ Ool00`00Oomoo`2>Ool000ioo`03001oogoo06ioo`8000ioo`03001oogoo08ioo`003Goo00<007oo Ool0LGoo0P0037oo00<007ooOol0SWoo000Ool000Uoo`03001oogoo07moo`80009o o`03001oogoo08ioo`002Goo00<007ooOol0PGoo0`00T7oo0009Ool00`00Oomoo`23Ool2002?Ool0 00Uoo`03001oogoo08=oo`@008eoo`002Goo00<007ooOol0Pgoo00@007ooOomoo`8008]oo`0027oo 00<007ooOol0Q7oo00<007ooOol00goo0P00RGoo0008Ool00`00Oomoo`24Ool00`00Oomoo`05Ool2 0027Ool000Moo`03001oogoo08Eoo`03001oogoo00Moo`8008Eoo`001goo00<007ooOol0QGoo00<0 07ooOol02Goo0P00Pgoo0007Ool00`00Oomoo`25Ool2000Ool00`00 Oomoo`0_Ool00`00Oomoo`0^Ool00`00Oomoo`0:Ool00`00Oomoo`1@Ool000aoo`03001oogoo04io o`03001oogoo02moo`03001oogoo02moo`03001oogoo00Yoo`03001oogoo04moo`003Goo00<007oo Ool0C7oo00<007ooOol0<7oo0P00<7oo00<007ooOol02goo00<007ooOol0CWoo000=Ool00`00Oomo o`1;Ool00`00Oomoo`0aOol00`00Oomoo`0`Ool00`00Oomoo`0;Ool2001>Ool000eoo`03001oogoo 04Yoo`03001oogoo039oo`03001oogoo035oo`03001oogoo00aoo`03001oogoo04]oo`003Woo00<0 07ooOol0BGoo00<007ooOol0 Ool00`00Oomoo`18Ool00`00Oomoo`0OOol20004Ool20004Ool20006Ool00`00Oomoo`0cOol00`00 Oomoo`07oo00<0 07ooOol0>7oo00<007ooOol057oo00<007ooOol0?7oo000DOol00`00Oomoo`0lOol00`00Oomoo`0i Ool00`00Oomoo`0hOol00`00Oomoo`0EOol00`00Oomoo`0kOol001Eoo`03001oogoo03]oo`03001o ogoo03Uoo`03001oogoo03Uoo`03001oogoo01Eoo`03001oogoo03Yoo`005Goo00<007ooOol0>Woo 00<007ooOol0>Woo00<007ooOol0>Goo00<007ooOol05Woo00<007ooOol0>Goo000FOol00`00Oomo o`0iOol00`00Oomoo`0jOol00`00Oomoo`0jOol00`00Oomoo`0FOol00`00Oomoo`0hOol001Ioo`03 001oogoo03Uoo`03001oogoo03Yoo`8003]oo`03001oogoo01Moo`03001oogoo03Moo`005goo00<0 07ooOol0=goo00<007ooOol0>goo00<007ooOol0>Woo00<007ooOol067oo00<007ooOol0=Woo000H Ool00`00Oomoo`0fOol00`00Oomoo`0kOol00`00Oomoo`0kOol00`00Oomoo`0HOol00`00Oomoo`0e Ool001Qoo`03001oogoo03Ioo`03001oogoo03]oo`03001oogoo03]oo`03001oogoo01Uoo`03001o ogoo03Aoo`006Goo00<007ooOol0=Goo00<007ooOol0>goo00<007ooOol0>goo00<007ooOol06Woo 00<007ooOol0Ool0011oo`04001oogoo 000;Ool00`00Oomoo`0^Ool00`00Ool0000lOol00`00Oomoo`0lOol2000QOol00`00Oomoo`0IOol0 1000Oomoo`003goo000AOol2000goo00<007ooOol0>goo00<007ooOol0=Goo 00<007ooOol067oo000fOol00`00Oomoo`0HOol00`00Oomoo`0kOol00`00Oomoo`0kOol00`00Oomo o`0eOol00`00Oomoo`0HOol003Moo`03001oogoo01Moo`03001oogoo03]oo`03001oogoo03Yoo`03 001oogoo03Moo`03001oogoo01Moo`00>7oo00<007ooOol05goo00<007ooOol0>Woo0P00>goo00<0 07ooOol0>7oo00<007ooOol05Woo000iOol00`00Oomoo`0FOol00`00Oomoo`0jOol00`00Oomoo`0j Ool00`00Oomoo`0hOol00`00Oomoo`0FOol003Yoo`03001oogoo01Eoo`03001oogoo03Yoo`03001o ogoo03Uoo`03001oogoo03Yoo`03001oogoo01Eoo`00>goo00<007ooOol05Goo00<007ooOol0>Goo 00<007ooOol0>Goo00<007ooOol0>goo00<007ooOol057oo000lOol2000EOol00`00Oomoo`0iOol0 0`00Oomoo`0hOol00`00Oomoo`0lOol00`00Oomoo`0DOol003ioo`03001oogoo01=oo`03001oogoo 03Qoo`03001oogoo03Qoo`03001oogoo03eoo`03001oogoo01=oo`00?goo00<007ooOol04goo00<0 07ooOol0=goo0P00>7oo00<007ooOol0?goo00<007ooOol04Woo0010Ool00`00Oomoo`0BOol00`00 Oomoo`0gOol00`00Oomoo`0gOol00`00Oomoo`10Ool00`00Oomoo`0AOol0045oo`03001oogoo019o o`03001oogoo03Ioo`03001oogoo03Ioo`03001oogoo045oo`03001oogoo015oo`00@Woo0P004Woo 00<007ooOol0=Woo00<007ooOol0=Woo00<007ooOol0@Woo00<007ooOol047oo0014Ool00`00Oomo o`0@Ool00`00Oomoo`0QOol20004Ool20004Ool20006Ool00`00Oomoo`0eOol00`00Oomoo`14Ool0 0`00Oomoo`0?Ool004Eoo`03001oogoo00moo`03001oogoo021oo`04001oogoo0008Ool01000Oomo o`001Goo00<007ooOol0=Goo00<007ooOol0A7oo00<007ooOol03goo0016Ool00`00Oomoo`0?Ool0 0`00Oomoo`0OOol01000Oomoo`002goo00<007ooOol00goo0`00=7oo00<007ooOol0AWoo00<007oo Ool03Woo0017Ool00`00Oomoo`0>Ool00`00Oomoo`0OOol01000Oomoo`002Goo0P001Woo00<007oo Ool0=7oo00<007ooOol0AWoo00<007ooOol03Woo0018Ool2000?Ool00`00Oomoo`0NOol01000Oomo o`002Goo00<007ooOol01Goo00<007ooOol0Ool2001eOol00`00Oomoo`06 Ool0075oo`03001oogoo00]oo`L0009oo`03001oogoo00Aoo`03001oogoo00Qoo`H007Moo`03001o ogoo00Ioo`00LWoo0P004Woo5000OWoo00<007ooOol01Goo001dOol2000BOol00`00Oomoo`04Ool0 0`00Oomoo`25Ool00`00Oomoo`06Ool007Ioo`03001oogoo00moo`03001oogoo00Aoo`03001oogoo 08Eoo`03001oogoo00Ioo`00Mgoo0P003Woo0P001Woo00<007ooOol0QGoo00<007ooOol01Woo001i Ool2000DOol00`00Oomoo`25Ool00`00Oomoo`06Ool007]oo`80019oo`03001oogoo08Eoo`03001o ogoo00Ioo`00OGoo0P0047oo00<007ooOol0QGoo00<007ooOol01Woo001oOol2000>Ool20026Ool0 0`00Oomoo`06Ool0085oo`8000aoo`03001oogoo08Eoo`03001oogoo00Ioo`00Pgoo0P002Woo00<0 07ooOol0Q7oo00<007ooOol01goo0025Ool20008Ool00`00Oomoo`24Ool00`00Oomoo`07Ool008Mo o`8000Ioo`03001oogoo08Aoo`03001oogoo00Moo`00RGoo0P0017oo00<007ooOol0Pgoo00<007oo Ool027oo002;Ool300000goo00000024Ool00`00Oomoo`08Ool008ioo`8008Eoo`03001oogoo00Qo o`00Sgoo0`00PWoo00<007ooOol02Goo002?Ool00`00Oomoo`020020Ool00`00Oomoo`09Ool008mo o`03001oogoo009oo`8007ioo`03001oogoo00Uoo`00Sgoo00<007ooOol017oo0P00Ngoo00<007oo Ool02Woo002?Ool20007Ool2001hOol00`00Oomoo`0;Ool008moo`03001oogoo00Qoo`8007Eoo`03 001oogoo00aoo`00Sgoo00<007ooOol02Woo0`00LWoo00<007ooOol037oo002?Ool00`00Oomoo`0= Ool2001_Ool00`00Oomoo`0=Ool008moo`03001oogoo00moo`<006]oo`03001oogoo00ioo`00Sgoo 00<007ooOol04Woo0`00J7oo00<007ooOol03Woo002?Ool00`00Oomoo`0EOol2001UOol00`00Oomo o`0?Ool008moo`8001Qoo`<0065oo`03001oogoo011oo`00Sgoo00<007ooOol06Woo0`00G7oo0P00 4goo002?Ool00`00Oomoo`0MOol4001GOol00`00Oomoo`0COol008moo`03001oogoo025oo`<0059o o`8001Ioo`00NWoo1@000Woo0P0017oo0P001Woo00<007ooOol097oo1000C7oo0P0067oo001lOol0 0`00Oomoo`07Ool01000Oomoo`001Goo00<007ooOol0:7oo1000AWoo0P006Woo001lOol00`00Oomo o`0:Ool00`00Oomoo`03Ool3000/Ool30010Ool3000LOol007aoo`03001oogoo00Qoo`8000Ioo`03 001oogoo02moo`@003Yoo`8001moo`00O7oo00<007ooOol027oo00<007ooOol01Goo00<007ooOol0 Ool008moo`8008moo`00Sgoo00<007ooOol0SWoo002?Ool00`00Oomoo`2>Ool008moo`03001o ogoo08ioo`00\ \>"], ImageRangeCache->{{{0, 287}, {212.188, 0}} -> {-2.24556, -1.66019, \ 0.0156485, 0.0156485}}] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\(ParametricPlot[Evaluate[{cerchio, \[Phi][cerchio]}], {h, 0, 1}, AspectRatio \[Rule] Automatic, \ Axes \[Rule] False];\)\)], "Input", PageWidth->Infinity], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61571 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.209241 0.0231791 0.261496 0.0231791 [ [ 0 0 0 0 ] [ 1 .61571 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .61571 L 0 .61571 L closepath clip newpath 0 g .5 Mabswid [ ] 0 setdash .39467 .2615 m .39467 .26293 L .39465 .26424 L .39463 .26575 L .39459 .26718 L .39449 .26972 L .39435 .27247 L .39414 .2755 L .39387 .27871 L .39325 .28445 L .39242 .29035 L .39146 .29585 L .38868 .30825 L .38498 .32068 L .38083 .33179 L .36896 .3557 L .35595 .37491 L .33912 .39385 L .3209 .40955 L .29941 .42353 L .28822 .42927 L .2757 .43461 L .26459 .43848 L .25214 .4419 L .2462 .44321 L .23978 .4444 L .2342 .44524 L .22811 .44597 L .22453 .4463 L .22121 .44654 L .21804 .44672 L .21643 .44679 L .21466 .44685 L .21307 .44689 L .21161 .44691 L .21001 .44693 L .2092 .44693 L .20832 .44693 L .20683 .44691 L .20524 .44689 L .20374 .44685 L .20237 .4468 L .19955 .44668 L .19645 .44649 L .1902 .44595 L .18442 .44526 L .17904 .44445 L .16701 .44206 L .1543 .4386 L .14259 .43454 L Mistroke .13017 .42923 L .10869 .4173 L .08933 .40294 L .07096 .38504 L .05491 .3643 L .04263 .3429 L .03773 .33198 L .03333 .32014 L .02994 .3088 L .0275 .2983 L .02555 .28684 L .02478 .28049 L .02451 .27757 L .02426 .27447 L .0241 .27181 L .02402 .2704 L .02396 .26888 L .02391 .26749 L .02387 .26622 L .02384 .265 L .02382 .26372 L .02381 .26232 L .02381 .26082 L .02382 .25941 L .02384 .25813 L .02387 .25663 L .02392 .25499 L .02405 .25204 L .02422 .24915 L .02445 .24605 L .025 .24047 L .02588 .23386 L .02689 .22786 L .02975 .21495 L .0333 .20293 L .04247 .18042 L .05353 .16081 L .06705 .14247 L .08449 .1243 L .10294 .10956 L .12478 .09642 L .14725 .08673 L .15899 .083 L .16569 .08125 L .17209 .07982 L .178 .07871 L .18446 .07773 L .19035 .07703 L .19581 .07655 L .19886 .07635 L Mistroke .20172 .07622 L .20336 .07616 L .20486 .07612 L .20569 .0761 L .20659 .07608 L .20744 .07607 L .20823 .07607 L .20906 .07606 L .20996 .07606 L .2108 .07607 L .21158 .07608 L .21306 .0761 L .21462 .07614 L .21629 .0762 L .21786 .07626 L .22141 .07646 L .22458 .0767 L .22752 .07697 L .23414 .07774 L .23995 .07862 L .24609 .07976 L .2566 .08221 L .26801 .08562 L .28993 .09454 L .31208 .10719 L .33153 .12211 L .3497 .14043 L .36424 .15971 L .37541 .1792 L .38072 .19093 L .38498 .20232 L .38819 .21289 L .3909 .22427 L .39254 .23341 L .39326 .23864 L .3938 .24355 L .39419 .24806 L .39444 .25219 L .39454 .25448 L .39458 .25568 L .39462 .25696 L .39464 .2582 L .39466 .25932 L .39467 .26044 L .39467 .2615 L Mfstroke .95097 .40057 m .95855 .41687 L .96533 .43428 L .96814 .44287 L .97068 .45189 L .97263 .46019 L .97406 .46771 L .9747 .47188 L .97528 .47642 L .97571 .48093 L .97589 .48337 L .97602 .48563 L .97607 .48665 L .97611 .48775 L .97617 .48975 L .97619 .49169 L .97619 .49347 L .97617 .49456 L .97615 .49558 L .97609 .49747 L .97604 .49853 L .97599 .49949 L .97585 .50167 L .97554 .50513 L .97516 .50833 L .97397 .51542 L .97238 .52211 L .9702 .52902 L .96472 .54143 L .96086 .54798 L .9568 .55373 L .94814 .5635 L .93728 .57271 L .92602 .57997 L .91241 .58664 L .8982 .59179 L .88406 .59554 L .87597 .59716 L .86701 .59859 L .85826 .59964 L .85007 .60034 L .84495 .60066 L .84015 .60086 L .83762 .60094 L .83615 .60098 L .83481 .601 L .83338 .60102 L .83185 .60104 L .83042 .60105 L .82906 .60105 L Mistroke .8266 .60104 L .82396 .60101 L .82145 .60096 L .81916 .60089 L .8135 .60068 L .8081 .60039 L .79801 .59964 L .78672 .59851 L .76323 .59521 L .74072 .59097 L .71915 .586 L .66815 .57104 L .6203 .55328 L .51639 .50309 L .42048 .44207 L .32976 .36785 L .25941 .29223 L .23195 .25435 L .21196 .22045 L .19633 .18547 L .19062 .16788 L .18822 .15844 L .18651 .15006 L .18587 .14622 L .18528 .14211 L .18486 .1386 L .1845 .13478 L .18435 .13284 L .18423 .13077 L .18417 .12964 L .18412 .1286 L .18406 .12659 L .18403 .12477 L .18402 .12279 L .18404 .12095 L .18409 .11924 L .18415 .11769 L .18423 .11603 L .18444 .11305 L .18479 .10955 L .1852 .10638 L .18631 .1 L .18787 .09348 L .1899 .08701 L .19211 .08133 L .19833 .06934 L .20564 .05919 L .21387 .05049 L .22428 .04203 L .23689 .03425 L Mistroke .24891 .02861 L .26343 .02348 L .27178 .0212 L .28005 .01935 L .28784 .01793 L .29643 .01669 L .30143 .01612 L .30604 .01568 L .3108 .01532 L .31524 .01505 L .31775 .01494 L .32052 .01483 L .32333 .01475 L .32488 .01472 L .32633 .01469 L .3277 .01468 L .32901 .01466 L .33148 .01466 L .33415 .01468 L .33567 .01469 L .33708 .01472 L .33952 .01477 L .3421 .01485 L .34676 .01503 L .35183 .0153 L .35744 .01568 L .36767 .01658 L .37737 .01766 L .40016 .02103 L .42536 .02601 L .4781 .04015 L .52975 .05836 L .63005 .10505 L .73307 .16889 L .82189 .23996 L .89201 .31266 L .94526 .38963 L .95097 .40057 L Mfstroke % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{288, 177.313}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgWoo00<007ooOol0 GGoo0P00Q7oo000jOol00`00Oomoo`1OOol20022Ool003Uoo`03001oogoo069oo`80081oo`00>7oo 00<007ooOol0IGoo0P00OWoo000eOol?001NOol2001lOol002moo`H0009oo`03001oogoo00Yoo`@0 05aoo`8007Yoo`00;7oo0`001goo00<007ooOol03goo0`00Fgoo0`00Mgoo000ZOol2000:Ool00`00 Oomoo`0BOol4001JOol2001eOol002Qoo`8000aoo`03001oogoo01Ioo`<005Uoo`8007=oo`009Woo 0P003Woo00<007ooOol06Goo0P00FGoo0P00LGoo000TOol2000?Ool00`00Oomoo`0LOol2001IOol2 001_Ool0029oo`80015oo`03001oogoo01ioo`03001oogoo05Qoo`8006eoo`0087oo0P004goo00<0 07ooOol07goo0P00FWoo0P00Jgoo000NOol2000EOol00`00Oomoo`0QOol00`00Oomoo`1IOol2001Y Ool001eoo`03001oogoo01Eoo`03001oogoo029oo`8005]oo`03001oogoo06Ioo`0077oo00<007oo Ool05Woo00<007ooOol097oo00<007ooOol0FGoo0P00IWoo000JOol2000IOol00`00Oomoo`0UOol2 001KOol2001TOol001Uoo`03001oogoo01Uoo`03001oogoo02Moo`03001oogoo05Yoo`03001oogoo 065oo`0067oo00<007ooOol06Woo00<007ooOol0:7oo00<007ooOol0FWoo0P00HGoo000GOol00`00 Oomoo`0KOol00`00Oomoo`0YOol00`00Oomoo`1KOol00`00Oomoo`1NOol001Ioo`03001oogoo01ao o`03001oogoo02Yoo`03001oogoo05]oo`8005ioo`005Goo00<007ooOol07Goo00<007ooOol0:goo 00<007ooOol0G7oo00<007ooOol0Fgoo000DOol00`00Oomoo`0NOol00`00Oomoo`0/Ool00`00Oomo o`1LOol2001KOol001=oo`03001oogoo01moo`03001oogoo02eoo`03001oogoo05eoo`8005Uoo`00 4Woo00<007ooOol087oo00<007ooOol0;Goo00<007ooOol0Ggoo00<007ooOol0EWoo000AOol00`00 Oomoo`0QOol00`00Oomoo`0^Ool00`00Oomoo`1OOol2001FOol0015oo`03001oogoo025oo`03001o ogoo02moo`03001oogoo061oo`03001oogoo05=oo`0047oo00<007ooOol08goo00<007ooOol0;Woo 00<007ooOol0HGoo0P00Dgoo000?Ool00`00Oomoo`0TOol00`00Oomoo`0_Ool00`00Oomoo`1ROol2 001AOol000ioo`03001oogoo02Eoo`03001oogoo02moo`03001oogoo06Aoo`03001oogoo04ioo`00 3Woo00<007ooOol09Goo00<007ooOol0<7oo00<007ooOol0I7oo0P00CWoo000=Ool00`00Oomoo`0V Ool00`00Oomoo`0`Ool00`00Oomoo`1VOol00`00Oomoo`1;Ool000eoo`03001oogoo02Moo`03001o ogoo031oo`03001oogoo06Ioo`03001oogoo04Yoo`0037oo00<007ooOol0:7oo00<007ooOol0<7oo 00<007ooOol0Igoo0P00BWoo000goo0008Ool00`00Oomoo`0bOol00`00Oomo o`0`Ool00`00Oomoo`1bOol00`00Oomoo`0hOol000Qoo`03001oogoo03=oo`03001oogoo02moo`03 001oogoo07=oo`03001oogoo03Moo`001goo00<007ooOol0=7oo00<007ooOol0;goo00<007ooOol0 M7oo00<007ooOol0=Woo0007Ool00`00Oomoo`0eOol00`00Oomoo`0^Ool00`00Oomoo`1eOol2000f Ool000Moo`03001oogoo03Eoo`03001oogoo02ioo`03001oogoo07Moo`03001oogoo03=oo`001goo 00<007ooOol0=Woo00<007ooOol0;Goo00<007ooOol0N7oo00<007ooOol0Goo00<007ooOol0:goo00<007ooOol0OGoo00<007oo Ool0;7oo0007Ool00`00Oomoo`0jOol00`00Oomoo`0ZOol00`00Oomoo`1nOol00`00Oomoo`0[Ool0 00Moo`03001oogoo03]oo`03001oogoo02Uoo`03001oogoo07moo`03001oogoo02Yoo`001goo00<0 07ooOol0?7oo00<007ooOol0:7oo00<007ooOol0P7oo00<007ooOol0:Goo0007Ool00`00Oomoo`0l Ool00`00Oomoo`0XOol00`00Oomoo`21Ool00`00Oomoo`0XOol000Moo`03001oogoo03eoo`03001o ogoo02Moo`03001oogoo085oo`03001oogoo02Qoo`001goo00<007ooOol0?Woo00<007ooOol09Goo 00<007ooOol0Pgoo00<007ooOol09goo0007Ool00`00Oomoo`0oOol00`00Oomoo`0TOol00`00Oomo o`24Ool00`00Oomoo`0VOol000Moo`03001oogoo03moo`03001oogoo02Aoo`03001oogoo08Eoo`03 001oogoo02Eoo`001goo00<007ooOol0@7oo00<007ooOol08goo00<007ooOol0QWoo00<007ooOol0 97oo0008Ool00`00Oomoo`10Ool00`00Oomoo`0ROol00`00Oomoo`27Ool00`00Oomoo`0SOol000Qo o`03001oogoo045oo`03001oogoo025oo`03001oogoo08Qoo`03001oogoo029oo`0027oo00<007oo Ool0@Woo00<007ooOol07goo00<007ooOol0RWoo00<007ooOol08Goo0008Ool00`00Oomoo`13Ool0 0`00Oomoo`0NOol00`00Oomoo`2;Ool00`00Oomoo`0POol000Qoo`03001oogoo04Aoo`03001oogoo 01eoo`03001oogoo08aoo`03001oogoo01moo`0027oo00<007ooOol0A7oo00<007ooOol077oo00<0 07ooOol0SWoo00<007ooOol07Woo0009Ool00`00Oomoo`14Ool00`00Oomoo`0KOol00`00Oomoo`2? Ool00`00Oomoo`0MOol000Uoo`03001oogoo04Eoo`03001oogoo01Yoo`03001oogoo08moo`03001o ogoo01eoo`002Woo00<007ooOol0AGoo00<007ooOol06Goo00<007ooOol0T7oo00<007ooOol077oo 000:Ool00`00Oomoo`16Ool00`00Oomoo`0GOol00`00Oomoo`2BOol00`00Oomoo`0KOol000]oo`03 001oogoo04Ioo`03001oogoo01Ioo`03001oogoo09=oo`03001oogoo01Yoo`002goo00<007ooOol0 Agoo00<007ooOol057oo00<007ooOol0U7oo00<007ooOol06Woo000Ool00`00Oomoo`2IOol0 0`00Oomoo`0GOol000ioo`03001oogoo04Qoo`03001oogoo00ioo`03001oogoo09Yoo`03001oogoo 01Ioo`003Woo00<007ooOol0BGoo00<007ooOol037oo00<007ooOol0W7oo00<007ooOol05Goo000? Ool00`00Oomoo`19Ool00`00Oomoo`0:Ool00`00Oomoo`2MOol00`00Oomoo`0EOol000moo`03001o ogoo04Yoo`03001oogoo00Uoo`03001oogoo09ioo`03001oogoo01Aoo`0047oo00<007ooOol0BWoo 00<007ooOol01goo00<007ooOol0X7oo00<007ooOol04goo000AOol00`00Oomoo`1:Ool00`00Oomo o`06Ool00`00Oomoo`2QOol00`00Oomoo`0BOol0019oo`03001oogoo04Yoo`03001oogoo00Aoo`03 001oogoo0:9oo`03001oogoo019oo`004Woo00<007ooOol0Bgoo0P0017oo00<007ooOol0Xgoo00<0 07ooOol04Goo000COol00`00Oomoo`1Ool001Moo`03001oogoo04Ioo`03001o ogoo00Eoo`03001oogoo0:Eoo`03001oogoo00eoo`0067oo00<007ooOol0@goo0P002Goo00<007oo Ool0Y7oo00<007ooOol03Goo000IOol00`00Oomoo`11Ool00`00Oomoo`0:Ool00`00Oomoo`2SOol0 0`00Oomoo`0=Ool001Yoo`80041oo`03001oogoo00aoo`800:Aoo`03001oogoo00aoo`0077oo00<0 07ooOol0>goo0P004Goo00<007ooOol0XGoo00<007ooOol037oo000MOol2000jOol00`00Oomoo`0B Ool00`00Oomoo`2QOol00`00Oomoo`0;Ool001moo`03001oogoo03Eoo`8001Ioo`03001oogoo0:1o o`03001oogoo00]oo`0087oo0P00=7oo00<007ooOol05goo0P00X7oo00<007ooOol02goo000ROol2 000`Ool2000LOol00`00Oomoo`2NOol00`00Oomoo`0:Ool002Aoo`8002aoo`8001moo`03001oogoo 09eoo`03001oogoo00Yoo`009Woo0P00:7oo0P008Woo00<007ooOol0WGoo00<007ooOol02Goo000X Ool3000SOol2000UOol2002MOol00`00Oomoo`09Ool002]oo`<001eoo`<002Uoo`03001oogoo09Yo o`03001oogoo00Uoo`00;Woo1P0047oo1`00;Goo00<007ooOol0VWoo00<007ooOol027oo000dOol@ 000eOol2002JOol00`00Oomoo`08Ool007]oo`8009Uoo`03001oogoo00Moo`00OGoo00<007ooOol0 UWoo00<007ooOol01goo001nOol2002FOol00`00Oomoo`07Ool0081oo`8009Aoo`03001oogoo00Mo o`00PWoo00<007ooOol0TGoo00<007ooOol01goo0023Ool2002BOol00`00Oomoo`06Ool008Eoo`03 001oogoo08moo`03001oogoo00Ioo`00QWoo0P00Sgoo00<007ooOol01Woo0028Ool2002=Ool00`00 Oomoo`06Ool008Yoo`03001oogoo08Yoo`03001oogoo00Ioo`00Rgoo0P00RWoo00<007ooOol01Woo 002=Ool20028Ool00`00Oomoo`06Ool008moo`03001oogoo08Eoo`03001oogoo00Ioo`00T7oo0P00 QGoo00<007ooOol01Woo002BOol20023Ool00`00Oomoo`06Ool009Aoo`03001oogoo081oo`03001o ogoo00Ioo`00UGoo0P00P7oo00<007ooOol01Woo002GOol2001nOol00`00Oomoo`06Ool009Uoo`80 07aoo`03001oogoo00Ioo`00Vgoo0P00NWoo00<007ooOol01Woo002MOol2001gOol00`00Oomoo`07 Ool009moo`8007Eoo`03001oogoo00Moo`00XGoo0P00Lgoo00<007ooOol01goo002SOol2001aOol0 0`00Oomoo`07Ool00:Eoo`8006ioo`03001oogoo00Qoo`00Ygoo0P00K7oo00<007ooOol027oo002Y Ool2001YOol00`00Oomoo`09Ool00:]oo`8006Ioo`03001oogoo00Yoo`00[Goo0P00I7oo00<007oo Ool02Woo002_Ool2001QOol00`00Oomoo`0;Ool00;5oo`8005moo`03001oogoo00]oo`00/goo0`00 Fgoo00<007ooOol037oo002fOol2001HOol00`00Oomoo`0=Ool00;Qoo`<005Aoo`03001oogoo00io o`00^goo0`00Cgoo0P004Goo002nOol3001;Ool00`00Oomoo`0AOol00<5oo`@004Eoo`8001Aoo`00 aGoo1000@7oo00<007ooOol057oo0039Ool4000jOol2000GOol00"], ImageRangeCache->{{{0, 287}, {176.313, 0}} -> {-9.07584, -11.2817, \ 0.150661, 0.150661}}] }, Open ]] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell["Tensore di Cauchy-Green", "Section"], Cell[CellGroupData[{ Cell["Matrice del tensore di Cauchy-Green", "Subsection"], Cell[BoxData[ \(\(mC = Expand[Factor[Transpose[mF] . mF]];\)\)], "Input", PageWidth->Infinity], Cell[CellGroupData[{ Cell[BoxData[ \(MatrixForm[mC]\)], "Input"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {\(17\/4\), \(9\/4\)}, {\(9\/4\), \(45\/16\)} }], "\[NoBreak]", ")"}], Function[ BoxForm`e$, MatrixForm[ BoxForm`e$]]]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(N[mC] // MatrixForm\)], "Input", PageWidth->Infinity], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"4.25`", "2.25`"}, {"2.25`", "2.8125`"} }], "\[NoBreak]", ")"}], Function[ BoxForm`e$, MatrixForm[ BoxForm`e$]]]], "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Dilatazioni e direzioni principali", "Subsection"], Cell[CellGroupData[{ Cell[BoxData[ \(eig = Eigenvalues[mC]\)], "Input", PageWidth->Infinity], Cell[BoxData[ \({1\/32\ \((113 - \@5713)\), 1\/32\ \((113 + \@5713)\)}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(N[eig]\)], "Input", PageWidth->Infinity], Cell[BoxData[ \({1.1692378149128868`, 5.893262185087114`}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(N[\@eig]\)], "Input", PageWidth->Infinity], Cell[BoxData[ \({1.081313005060462`, 2.427604206844088`}\)], "Output"] }, Open ]], Cell[BoxData[ \(\(mP1 = N[\(mC - eig\[LeftDoubleBracket]2\[RightDoubleBracket]\ \ IdentityMatrix[2]\)\/\(eig\[LeftDoubleBracket]1\[RightDoubleBracket] - eig\ \[LeftDoubleBracket]2\[RightDoubleBracket]\)];\)\)], "Input", PageWidth->Infinity], Cell[BoxData[ \(\(mP2 = IdentityMatrix[2] - mP1;\)\)], "Input", PageWidth->Infinity], Cell[CellGroupData[{ Cell[BoxData[ \(MatrixForm[mP1]\)], "Input"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"0.3478521820213447`", \(-0.47628882149839913`\)}, {\(-0.47628882149839913`\), "0.6521478179786553`"} }], "\[NoBreak]", ")"}], Function[ BoxForm`e$, MatrixForm[ BoxForm`e$]]]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(MatrixForm[mP2]\)], "Input"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"0.6521478179786553`", "0.47628882149839913`"}, {"0.47628882149839913`", "0.3478521820213447`"} }], "\[NoBreak]", ")"}], Function[ BoxForm`e$, MatrixForm[ BoxForm`e$]]]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(N[eig\[LeftDoubleBracket]1\[RightDoubleBracket]\ mP1 + eig\[LeftDoubleBracket]2\[RightDoubleBracket]\ mP2] // MatrixForm\)], "Input", PageWidth->Infinity], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"4.25`", "2.2499999999999996`"}, {"2.2499999999999996`", "2.8125000000000004`"} }], "\[NoBreak]", ")"}], Function[ BoxForm`e$, MatrixForm[ BoxForm`e$]]]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(N[mC] // MatrixForm\)], "Input", PageWidth->Infinity], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"4.25`", "2.25`"}, {"2.25`", "2.8125`"} }], "\[NoBreak]", ")"}], Function[ BoxForm`e$, MatrixForm[ BoxForm`e$]]]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(normalizza[\(Transpose[ mP1]\)\[LeftDoubleBracket]1\[RightDoubleBracket]]\)], "Input"], Cell[BoxData[ \({0.5897899473722359`, \(-0.8075566964484012`\)}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(normalizza[\(Transpose[ mP2]\)\[LeftDoubleBracket]1\[RightDoubleBracket]]\)], "Input"], Cell[BoxData[ \({0.8075566964484013`, 0.5897899473722358`}\)], "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Dilatazioni e direzioni principali (in alternativa)", "Subsection"], Cell[CellGroupData[{ Cell[BoxData[ \({eigv, eigvec} = Eigensystem[mC]\)], "Input"], Cell[BoxData[ \({{1\/32\ \((113 - \@5713)\), 1\/32\ \((113 + \@5713)\)}, {{1\/72\ \((23 - \@5713)\), 1}, {1\/72\ \((23 + \@5713)\), 1}}}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(N[\@eigv]\)], "Input"], Cell[BoxData[ \({1.081313005060462`, 2.427604206844088`}\)], "Output"] }, Open ]], Cell[BoxData[ \(\(mA = Transpose[Map[normalizza, eigvec]] // Simplify;\)\)], "Input"], Cell[CellGroupData[{ Cell[BoxData[ \(mA . mA // Simplify\)], "Input"], Cell[BoxData[ \({{1, 0}, {0, 1}}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(MatrixForm[mA // N]\)], "Input"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {\(-0.5897899473722357`\), "0.8075566964484013`"}, {"0.8075566964484012`", "0.5897899473722359`"} }], "\[NoBreak]", ")"}], Function[ BoxForm`e$, MatrixForm[ BoxForm`e$]]]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(mA . DiagonalMatrix[eigv] . Transpose[mA] // Simplify\)], "Input"], Cell[BoxData[ \({{17\/4, 9\/4}, {9\/4, 45\/16}}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(mC\)], "Input"], Cell[BoxData[ \({{17\/4, 9\/4}, {9\/4, 45\/16}}\)], "Output"] }, Open ]], Cell["Notare", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(normalizza[mP1 . e1]\)], "Input"], Cell[BoxData[ \({0.5897899473722359`, \(-0.8075566964484012`\)}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(normalizza[mP2 . e1]\)], "Input"], Cell[BoxData[ \({0.8075566964484013`, 0.5897899473722358`}\)], "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Scorrimento", "Subsection"], Cell[CellGroupData[{ Cell[BoxData[ \(mC\[LeftDoubleBracket]1, 2\[RightDoubleBracket]\/\@\(mC\ \[LeftDoubleBracket]1, 1\[RightDoubleBracket] mC\[LeftDoubleBracket]2, 2\ \[RightDoubleBracket]\) // N\)], "Input"], Cell[BoxData[ \(0.6507913734559685`\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(ArcCos[ mC\[LeftDoubleBracket]1, 2\[RightDoubleBracket]\/\@\(mC\ \[LeftDoubleBracket]1, 1\[RightDoubleBracket] mC\[LeftDoubleBracket]2, 2\ \[RightDoubleBracket]\)] 180\/\[Pi] // N\)], "Input"], Cell[BoxData[ \(49.39870535499554`\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(ArcCos[ mC\[LeftDoubleBracket]1, 2\[RightDoubleBracket]\/\@\(mC\ \[LeftDoubleBracket]1, 1\[RightDoubleBracket] mC\[LeftDoubleBracket]2, 2\ \[RightDoubleBracket]\)] 180\/\[Pi] - 90 // N\)], "Input"], Cell[BoxData[ \(\(-40.60129464500446`\)\)], "Output"] }, Open ]] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell["Dilatazione U", "Section"], Cell[BoxData[ \(\(mU = N[\@eig\[LeftDoubleBracket]1\[RightDoubleBracket]\ mP1 + \@eig\ \[LeftDoubleBracket]2\[RightDoubleBracket]\ mP2];\)\)], "Input", PageWidth->Infinity], Cell[CellGroupData[{ Cell[BoxData[ \(MatrixForm[mU]\)], "Input"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1.9592938746675153`", "0.6412234498911868`"}, {"0.6412234498911868`", "1.549623337237035`"} }], "\[NoBreak]", ")"}], Function[ BoxForm`e$, MatrixForm[ BoxForm`e$]]]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\(ParametricPlot[ Evaluate[{normalizza[mP1 . {1, 1}]\ h, normalizza[mP2 . {1, 1}]\ h}], {h, 0, 1}, AspectRatio \[Rule] Automatic];\)\)], "Input"], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .57792 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.425789 0.681564 0.01376 0.681564 [ [.01685 .00126 -12 -9 ] [.01685 .00126 12 0 ] [.15316 .00126 -12 -9 ] [.15316 .00126 12 0 ] [.28948 .00126 -12 -9 ] [.28948 .00126 12 0 ] [.5621 .00126 -9 -9 ] [.5621 .00126 9 0 ] [.69841 .00126 -9 -9 ] [.69841 .00126 9 0 ] [.83473 .00126 -9 -9 ] [.83473 .00126 9 0 ] [.97104 .00126 -9 -9 ] [.97104 .00126 9 0 ] [.41329 .15007 -18 -4.5 ] [.41329 .15007 0 4.5 ] [.41329 .28639 -18 -4.5 ] [.41329 .28639 0 4.5 ] [.41329 .4227 -18 -4.5 ] [.41329 .4227 0 4.5 ] [.41329 .55901 -18 -4.5 ] [.41329 .55901 0 4.5 ] [ 0 0 0 0 ] [ 1 .57792 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .01685 .01376 m .01685 .02001 L s [(-0.6)] .01685 .00126 0 1 Mshowa .15316 .01376 m .15316 .02001 L s [(-0.4)] .15316 .00126 0 1 Mshowa .28948 .01376 m .28948 .02001 L s [(-0.2)] .28948 .00126 0 1 Mshowa .5621 .01376 m .5621 .02001 L s [(0.2)] .5621 .00126 0 1 Mshowa .69841 .01376 m .69841 .02001 L s [(0.4)] .69841 .00126 0 1 Mshowa .83473 .01376 m .83473 .02001 L s [(0.6)] .83473 .00126 0 1 Mshowa .97104 .01376 m .97104 .02001 L s [(0.8)] .97104 .00126 0 1 Mshowa .125 Mabswid .05093 .01376 m .05093 .01751 L s .08501 .01376 m .08501 .01751 L s .11909 .01376 m .11909 .01751 L s .18724 .01376 m .18724 .01751 L s .22132 .01376 m .22132 .01751 L s .2554 .01376 m .2554 .01751 L s .32355 .01376 m .32355 .01751 L s .35763 .01376 m .35763 .01751 L s .39171 .01376 m .39171 .01751 L s .45987 .01376 m .45987 .01751 L s .49395 .01376 m .49395 .01751 L s .52802 .01376 m .52802 .01751 L s .59618 .01376 m .59618 .01751 L s .63026 .01376 m .63026 .01751 L s .66434 .01376 m .66434 .01751 L s .73249 .01376 m .73249 .01751 L s .76657 .01376 m .76657 .01751 L s .80065 .01376 m .80065 .01751 L s .86881 .01376 m .86881 .01751 L s .90288 .01376 m .90288 .01751 L s .93696 .01376 m .93696 .01751 L s .25 Mabswid 0 .01376 m 1 .01376 L s .42579 .15007 m .43204 .15007 L s [(0.2)] .41329 .15007 1 0 Mshowa .42579 .28639 m .43204 .28639 L s [(0.4)] .41329 .28639 1 0 Mshowa .42579 .4227 m .43204 .4227 L s [(0.6)] .41329 .4227 1 0 Mshowa .42579 .55901 m .43204 .55901 L s [(0.8)] .41329 .55901 1 0 Mshowa .125 Mabswid .42579 .04784 m .42954 .04784 L s .42579 .08192 m .42954 .08192 L s .42579 .11599 m .42954 .11599 L s .42579 .18415 m .42954 .18415 L s .42579 .21823 m .42954 .21823 L s .42579 .25231 m .42954 .25231 L s .42579 .32046 m .42954 .32046 L s .42579 .35454 m .42954 .35454 L s .42579 .38862 m .42954 .38862 L s .42579 .45678 m .42954 .45678 L s .42579 .49085 m .42954 .49085 L s .42579 .52493 m .42954 .52493 L s .25 Mabswid .42579 0 m .42579 .57792 L s 0 0 m 1 0 L 1 .57792 L 0 .57792 L closepath clip newpath .5 Mabswid .42579 .01376 m .40948 .03609 L .3917 .06044 L .375 .08331 L .35893 .1053 L .34183 .12871 L .32538 .15125 L .30788 .1752 L .29103 .19828 L .27482 .22048 L .25757 .24409 L .24096 .26684 L .22499 .2887 L .20798 .31198 L .19162 .33439 L .17422 .35822 L .15746 .38116 L .14134 .40324 L .12418 .42673 L .10767 .44934 L .09012 .47337 L .07321 .49653 L .05693 .51881 L .03963 .5425 L .02381 .56416 L s .42579 .01376 m .44812 .03007 L .47247 .04785 L .49534 .06455 L .51733 .08062 L .54074 .09771 L .56328 .11417 L .58723 .13167 L .61031 .14852 L .63251 .16473 L .65612 .18198 L .67886 .19859 L .70073 .21456 L .72401 .23157 L .74642 .24793 L .77025 .26533 L .79319 .28209 L .81527 .29821 L .83876 .31537 L .86137 .33188 L .8854 .34943 L .90856 .36634 L .93084 .38262 L .95453 .39992 L .97619 .41574 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{185.25, 107}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgOol01@00Oomoogoo00001Goo0P00Ggoo001=Ool00`00Oomoo`02Ool00`00Oomoo`05 Ool00`00Oomoo`1LOol004eoo`03001oogoo009oo`03001oogoo00Ioo`03001oogoo05]oo`00C7oo 00<007ooOol00goo00<007ooOol01goo00<007ooOol0FWoo001;Ool00`00Oomoo`04Ool00`00Oomo o`08Ool00`00Oomoo`1IOol004Yoo`03001oogoo00Eoo`03001oogoo00Uoo`03001oogoo05Qoo`00 BWoo00<007ooOol01Goo00<007ooOol02Woo0P00F7oo0019Ool00`00Oomoo`06Ool00`00Oomoo`0< Ool00`00Oomoo`1EOol004Qoo`03001oogoo00Moo`03001oogoo00eoo`8005Eoo`00B7oo00<007oo Ool01goo00<007ooOol03goo0P00Dgoo0017Ool00`00Oomoo`08Ool00`00Oomoo`0AOol00`00Oomo o`1@Ool004Moo`03001oogoo00Qoo`03001oogoo019oo`80051oo`00AWoo00<007ooOol02Goo00<0 07ooOol057oo00<007ooOol0CGoo0015Ool00`00Oomoo`0:Ool00`00Oomoo`0EOol00`00Oomoo`1< Ool004Eoo`03001oogoo00Yoo`03001oogoo01Ioo`8004aoo`00A7oo00<007ooOol02goo00<007oo Ool067oo00<007ooOol0BGoo0010Ool2000017oo001oogoo0P000goo10000goo00<007ooOol06Goo 00<007ooOol0B7oo000oOol01000Oomoo`0027oo00<007ooOol017oo00<007ooOol06Woo00<007oo Ool0Agoo000oOol01000Ool000002Goo00<007ooOol00goo0P0077oo00<007ooOol0AWoo000oOol2 00000goo001oo`09Ool00`00Oomoo`02Ool00`00Oomoo`0LOol00`00Oomoo`15Ool003moo`04001o ogoo0008Ool01000Oomoo`000goo00<007ooOol07Goo0P00AGoo000oOol3000:Ool20004Ool00`00 Oomoo`0OOol00`00Oomoo`12Ool003ioo`03001oogoo015oo`03001oogoo021oo`80049oo`00?Goo 00<007ooOol04Woo00<007ooOol08Woo0P00@7oo000lOol00`00Oomoo`0COol00`00Oomoo`0TOol0 0`00Oomoo`0mOol003aoo`03001oogoo01=oo`03001oogoo02Eoo`8003eoo`00>goo00<007ooOol0 57oo00<007ooOol09goo00<007ooOol0>Woo000jOol00`00Oomoo`0EOol00`00Oomoo`0XOol00`00 Oomoo`0iOol003Yoo`03001oogoo01Eoo`03001oogoo02Uoo`03001oogoo03Qoo`00>Goo00<007oo Ool05Woo00<007ooOol0:Woo00<007ooOol0=goo000iOol00`00Oomoo`0FOol00`00Oomoo`0[Ool0 0`00Oomoo`0fOol003Qoo`03001oogoo01Moo`03001oogoo02aoo`8003Ioo`00=goo00<007ooOol0 67oo00<007ooOol0;Woo00<007ooOol0Goo00<007ooOol0I7oo000FOol00`00 Oomoo`0iOol00`00Oomoo`1TOol001Eoo`03001oogoo03Yoo`03001oogoo06Aoo`0057oo00<007oo Ool0>goo00<007ooOol0I7oo000COol00`00Oomoo`0lOol00`00Oomoo`1TOol001=oo`03001oogoo 03aoo`03001oogoo06Aoo`004Woo00<007ooOol0?Goo00<007ooOol0I7oo000AOol00`00Oomoo`0/ Ool20004Ool20004Ool20004Ool00`00Oomoo`1TOol0011oo`03001oogoo02aoo`04001oogoo0008 Ool01000Oomoo`000goo00<007ooOol0I7oo000@Ool00`00Oomoo`0/Ool01000Oomoo`0027oo00@0 07ooOol000=oo`8006Eoo`003goo00<007ooOol0;Goo00@007ooOol000Uoo`8000Aoo`03001oogoo 06Aoo`00?goo00@007ooOol000Qoo`04001oogoo0003Ool00`00Oomoo`1TOol0041oo`8000Yoo`80 00Aoo`03001oogoo06Aoo`00^Goo0000\ \>"], ImageRangeCache->{{{0, 184.25}, {106, 0}} -> {-0.7283, -0.0979672, \ 0.00884699, 0.00884699}}] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\(\(mA . DiagonalMatrix[\@eigv] . Transpose[mA] // Simplify\) // N\) // MatrixForm\)], "Input"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1.9592938746675153`", "0.6412234498911867`"}, {"0.6412234498911867`", "1.549623337237035`"} }], "\[NoBreak]", ")"}], Function[ BoxForm`e$, MatrixForm[ BoxForm`e$]]]], "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Rotazione R", "Section"], Cell[BoxData[ \(\(mR = N[mF . \((mP1\/\@eig\[LeftDoubleBracket]1\[RightDoubleBracket] + mP2\/\@eig\[LeftDoubleBracket]2\[RightDoubleBracket])\)];\)\)]\ , "Input", PageWidth->Infinity], Cell[CellGroupData[{ Cell[BoxData[ \(MatrixForm[mR]\)], "Input"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"0.997458699830735`", "0.07124704998790979`"}, {\(-0.07124704998790951`\), "0.997458699830735`"} }], "\[NoBreak]", ")"}], Function[ BoxForm`e$, MatrixForm[ BoxForm`e$]]]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\(mF . mA . DiagonalMatrix[\((\@eigv\^\(-1\))\)] . Transpose[mA] // N\) // MatrixForm\)], "Input"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"0.9974586998307348`", "0.0712470499879101`"}, {\(-0.07124704998790943`\), "0.9974586998307351`"} }], "\[NoBreak]", ")"}], Function[ BoxForm`e$, MatrixForm[ BoxForm`e$]]]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(ArcTan[mR\[LeftDoubleBracket]1, 1\[RightDoubleBracket], mR\ \[LeftDoubleBracket]2, 1\[RightDoubleBracket]]\/\[Pi] // N\)], "Input"], Cell[BoxData[ \(\(-0.022697870999860384`\)\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\(ArcTan[mR\[LeftDoubleBracket]1, 1\[RightDoubleBracket], mR\[LeftDoubleBracket]2, 1\[RightDoubleBracket]]\/\[Pi]\) 180 // N\)], "Input"], Cell[BoxData[ \(\(-4.0856167799748695`\)\)], "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Visualizzazione della deformazione", "Section"], Cell[CellGroupData[{ Cell[BoxData[ \(\(ParametricPlot[ Evaluate[{cerchio, \[Phi]U[cerchio], \[Phi]RU[cerchio]}], {h, 0, 1}, AspectRatio \[Rule] Automatic, \ Axes \[Rule] False];\)\)], "Input", PageWidth->Infinity], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .78514 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.5 0.027867 0.392569 0.027867 [ [ 0 0 0 0 ] [ 1 .78514 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .78514 L 0 .78514 L closepath clip newpath 0 g .5 Mabswid [ ] 0 setdash .72294 .39257 m .72293 .3943 L .72291 .39587 L .72288 .39769 L .72283 .3994 L .72272 .40245 L .72255 .40576 L .7223 .4094 L .72197 .41326 L .72122 .42016 L .72022 .42725 L .71908 .43387 L .71573 .44878 L .71128 .46372 L .7063 .47708 L .69203 .50582 L .67637 .52892 L .65614 .55169 L .63424 .57056 L .6084 .58737 L .59495 .59428 L .5799 .6007 L .56654 .60534 L .55158 .60946 L .54443 .61103 L .53672 .61246 L .53001 .61348 L .52268 .61435 L .51838 .61475 L .51439 .61504 L .51058 .61525 L .50865 .61534 L .50652 .61541 L .5046 .61546 L .50285 .61549 L .50092 .6155 L .49996 .61551 L .4989 .6155 L .49711 .61549 L .49519 .61545 L .49338 .61541 L .49174 .61535 L .48835 .6152 L .48462 .61497 L .4771 .61433 L .47016 .6135 L .46369 .61253 L .44923 .60965 L .43394 .60549 L .41987 .60061 L Mistroke .40494 .59422 L .37911 .57988 L .35584 .56262 L .33375 .5411 L .31446 .51617 L .2997 .49044 L .2938 .47731 L .28851 .46307 L .28444 .44944 L .2815 .43682 L .27916 .42304 L .27824 .41541 L .2779 .41189 L .27761 .40816 L .27741 .40497 L .27732 .40327 L .27724 .40145 L .27718 .39978 L .27714 .39825 L .2771 .39678 L .27708 .39524 L .27707 .39356 L .27707 .39176 L .27708 .39006 L .2771 .38853 L .27714 .38671 L .2772 .38475 L .27735 .3812 L .27756 .37772 L .27784 .374 L .2785 .36729 L .27955 .35934 L .28076 .35213 L .2842 .33661 L .28848 .32216 L .2995 .29509 L .31279 .27152 L .32906 .24946 L .35001 .22763 L .3722 .2099 L .39845 .1941 L .42547 .18246 L .43958 .17798 L .44764 .17587 L .45533 .17415 L .46244 .17282 L .4702 .17163 L .47729 .17079 L .48385 .17022 L .48752 .16998 L Mistroke .49096 .16982 L .49293 .16975 L .49473 .1697 L .49573 .16967 L .49681 .16966 L .49784 .16964 L .49879 .16964 L .49979 .16963 L .50086 .16963 L .50188 .16964 L .50281 .16965 L .50459 .16968 L .50646 .16973 L .50848 .16979 L .51036 .16987 L .51463 .17011 L .51845 .1704 L .52197 .17072 L .52993 .17165 L .53692 .17271 L .5443 .17408 L .55693 .17703 L .57065 .18112 L .59701 .19185 L .62363 .20706 L .64703 .22499 L .66886 .24701 L .68635 .2702 L .69978 .29362 L .70616 .30773 L .71128 .32143 L .71514 .33414 L .7184 .34781 L .72037 .35881 L .72124 .36509 L .72189 .37099 L .72235 .37642 L .72266 .38138 L .72278 .38413 L .72283 .38558 L .72287 .38712 L .7229 .38861 L .72292 .38995 L .72293 .3913 L .72294 .39257 L Mfstroke .9368 .53552 m .94449 .55572 L .95113 .57718 L .95376 .58772 L .95604 .59876 L .95767 .60894 L .95823 .61328 L .95873 .61801 L .95915 .62313 L .95932 .62591 L .95944 .62849 L .95952 .63088 L .95957 .63306 L .95959 .63425 L .95959 .63555 L .95958 .6379 L .95956 .63932 L .95953 .64065 L .95949 .64184 L .95944 .64312 L .95929 .64599 L .95912 .6486 L .95868 .6533 L .95807 .65819 L .95657 .6668 L .95471 .67457 L .95217 .68278 L .94886 .6912 L .94122 .70562 L .93066 .71969 L .91858 .73139 L .90563 .74078 L .8911 .74871 L .87602 .75486 L .85795 .76012 L .8471 .76239 L .83675 .76403 L .8268 .76518 L .8211 .76566 L .81583 .766 L .81083 .76623 L .80799 .76632 L .80534 .76638 L .80302 .76642 L .80044 .76644 L .79773 .76644 L .79518 .76642 L .79219 .76637 L .7905 .76633 L .78892 .76629 L Mistroke .78289 .76606 L .77734 .76575 L .77136 .76534 L .75741 .76401 L .74447 .76237 L .71815 .75791 L .69311 .7524 L .63415 .7351 L .57855 .71385 L .51624 .68486 L .39446 .61298 L .28422 .52896 L .18272 .42997 L .14034 .37889 L .10714 .3319 L .07941 .28434 L .05991 .24141 L .05282 .22137 L .04695 .20047 L .04455 .18949 L .04261 .1782 L .04143 .16879 L .04096 .16356 L .04066 .15876 L .04054 .1563 L .0405 .15506 L .04046 .15371 L .04042 .15134 L .04041 .14914 L .04041 .14781 L .04043 .14656 L .04048 .14422 L .04052 .14292 L .04057 .14173 L .04071 .13903 L .04102 .13491 L .04148 .13042 L .0421 .12581 L .0428 .12156 L .04446 .11376 L .04637 .10684 L .05198 .09207 L .0554 .08528 L .05953 .07834 L .06821 .06674 L .08056 .05447 L .09365 .04482 L .10864 .03655 L .12397 .03028 L .14238 .02494 L Mistroke .15228 .02286 L .15765 .02193 L .16362 .02106 L .16925 .02037 L .17457 .01983 L .17973 .01942 L .18241 .01924 L .18532 .01908 L .18822 .01895 L .19091 .01885 L .19349 .01878 L .19624 .01873 L .19872 .0187 L .20106 .01869 L .20363 .01871 L .2064 .01874 L .20799 .01877 L .20968 .01881 L .21272 .0189 L .21602 .01903 L .21969 .01921 L .22633 .01963 L .23263 .02013 L .24459 .02135 L .25775 .02309 L .2829 .02743 L .31139 .03386 L .37138 .05195 L .42943 .07471 L .49269 .10487 L .61726 .18018 L .72912 .26779 L .82185 .36032 L .86128 .40838 L .89772 .46088 L .9368 .53552 L Mfstroke .94587 .50404 m .95499 .52363 L .96314 .54457 L .96651 .55489 L .96957 .56574 L .97191 .57572 L .97363 .58475 L .9744 .58977 L .97509 .59523 L .97562 .60064 L .97583 .60358 L .97599 .6063 L .97605 .60752 L .9761 .60885 L .97616 .61126 L .97619 .61358 L .97619 .61573 L .97617 .61703 L .97614 .61826 L .97607 .62053 L .97601 .6218 L .97595 .62297 L .97578 .62558 L .9754 .62975 L .97495 .63359 L .97352 .64212 L .97161 .65015 L .96899 .65846 L .96241 .67338 L .95776 .68126 L .95288 .68818 L .94247 .69992 L .92941 .71099 L .91588 .71972 L .89951 .72774 L .88242 .73394 L .86543 .73843 L .8557 .74039 L .84493 .74211 L .83441 .74337 L .82456 .74421 L .8184 .74459 L .81264 .74484 L .80959 .74493 L .80783 .74497 L .80621 .74501 L .8045 .74503 L .80266 .74505 L .80094 .74506 L .79931 .74506 L Mistroke .79634 .74505 L .79317 .74501 L .79015 .74495 L .78741 .74488 L .78059 .74461 L .7741 .74427 L .76198 .74337 L .7484 .74201 L .72016 .73804 L .69309 .73294 L .66716 .72696 L .60584 .70899 L .54832 .68763 L .42339 .62729 L .30809 .55393 L .19902 .4647 L .11444 .37379 L .08142 .32825 L .05739 .28749 L .0386 .24543 L .03174 .22428 L .02886 .21294 L .0268 .20286 L .02603 .19825 L .02532 .19331 L .02482 .18908 L .02438 .18449 L .02421 .18216 L .02405 .17967 L .02398 .17831 L .02393 .17706 L .02385 .17464 L .02382 .17245 L .02381 .17008 L .02384 .16786 L .02389 .16581 L .02396 .16395 L .02406 .16195 L .02432 .15837 L .02473 .15416 L .02522 .15035 L .02656 .14267 L .02844 .13483 L .03087 .12706 L .03353 .12024 L .04101 .10582 L .04979 .09362 L .0597 .08315 L .07221 .07298 L .08737 .06363 L Mistroke .10182 .05685 L .11927 .05069 L .12931 .04794 L .13926 .04571 L .14862 .044 L .15895 .04252 L .16496 .04183 L .1705 .04131 L .17623 .04087 L .18157 .04055 L .18458 .04041 L .18792 .04028 L .19129 .04018 L .19315 .04014 L .19489 .04012 L .19655 .0401 L .19812 .04008 L .20109 .04008 L .2043 .0401 L .20613 .04012 L .20782 .04015 L .21075 .04021 L .21386 .0403 L .21946 .04053 L .22556 .04085 L .2323 .0413 L .2446 .04238 L .25626 .04368 L .28366 .04774 L .31395 .05372 L .37737 .07072 L .43946 .09262 L .56004 .14875 L .6839 .22551 L .79068 .31094 L .87498 .39835 L .939 .49089 L .94587 .50404 L Mfstroke % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{208.063, 163.313}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg002OOol001aoo`L000ioo`L009Qoo`006Goo0`0077oo1@00Tgoo000GOol2000T Ool5002>Ool001Eoo`80011oo`D001Ioo`<008]oo`004goo0P002Goo2P0017oo30003Goo0`00R7oo 000AOol20007Ool4000JOol6000:Ool30025Ool0011oo`03001oogoo00Aoo`<002Aoo`D000Qoo`<0 089oo`003goo00<007ooOol00Woo0`00;7oo0`0027oo0P00P7oo000?Ool00`00Oomoo`02000bOol4 0006Ool2001nOol000ioo`04001oo`00000hOol30005Ool3001kOol000eoo`03001oo`0003eoo`<0 00Eoo`8007Uoo`0037oo0`00@Goo0`0017oo0`00MWoo000;Ool20016Ool40003Ool2001dOol000]o o`03001oogoo04Uoo`<0009oo`80079oo`002Woo0P00CWoo0P000Woo0`00Kgoo000:Ool00`00Oomo o`1?Ool20003Ool2001]Ool000Uoo`03001oogoo059oo`8000=oo`8006]oo`0027oo0P00EWoo0P00 0goo0P00JGoo0008Ool2001HOol20003Ool2001WOol000Moo`03001oo`0005Yoo`8000=oo`8006Eo o`001goo00<007oo0000G7oo0P000goo00<007ooOol0HWoo0006Ool00`00Ool0001OOol20002Ool2 001ROol000Ioo`03001oo`00065oo`80009oo`80061oo`001Woo00<007oo0000Hgoo0P000Woo00<0 07ooOol0GGoo0005Ool01000Oomoo`00IGoo0P0000=oo`000000GGoo0005Ool01000Oomoo`00Igoo 0P0000=oo`000000Fgoo0005Ool01000Oomoo`00JGoo0P0000=oo`00Ool0FGoo0005Ool01000Oomo o`00Jgoo1000F7oo0005Ool01000Oomoo`00KGoo1000EWoo0005Ool01000Oomoo`00Kgoo00<007oo 0000EGoo0005Ool01000Oomoo`00FGoo2`0037oo1000Dgoo0005Ool01000Oomoo`00EGoo10002goo 1@002Goo00@007oo0000055oo`001Goo00@007ooOol0055oo`@001Aoo`<000Moo`800003Ool007oo 04moo`001Goo00@007ooOol004ioo`<001]oo`<000Ioo`<004moo`001Goo00D007ooOomoo`0004Yo o`<0025oo`8000Ioo`<004eoo`001Goo00D007ooOomoo`0004Qoo`8002Ioo`8000Eoo`<004aoo`00 1Goo00D007ooOomoo`0004Moo`03001oogoo02Qoo`8000Eoo`8004]oo`001Goo00D007ooOomoo`00 04Eoo`8002eoo`8000Eoo`03001oogoo04Qoo`001Goo00D007ooOomoo`0004Aoo`03001oogoo02mo o`8000Aoo`8004Qoo`001Woo00D007ooOomoo`00049oo`03001oogoo039oo`03001oogoo009oo`80 04Moo`001Woo00D007ooOomoo`00041oo`8003Ioo`03001oogoo00=oo`8004Eoo`001Woo00<007oo Ool00Woo00<007ooOol0>goo0P00>Goo00<007ooOol00goo0`00@goo0006Ool00`00Oomoo`02Ool0 0`00Oomoo`0jOol00`00Oomoo`0jOol00`00Oomoo`03Ool00`00Ool00012Ool000Ioo`03001oogoo 009oo`03001oogoo03Uoo`03001oogoo03aoo`03001oogoo00=oo`03001oo`00045oo`001goo00<0 07ooOol00Woo00<007ooOol0=goo00<007ooOol0?Woo0P0017oo1000?goo0007Ool00`00Oomoo`02 Ool00`00Oomoo`0gOol00`00Oomoo`10Ool00`00Oomoo`03Ool00`00Ool0000nOol000Qoo`05001o ogooOol0000hOol00`00Oomoo`12Ool00`00Oomoo`03Ool00`00Ool0000mOol000Qoo`03001oogoo 009oo`03001oogoo03Aoo`03001oogoo04Aoo`03001oogoo00=oo`04001oo`00000kOol000Uoo`05 001oogooOol0000eOol00`00Oomoo`16Ool00`00Oomoo`03Ool01000Oomoo`00>Woo0009Ool00`00 Oomoo`02Ool00`00Oomoo`0aOol00`00Oomoo`17Ool00`00Oomoo`04Ool200000goo001oo`0hOol0 00Yoo`05001oogooOol0000bOol00`00Oomoo`19Ool00`00Oomoo`05Ool00`00Ool0000hOol000Yo o`03001oogoo009oo`03001oogoo02ioo`03001oogoo04]oo`03001oogoo00Eoo`04001oo`00000f Ool000]oo`05001oogooOol0000`Ool00`00Oomoo`1;Ool00`00Oomoo`06Ool01000Oomoo`00=Goo 000;Ool00`00Oomoo`02Ool00`00Oomoo`0/Ool00`00Oomoo`1=Ool00`00Oomoo`06Ool01000Oomo o`00=7oo000Goo0P0027oo00<007ooOol0AGoo00<007ooOol0"], ImageRangeCache->{{{0, 207.063}, {162.313, 0}} -> {-17.9714, -14.0874, \ 0.173584, 0.173584}}] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\(ParametricPlot[ Evaluate[ Join[quadrato, Map[\[Phi]U, quadrato], Map[\[Phi]RU, quadrato]]], {h, 0, 1}, AspectRatio \[Rule] Automatic, \ Axes \[Rule] False];\)\)], "Input", PageWidth->Infinity], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .79667 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.04329 0.0189684 0.04329 [ [ 0 0 0 0 ] [ 1 .79667 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .79667 L 0 .79667 L closepath clip newpath 0 g .5 Mabswid [ ] 0 setdash .02381 .01897 m .03786 .01897 L .05318 .01897 L .06757 .01897 L .08141 .01897 L .09614 .01897 L .11032 .01897 L .12539 .01897 L .13991 .01897 L .15388 .01897 L .16874 .01897 L .18305 .01897 L .19681 .01897 L .21146 .01897 L .22556 .01897 L .24055 .01897 L .25499 .01897 L .26887 .01897 L .28365 .01897 L .29788 .01897 L .313 .01897 L .32757 .01897 L .34159 .01897 L .3565 .01897 L .37013 .01897 L s .37013 .01897 m .37013 .03302 L .37013 .04834 L .37013 .06273 L .37013 .07657 L .37013 .0913 L .37013 .10548 L .37013 .12055 L .37013 .13507 L .37013 .14904 L .37013 .1639 L .37013 .17821 L .37013 .19197 L .37013 .20662 L .37013 .22071 L .37013 .23571 L .37013 .25014 L .37013 .26403 L .37013 .27881 L .37013 .29304 L .37013 .30816 L .37013 .32273 L .37013 .33675 L .37013 .35166 L .37013 .36529 L s .02381 .36529 m .03786 .36529 L .05318 .36529 L .06757 .36529 L .08141 .36529 L .09614 .36529 L .11032 .36529 L .12539 .36529 L .13991 .36529 L .15388 .36529 L .16874 .36529 L .18305 .36529 L .19681 .36529 L .21146 .36529 L .22556 .36529 L .24055 .36529 L .25499 .36529 L .26887 .36529 L .28365 .36529 L .29788 .36529 L .313 .36529 L .32757 .36529 L .34159 .36529 L .3565 .36529 L .37013 .36529 L s .02381 .01897 m .02381 .03302 L .02381 .04834 L .02381 .06273 L .02381 .07657 L .02381 .0913 L .02381 .10548 L .02381 .12055 L .02381 .13507 L .02381 .14904 L .02381 .1639 L .02381 .17821 L .02381 .19197 L .02381 .20662 L .02381 .22071 L .02381 .23571 L .02381 .25014 L .02381 .26403 L .02381 .27881 L .02381 .29304 L .02381 .30816 L .02381 .32273 L .02381 .33675 L .02381 .35166 L .02381 .36529 L s .37013 .01897 m .35608 .03302 L .34076 .04834 L .32637 .06273 L .31253 .07657 L .2978 .0913 L .28362 .10548 L .26855 .12055 L .25403 .13507 L .24006 .14904 L .2252 .1639 L .21089 .17821 L .19713 .19197 L .18248 .20662 L .16838 .22071 L .15339 .23571 L .13895 .25014 L .12507 .26403 L .11029 .27881 L .09606 .29304 L .08094 .30816 L .06637 .32273 L .05235 .33675 L .03744 .35166 L .02381 .36529 L s .02381 .01897 m .05134 .02798 L .08136 .0378 L .10955 .04703 L .13666 .0559 L .16553 .06535 L .19331 .07444 L .22284 .0841 L .25128 .09341 L .27865 .10237 L .30777 .1119 L .33581 .12108 L .36276 .1299 L .39147 .13929 L .41909 .14833 L .44846 .15795 L .47675 .1672 L .50396 .17611 L .53292 .18559 L .5608 .19471 L .59043 .20441 L .61897 .21375 L .64644 .22274 L .67565 .2323 L .70235 .24104 L s .70235 .24104 m .71136 .26281 L .72119 .28655 L .73041 .30885 L .73929 .33029 L .74873 .35312 L .75782 .37509 L .76749 .39845 L .7768 .42095 L .78576 .44259 L .79529 .46562 L .80446 .4878 L .81328 .50912 L .82268 .53182 L .83172 .55367 L .84133 .5769 L .85059 .59927 L .85949 .62079 L .86897 .6437 L .8781 .66575 L .88779 .68918 L .89713 .71176 L .90612 .73348 L .91568 .75659 L .92442 .7777 L s .24588 .55563 m .2734 .56464 L .30342 .57447 L .33162 .58369 L .35873 .59257 L .38759 .60201 L .41538 .61111 L .4449 .62077 L .47335 .63008 L .50072 .63904 L .52984 .64857 L .55787 .65774 L .58483 .66656 L .61353 .67596 L .64116 .685 L .67053 .69461 L .69882 .70387 L .72603 .71278 L .75499 .72225 L .78287 .73138 L .8125 .74107 L .84104 .75042 L .86851 .7594 L .89772 .76896 L .92442 .7777 L s .02381 .01897 m .03282 .04074 L .04264 .06448 L .05187 .08678 L .06074 .10823 L .07019 .13105 L .07928 .15303 L .08895 .17638 L .09826 .19888 L .10721 .22053 L .11674 .24355 L .12592 .26573 L .13474 .28705 L .14413 .30975 L .15317 .3316 L .16279 .35483 L .17205 .3772 L .18095 .39873 L .19043 .42163 L .19955 .44368 L .20925 .46711 L .21859 .48969 L .22758 .51141 L .23714 .53452 L .24588 .55563 L s .70235 .24104 m .68384 .2538 L .66364 .26772 L .64467 .28079 L .62643 .29336 L .60702 .30674 L .58833 .31962 L .56846 .33331 L .54932 .3465 L .53091 .35919 L .51133 .37269 L .49246 .38569 L .47433 .39819 L .45502 .4115 L .43644 .4243 L .41668 .43792 L .39765 .45104 L .37934 .46365 L .35986 .47708 L .3411 .49001 L .32117 .50374 L .30197 .51698 L .28349 .52971 L .26384 .54326 L .24588 .55563 L s .02381 .01897 m .05191 .02599 L .08255 .03365 L .11133 .04085 L .13901 .04777 L .16847 .05513 L .19683 .06222 L .22697 .06976 L .25601 .07702 L .28395 .084 L .31367 .09143 L .34229 .09859 L .3698 .10547 L .3991 .11279 L .4273 .11984 L .45728 .12734 L .48616 .13456 L .51394 .1415 L .5435 .14889 L .57196 .15601 L .6022 .16357 L .63134 .17085 L .65937 .17786 L .6892 .18531 L .71645 .19213 L s .71645 .19213 m .72699 .2132 L .73848 .23619 L .74927 .25777 L .75965 .27853 L .7707 .30062 L .78133 .32189 L .79264 .3445 L .80353 .36628 L .814 .38723 L .82515 .40952 L .83588 .43099 L .8462 .45162 L .85719 .4736 L .86776 .49475 L .879 .51723 L .88983 .53889 L .90025 .55973 L .91133 .5819 L .92201 .60324 L .93335 .62592 L .94427 .64777 L .95479 .6688 L .96597 .69117 L .97619 .71161 L s .28355 .53845 m .31165 .54547 L .34229 .55313 L .37107 .56033 L .39875 .56725 L .42821 .57461 L .45657 .5817 L .48671 .58924 L .51575 .5965 L .54369 .60348 L .57341 .61091 L .60203 .61807 L .62954 .62495 L .65884 .63227 L .68704 .63932 L .71702 .64682 L .7459 .65404 L .77368 .66098 L .80324 .66837 L .8317 .67549 L .86194 .68305 L .89108 .69033 L .91911 .69734 L .94894 .7048 L .97619 .71161 L s .02381 .01897 m .03435 .04004 L .04584 .06302 L .05663 .08461 L .06701 .10537 L .07806 .12746 L .08869 .14873 L .09999 .17134 L .11088 .19312 L .12136 .21407 L .13251 .23636 L .14324 .25783 L .15356 .27846 L .16454 .30044 L .17512 .32159 L .18636 .34407 L .19719 .36573 L .20761 .38657 L .21869 .40874 L .22936 .43008 L .24071 .45276 L .25163 .47461 L .26215 .49564 L .27333 .51801 L .28355 .53845 L s .71645 .19213 m .69889 .20618 L .67974 .2215 L .66175 .23589 L .64445 .24973 L .62604 .26446 L .60831 .27864 L .58947 .29371 L .57132 .30823 L .55386 .3222 L .53529 .33706 L .5174 .35137 L .5002 .36513 L .48189 .37978 L .46427 .39387 L .44553 .40887 L .42748 .4233 L .41012 .43719 L .39164 .45197 L .37386 .4662 L .35496 .48132 L .33675 .49589 L .31922 .50991 L .30058 .52482 L .28355 .53845 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{321.875, 256.375}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgOol00`00Oomoo`38Ool000Moo`03001oogoo00Eoo`03001oo`0002ioo`<000ioo`@000mo o`03001oogoo00moo`03001oogoo0goo0`0037oo 00<007ooOol01Goo0`003Goo00<007ooOol0b7oo0007Ool00`00Oomoo`07Ool01000Oomoo`00?Goo 0`0027oo00<007ooOol02Goo0`002Woo00<007ooOol0b7oo0007Ool00`00Oomoo`08Ool00`00Ool0 0010Ool30005Ool00`00Oomoo`07oo00<007ooOol0?goo10009Goo00<007ooOol00goo00<007ooOol0Egoo0007Ool00`00Oomoo`0F Ool00`00Oomoo`02Ool00`00Oomoo`0BOol00`00Oomoo`0iOol00`00Oomoo`13Ool3000QOol00`00 Oomoo`05Ool00`00Oomoo`1FOol000Moo`03001oogoo01Ioo`03001oogoo00=oo`03001oogoo011o o`03001oogoo03Yoo`03001oogoo04Ioo`<001eoo`03001oogoo00Ioo`03001oogoo05Ioo`001goo 00<007ooOol05goo00<007ooOol00Woo00<007ooOol03goo00<007ooOol0>goo00<007ooOol0BGoo 0`006Goo00<007ooOol027oo00<007ooOol0EGoo0007Ool00`00Oomoo`0GOol00`00Oomoo`03Ool0 0`00Oomoo`0>Ool00`00Oomoo`0kOol00`00Oomoo`1Ool00`00Oomoo`1DOol000Moo`03001oogoo01Uo o`03001oogoo00=oo`03001oogoo00Qoo`03001oogoo03moo`03001oogoo05Qoo`<000Aoo`03001o ogoo011oo`03001oogoo05=oo`001goo00<007ooOol06Goo00<007ooOol00goo00<007ooOol01goo 00<007ooOol0@7oo00<007ooOol0Fgoo10004goo00<007ooOol0Dgoo0007Ool00`00Oomoo`0JOol0 0`00Oomoo`03Ool00`00Oomoo`05Ool00`00Oomoo`11Ool00`00Oomoo`1LOol00`00Ool00003000A Ool00`00Oomoo`1BOol000Moo`03001oogoo01Yoo`03001oogoo00=oo`03001oogoo00Aoo`03001o ogoo049oo`03001oogoo05]oo`03001oogoo00Aoo`@000eoo`03001oogoo059oo`001goo00<007oo Ool06goo00<007ooOol00goo00<007ooOol00Woo00<007ooOol0@goo00<007ooOol0FGoo0P002goo 0`002goo00<007ooOol0DGoo0007Ool00`00Oomoo`0KOol00`00Oomoo`03Ool00`00Oomoo`020016 Ool00`00Oomoo`1HOol00`00Oomoo`0;Ool3000;Ool00`00Oomoo`1AOol000Moo`03001oogoo01]o o`03001oogoo00Aoo`8004Qoo`03001oogoo05Ioo`8000eoo`05001oogooOol0000;Ool00`00Oomo o`1@Ool000Moo`03001oogoo01aoo`03001oogoo00=oo`03001oogoo04Moo`03001oogoo05Eoo`03 001oogoo00]oo`8000Aoo`03001oogoo00Uoo`03001oogoo051oo`001goo00<007ooOol077oo00<0 07ooOol00Woo00<007oo0000B7oo00<007ooOol0E7oo00<007ooOol02goo00<007ooOol01Goo00<0 07ooOol02Goo00<007ooOol0Cgoo0007Ool00`00Oomoo`0MOol01000Oomoo`000Woo00<007ooOol0 AWoo00<007ooOol0Dgoo00<007ooOol02Woo0P0027oo00<007ooOol02Goo00<007ooOol0Cgoo0007 Ool00`00Oomoo`0MOol01000Oomoo`000goo00<007ooOol0AGoo00<007ooOol0DGoo0P0037oo00<0 07ooOol02Goo00<007ooOol02Goo00<007ooOol0CWoo0007Ool00`00Oomoo`0NOol20004Ool00`00 Oomoo`15Ool00`00Oomoo`1@Ool00`00Oomoo`0;Ool00`00Oomoo`0:Ool00`00Oomoo`09Ool00`00 Oomoo`1>Ool000Moo`03001oogoo01ioo`03001oogoo00Aoo`03001oogoo04Aoo`03001oogoo04mo o`03001oogoo00Yoo`8000eoo`03001oogoo00Yoo`03001oogoo04eoo`001goo00<007ooOol07Goo 0P001Woo00<007ooOol0A7oo00<007ooOol0CWoo00<007ooOol02Woo00<007ooOol03Woo00<007oo Ool02Goo00<007ooOol0CGoo0007Ool00`00Oomoo`0KOol20002Ool00`00Oomoo`04Ool00`00Oomo o`13Ool00`00Oomoo`1Ool00`00 Oomoo`04Ool00`00Oomoo`0oOol00`00Oomoo`12Ool00`00Oomoo`07Ool00`00Oomoo`0QOol00`00 Oomoo`0;Ool00`00Oomoo`17Ool000Moo`03001oogoo019oo`03001oogoo00ioo`03001oogoo00Eo o`03001oogoo03ioo`03001oogoo041oo`8000Qoo`8002Aoo`03001oogoo00]oo`03001oogoo04Mo o`001goo00<007ooOol04Goo00<007ooOol047oo00<007ooOol017oo00<007ooOol0?Woo00<007oo Ool0?goo00<007ooOol01goo00<007ooOol09Goo00<007ooOol02goo00<007ooOol0AWoo0007Ool0 0`00Oomoo`0@Ool00`00Oomoo`0AOol00`00Oomoo`05Ool00`00Oomoo`0mOol00`00Oomoo`0nOol0 0`00Oomoo`07Ool00`00Oomoo`0VOol00`00Oomoo`0;Ool00`00Oomoo`16Ool000Moo`03001oogoo 00moo`03001oogoo019oo`03001oogoo00Eoo`03001oogoo03eoo`03001oogoo03aoo`8000Uoo`03 001oogoo02Moo`03001oogoo00aoo`03001oogoo04Eoo`001goo00<007ooOol03Woo00<007ooOol0 57oo00<007ooOol01Goo00<007ooOol0?7oo00<007ooOol0>goo00<007ooOol01goo0P00:goo00<0 07ooOol02goo00<007ooOol0AGoo0007Ool00`00Oomoo`0=Ool00`00Oomoo`0EOol00`00Oomoo`05 Ool00`00Oomoo`0lOol00`00Oomoo`0iOol20009Ool00`00Oomoo`0[Ool00`00Oomoo`0goo00<007oo Ool0=goo00<007ooOol01goo0P00<7oo00<007ooOol02goo00<007ooOol0A7oo0007Ool00`00Oomo o`0:Ool00`00Oomoo`0JOol00`00Oomoo`05Ool00`00Oomoo`0jOol00`00Oomoo`0fOol00`00Oomo o`07Ool00`00Oomoo`0aOol00`00Oomoo`0;Ool00`00Oomoo`13Ool000Moo`03001oogoo00Qoo`80 01eoo`03001oogoo00Eoo`03001oogoo03Yoo`03001oogoo03Aoo`8000Qoo`8003Aoo`03001oogoo 00]oo`03001oogoo04=oo`001goo00<007ooOol01goo00<007ooOol07Goo00<007ooOol01Woo00<0 07ooOol0>Goo00<007ooOol07oo00<007ooOol0<7oo00<007oo Ool01Goo0P00?7oo00<007ooOol02goo00<007ooOol0@Goo0007Ool00`00Oomoo`04Ool00`00Oomo o`0ROol00`00Oomoo`06Ool00`00Oomoo`0gOol00`00Oomoo`0_Ool00`00Oomoo`05Ool00`00Oomo o`0lOol00`00Oomoo`0goo000gOol00`00Oomoo`07Ool0 0`00Oomoo`1FOol00`00Oomoo`04Ool00`00Oomoo`1@Ool00`00Oomoo`0=Ool00`00Oomoo`0jOol0 03Qoo`03001oogoo00Moo`03001oogoo05=oo`8000Eoo`8005=oo`03001oogoo00eoo`03001oogoo 03Yoo`00>7oo00<007ooOol01goo00<007ooOol0DWoo00<007ooOol017oo00<007ooOol0Dgoo00<0 07ooOol03Woo00<007ooOol0>Goo000iOol00`00Oomoo`07Ool00`00Oomoo`1?Ool20005Ool2001G Ool00`00Oomoo`0=Ool00`00Oomoo`0iOol003Uoo`03001oogoo00Moo`03001oogoo04ioo`03001o ogoo00Aoo`03001oogoo05Moo`03001oogoo00ioo`03001oogoo03Qoo`00>Woo00<007ooOol01goo 00<007ooOol0C7oo00<007ooOol00goo0P00Fgoo00<007ooOol03Goo00<007ooOol0>7oo000jOol0 0`00Oomoo`07Ool00`00Oomoo`1;Ool00`00Oomoo`03Ool00`00Oomoo`1KOol00`00Oomoo`0>Ool0 0`00Oomoo`0gOol003Yoo`03001oogoo00Qoo`03001oogoo04Qoo`8000Aoo`8005ioo`03001oogoo 00ioo`03001oogoo03Moo`00>goo00<007ooOol01goo00<007ooOol0Agoo00<007ooOol00goo00<0 07ooOol0Ggoo00<007ooOol03Woo00<007ooOol0=Woo000kOol00`00Oomoo`08Ool00`00Oomoo`15 Ool00`00Oomoo`02Ool2001ROol00`00Oomoo`0>Ool00`00Oomoo`0fOol003aoo`03001oogoo00Mo o`03001oogoo04Aoo`03001oogoo009oo`03001oogoo06=oo`03001oogoo00ioo`03001oogoo03Eo o`00?7oo00<007ooOol027oo00<007ooOol0@Woo00@007ooOomoo`8006Ioo`03001oogoo00ioo`03 001oogoo03Eoo`00?Goo00<007ooOol01goo00<007ooOol0@Goo00D007ooOomoo`0006Uoo`03001o ogoo00ioo`03001oogoo03Aoo`00?Goo00<007ooOol027oo00<007ooOol0?goo00<007ooOol00P00 JWoo00<007ooOol03Woo00<007ooOol0=7oo000mOol00`00Oomoo`08Ool00`00Oomoo`0nOol01000 Oomoo`00K7oo00<007ooOol03goo00<007ooOol0Ool00`00Oomoo`0cOol003ioo`03001oogoo00Qoo`03 001oogoo03Yoo`04001oo`00001`Ool00`00Oomoo`0?Ool00`00Oomoo`0bOol003moo`03001oogoo 00Qoo`03001oogoo03Moo`@007=oo`03001oogoo00ioo`03001oogoo039oo`00?goo00<007ooOol0 27oo00<007ooOol0=Woo00<007oo0000MGoo00<007ooOol03goo00<007ooOol0Ool00`00Oomoo`0aOol0041o o`03001oogoo00Qoo`03001oogoo03=oo`03001oo`0007Qoo`03001oogoo00moo`03001oogoo031o o`00@7oo00<007ooOol02Goo00<007ooOol0<7oo1000NGoo00<007ooOol03goo00<007ooOol0<7oo 0011Ool00`00Oomoo`08Ool00`00Oomoo`0_Ool00`00Ool0001lOol00`00Oomoo`0?Ool00`00Oomo o`0_Ool0045oo`03001oogoo00Uoo`03001oogoo02eoo`03001oo`0007eoo`03001oogoo00moo`03 001oogoo02moo`00@Goo00<007ooOol02Goo00<007ooOol0;7oo0`00Ogoo00<007ooOol03Woo00<0 07ooOol0;goo0012Ool00`00Oomoo`09Ool00`00Oomoo`0ZOol20021Ool00`00Oomoo`0?Ool00`00 Oomoo`0^Ool0049oo`03001oogoo00Uoo`03001oogoo02Uoo`8008=oo`03001oogoo00ioo`03001o ogoo02ioo`00@goo00<007ooOol02Goo00<007ooOol09goo00<007ooOol0Pgoo00<007ooOol03goo 00<007ooOol0;Goo0013Ool00`00Oomoo`09Ool00`00Oomoo`0UOol20026Ool00`00Oomoo`0?Ool0 0`00Oomoo`0]Ool004=oo`03001oogoo00Yoo`03001oogoo02=oo`8008Qoo`03001oogoo00moo`03 001oogoo02aoo`00A7oo00<007ooOol02Goo00<007ooOol08Goo0P00RWoo00<007ooOol03goo00<0 07ooOol0;7oo0014Ool00`00Oomoo`0:Ool00`00Oomoo`0NOol2002=Ool00`00Oomoo`0?Ool00`00 Oomoo`0[Ool004Eoo`03001oogoo00Uoo`03001oogoo01eoo`8008ioo`03001oogoo00moo`03001o ogoo02]oo`00AGoo00<007ooOol02Woo00<007ooOol06goo00<007ooOol0Sgoo00<007ooOol03goo 00<007ooOol0:Woo0016Ool00`00Oomoo`09Ool00`00Oomoo`0IOol2002BOol00`00Oomoo`0?Ool0 0`00Oomoo`0ZOol004Ioo`03001oogoo00Yoo`03001oogoo01Moo`8009=oo`03001oogoo011oo`03 001oogoo02Uoo`00AWoo00<007ooOol02Woo00<007ooOol05Woo0P00UGoo00<007ooOol03goo00<0 07ooOol0:Goo0017Ool00`00Oomoo`0:Ool00`00Oomoo`0DOol2002FOol00`00Oomoo`0@Ool00`00 Oomoo`0XOol004Moo`03001oogoo00Yoo`03001oogoo019oo`<009Moo`03001oogoo011oo`03001o ogoo02Qoo`00B7oo00<007ooOol02Woo00<007ooOol047oo00<007oo0000V7oo00<007ooOol04Goo 00<007ooOol09goo0018Ool00`00Oomoo`0:Ool00`00Oomoo`0?Ool3002JOol00`00Oomoo`0@Ool0 0`00Oomoo`0WOol004Uoo`03001oogoo00Yoo`03001oogoo00aoo`<009aoo`03001oogoo015oo`03 001oogoo02Ioo`00BGoo00<007ooOol02Woo00<007ooOol02Woo0P0000=oo`00Ool0W7oo00<007oo Ool04Goo00<007ooOol09Woo0019Ool00`00Oomoo`0;Ool00`00Oomoo`07Ool200000goo0000002O Ool00`00Oomoo`0AOol00`00Oomoo`0UOol004Yoo`03001oogoo00Yoo`03001oogoo00Ioo`04001o ogoo002QOol00`00Oomoo`0AOol00`00Oomoo`0UOol004Yoo`03001oogoo00]oo`03001oogoo00Ao o`04001oo`00002ROol00`00Oomoo`0BOol00`00Oomoo`0TOol004]oo`03001oogoo00Yoo`03001o ogoo009oo`800003Ool007oo0:Aoo`03001oogoo015oo`03001oogoo02Aoo`00Bgoo00<007ooOol0 2goo00@007ooOol0009oo`03001oogoo0:Aoo`03001oogoo019oo`03001oogoo02=oo`00C7oo00<0 07ooOol02Woo00<007oo00000Woo00<007ooOol0YWoo00<007ooOol04Goo00<007ooOol08goo001< Ool00`00Oomoo`0:Ool20002Ool00`00Oomoo`2WOol00`00Oomoo`0BOol00`00Oomoo`0ROol004ao o`03001oogoo00Qoo`800004Ool007oo002ZOol00`00Oomoo`0BOol00`00Oomoo`0ROol004eoo`03 001oogoo00Eoo`8000Aoo`<00:Yoo`03001oogoo019oo`03001oogoo025oo`00CGoo00<007ooOol0 17oo00<007ooOol01goo1000YWoo00<007ooOol04Woo00<007ooOol08Goo001=Ool00`00Oomoo`02 Ool2000>Ool5002ROol00`00Oomoo`0BOol00`00Oomoo`0POol004eoo`05001oogooOol0000EOol4 002NOol00`00Oomoo`0BOol00`00Oomoo`0POol004ioo`<001Yoo`@009]oo`03001oogoo019oo`03 001oogoo01moo`00CWoo0P007goo0`00V7oo00<007ooOol04Woo00<007ooOol07goo001@Ool3000O Ool4002DOol00`00Oomoo`0COol00`00Oomoo`0NOol005=oo`<0021oo`<0099oo`03001oogoo019o o`03001oogoo01ioo`00EWoo0`0087oo1000SWoo00<007ooOol04goo00<007ooOol07Goo001IOol3 000QOol5002:Ool00`00Oomoo`0BOol00`00Oomoo`0MOol005aoo`@0029oo`D008Eoo`03001oogoo 01=oo`03001oogoo01aoo`00H7oo0`0097oo1000PWoo00<007ooOol04Woo00<007ooOol077oo001S Ool3000UOol3001oOol00`00Oomoo`0COol00`00Oomoo`0KOol006Ioo`<002Eoo`<007aoo`03001o ogoo01=oo`03001oogoo01]oo`00JGoo0`009Goo1000NGoo00<007ooOol04goo00<007ooOol06Woo 001/Ool3000VOol5001dOol00`00Oomoo`0COol00`00Oomoo`0JOol006moo`<002Qoo`D0071oo`03 001oogoo01=oo`03001oogoo01Uoo`00LWoo0`00:Woo1000K7oo00<007ooOol04goo00<007ooOol0 6Goo001eOol3000[Ool4001YOol00`00Oomoo`0COol00`00Oomoo`0HOol007Qoo`<002aoo`<006Io o`03001oogoo01=oo`03001oogoo01Qoo`00Ngoo0`00;7oo0`00Hgoo00<007ooOol057oo00<007oo Ool05goo001nOol3000/Ool4001POol00`00Oomoo`0COol00`00Oomoo`0GOol0085oo`<002eoo`@0 05aoo`03001oogoo01Aoo`03001oogoo01Ioo`00Q7oo0`00;Woo1@00F7oo00<007ooOol04goo00<0 07ooOol05Woo0027Ool3000`Ool5001COol00`00Oomoo`0DOol00`00Oomoo`0EOol008Yoo`<0039o o`@0051oo`03001oogoo01=oo`03001oogoo01Eoo`00SGoo0`007oo1@00=goo00<007oo Ool057oo00<007ooOol04Goo002ROol3000jOol5000bOol00`00Oomoo`0DOol00`00Oomoo`0AOol0 0:Eoo`@003]oo`@002ioo`03001oogoo01Eoo`03001oogoo011oo`00ZGoo0`00?7oo0`00;7oo00<0 07ooOol057oo00<007ooOol047oo002/Ool2000mOol3000YOol00`00Oomoo`0EOol00`00Oomoo`0? Ool00:ioo`<003eoo`@002Eoo`03001oogoo01Eoo`03001oogoo00moo`00/Goo0`00?Woo10008Woo 00<007ooOol05Goo00<007ooOol03Woo002dOol3000oOol5000MOol00`00Oomoo`0EOol00`00Oomo o`0>Ool00;Moo`<0045oo`@001Yoo`03001oogoo01Eoo`03001oogoo00eoo`00^Woo0`00@Woo1000 5Woo00<007ooOol05Goo00<007ooOol03Goo002mOol30013Ool3000COol00`00Oomoo`0FOol00`00 Oomoo`0Aoo`<003Qoo`03001oogoo01Eoo`<000Moo`00igoo0`00=Goo00<007ooOol07goo003ZOol3000c Ool00`00Oomoo`0NOol00>eoo`@002moo`03001oogoo01ioo`00lGoo0`00;Goo00<007ooOol07Goo 003dOol3000ZOol00`00Oomoo`0MOol00?Moo`<002Qoo`03001oogoo01aoo`00nWoo0`009Goo00<0 07ooOol077oo003mOol3000ROol00`00Oomoo`0LOol00?moo`5oo`<0021oo`03001oogoo01]oo`00 ogoo17oo0`007Goo00<007ooOol06goo003oOol7Ool3000JOol00`00Oomoo`0KOol00?moo`Yoo`<0 01Qoo`03001oogoo01Yoo`00ogoo3Goo0`005Goo00<007ooOol06Woo003oOol@Ool3000COol00`00 Oomoo`0IOol00?mooa=oo`<0011oo`03001oogoo01Uoo`00ogoo5Woo0`003Goo00<007ooOol06Goo 003oOolIOol3000;Ool00`00Oomoo`0HOol00?mooaaoo`<000Qoo`03001oogoo01Qoo`00ogoo7goo 10001Goo00<007ooOol05goo003oOolSOol400000goo001oo`0HOol00?moobMoo`<001Qoo`00ogoo @Woo003oOom2Ool00?mood9oo`00ogoo@Woo003oOom2Ool00?mood9oo`00\ \>"], ImageRangeCache->{{{0, 320.875}, {255.375, 0}} -> {-0.561716, -0.438262, \ 0.0720637, 0.0720637}}] }, Open ]], Cell[BoxData[ \(raggio1[h_] := h\ L\ e1\)], "Input"], Cell[BoxData[ \(raggio2[h_] := h\ L\ e2\)], "Input"], Cell[BoxData[ \(raggioAut1[h_] := \(-h\)\ L\ normalizza[mP1 . e1]\)], "Input"], Cell[BoxData[ \(raggioAut2[h_] := h\ L\ normalizza[mP2 . \ e2]\)], "Input"], Cell[BoxData[ \(cerchioC := {Evaluate[cerchio], raggio1[h], raggio2[h]}\)], "Input"], Cell[CellGroupData[{ Cell[BoxData[ \(\(ParametricPlot[ Evaluate[ Join[cerchioC, Map[\[Phi]U, cerchioC], Map[\[Phi]RU, cerchioC]]], {h, 0, 1}, AspectRatio \[Rule] Automatic, \ Axes \[Rule] False];\)\)], "Input", PageWidth->Infinity], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .78514 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.5 0.027867 0.392569 0.027867 [ [ 0 0 0 0 ] [ 1 .78514 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .78514 L 0 .78514 L closepath clip newpath 0 g .5 Mabswid [ ] 0 setdash .72294 .39257 m .72293 .3943 L .72291 .39587 L .72288 .39769 L .72283 .3994 L .72272 .40245 L .72255 .40576 L .7223 .4094 L .72197 .41326 L .72122 .42016 L .72022 .42725 L .71908 .43387 L .71573 .44878 L .71128 .46372 L .7063 .47708 L .69203 .50582 L .67637 .52892 L .65614 .55169 L .63424 .57056 L .6084 .58737 L .59495 .59428 L .5799 .6007 L .56654 .60534 L .55158 .60946 L .54443 .61103 L .53672 .61246 L .53001 .61348 L .52268 .61435 L .51838 .61475 L .51439 .61504 L .51058 .61525 L .50865 .61534 L .50652 .61541 L .5046 .61546 L .50285 .61549 L .50092 .6155 L .49996 .61551 L .4989 .6155 L .49711 .61549 L .49519 .61545 L .49338 .61541 L .49174 .61535 L .48835 .6152 L .48462 .61497 L .4771 .61433 L .47016 .6135 L .46369 .61253 L .44923 .60965 L .43394 .60549 L .41987 .60061 L Mistroke .40494 .59422 L .37911 .57988 L .35584 .56262 L .33375 .5411 L .31446 .51617 L .2997 .49044 L .2938 .47731 L .28851 .46307 L .28444 .44944 L .2815 .43682 L .27916 .42304 L .27824 .41541 L .2779 .41189 L .27761 .40816 L .27741 .40497 L .27732 .40327 L .27724 .40145 L .27718 .39978 L .27714 .39825 L .2771 .39678 L .27708 .39524 L .27707 .39356 L .27707 .39176 L .27708 .39006 L .2771 .38853 L .27714 .38671 L .2772 .38475 L .27735 .3812 L .27756 .37772 L .27784 .374 L .2785 .36729 L .27955 .35934 L .28076 .35213 L .2842 .33661 L .28848 .32216 L .2995 .29509 L .31279 .27152 L .32906 .24946 L .35001 .22763 L .3722 .2099 L .39845 .1941 L .42547 .18246 L .43958 .17798 L .44764 .17587 L .45533 .17415 L .46244 .17282 L .4702 .17163 L .47729 .17079 L .48385 .17022 L .48752 .16998 L Mistroke .49096 .16982 L .49293 .16975 L .49473 .1697 L .49573 .16967 L .49681 .16966 L .49784 .16964 L .49879 .16964 L .49979 .16963 L .50086 .16963 L .50188 .16964 L .50281 .16965 L .50459 .16968 L .50646 .16973 L .50848 .16979 L .51036 .16987 L .51463 .17011 L .51845 .1704 L .52197 .17072 L .52993 .17165 L .53692 .17271 L .5443 .17408 L .55693 .17703 L .57065 .18112 L .59701 .19185 L .62363 .20706 L .64703 .22499 L .66886 .24701 L .68635 .2702 L .69978 .29362 L .70616 .30773 L .71128 .32143 L .71514 .33414 L .7184 .34781 L .72037 .35881 L .72124 .36509 L .72189 .37099 L .72235 .37642 L .72266 .38138 L .72278 .38413 L .72283 .38558 L .72287 .38712 L .7229 .38861 L .72292 .38995 L .72293 .3913 L .72294 .39257 L Mfstroke .5 .39257 m .50904 .39257 L .51891 .39257 L .52817 .39257 L .53708 .39257 L .54656 .39257 L .55569 .39257 L .56539 .39257 L .57474 .39257 L .58373 .39257 L .5933 .39257 L .60251 .39257 L .61136 .39257 L .62079 .39257 L .62987 .39257 L .63952 .39257 L .64881 .39257 L .65776 .39257 L .66727 .39257 L .67643 .39257 L .68616 .39257 L .69554 .39257 L .70457 .39257 L .71416 .39257 L .72294 .39257 L s .5 .39257 m .5 .40161 L .5 .41148 L .5 .42074 L .5 .42965 L .5 .43913 L .5 .44826 L .5 .45796 L .5 .46731 L .5 .4763 L .5 .48586 L .5 .49508 L .5 .50393 L .5 .51336 L .5 .52244 L .5 .53209 L .5 .54138 L .5 .55032 L .5 .55984 L .5 .569 L .5 .57873 L .5 .58811 L .5 .59713 L .5 .60673 L .5 .61551 L s .9368 .53552 m .94449 .55572 L .95113 .57718 L .95376 .58772 L .95604 .59876 L .95767 .60894 L .95823 .61328 L .95873 .61801 L .95915 .62313 L .95932 .62591 L .95944 .62849 L .95952 .63088 L .95957 .63306 L .95959 .63425 L .95959 .63555 L .95958 .6379 L .95956 .63932 L .95953 .64065 L .95949 .64184 L .95944 .64312 L .95929 .64599 L .95912 .6486 L .95868 .6533 L .95807 .65819 L .95657 .6668 L .95471 .67457 L .95217 .68278 L .94886 .6912 L .94122 .70562 L .93066 .71969 L .91858 .73139 L .90563 .74078 L .8911 .74871 L .87602 .75486 L .85795 .76012 L .8471 .76239 L .83675 .76403 L .8268 .76518 L .8211 .76566 L .81583 .766 L .81083 .76623 L .80799 .76632 L .80534 .76638 L .80302 .76642 L .80044 .76644 L .79773 .76644 L .79518 .76642 L .79219 .76637 L .7905 .76633 L .78892 .76629 L Mistroke .78289 .76606 L .77734 .76575 L .77136 .76534 L .75741 .76401 L .74447 .76237 L .71815 .75791 L .69311 .7524 L .63415 .7351 L .57855 .71385 L .51624 .68486 L .39446 .61298 L .28422 .52896 L .18272 .42997 L .14034 .37889 L .10714 .3319 L .07941 .28434 L .05991 .24141 L .05282 .22137 L .04695 .20047 L .04455 .18949 L .04261 .1782 L .04143 .16879 L .04096 .16356 L .04066 .15876 L .04054 .1563 L .0405 .15506 L .04046 .15371 L .04042 .15134 L .04041 .14914 L .04041 .14781 L .04043 .14656 L .04048 .14422 L .04052 .14292 L .04057 .14173 L .04071 .13903 L .04102 .13491 L .04148 .13042 L .0421 .12581 L .0428 .12156 L .04446 .11376 L .04637 .10684 L .05198 .09207 L .0554 .08528 L .05953 .07834 L .06821 .06674 L .08056 .05447 L .09365 .04482 L .10864 .03655 L .12397 .03028 L .14238 .02494 L Mistroke .15228 .02286 L .15765 .02193 L .16362 .02106 L .16925 .02037 L .17457 .01983 L .17973 .01942 L .18241 .01924 L .18532 .01908 L .18822 .01895 L .19091 .01885 L .19349 .01878 L .19624 .01873 L .19872 .0187 L .20106 .01869 L .20363 .01871 L .2064 .01874 L .20799 .01877 L .20968 .01881 L .21272 .0189 L .21602 .01903 L .21969 .01921 L .22633 .01963 L .23263 .02013 L .24459 .02135 L .25775 .02309 L .2829 .02743 L .31139 .03386 L .37138 .05195 L .42943 .07471 L .49269 .10487 L .61726 .18018 L .72912 .26779 L .82185 .36032 L .86128 .40838 L .89772 .46088 L .9368 .53552 L Mfstroke .5 .39257 m .51772 .39837 L .53704 .40469 L .55519 .41063 L .57265 .41634 L .59123 .42243 L .60911 .42828 L .62812 .4345 L .64643 .44049 L .66405 .44626 L .68279 .45239 L .70084 .4583 L .71819 .46398 L .73667 .47003 L .75445 .47584 L .77336 .48203 L .79157 .48799 L .80909 .49373 L .82773 .49983 L .84568 .5057 L .86475 .51194 L .88312 .51796 L .9008 .52374 L .91961 .5299 L .9368 .53552 L s .5 .39257 m .5058 .40658 L .51212 .42187 L .51806 .43622 L .52378 .45003 L .52986 .46472 L .53571 .47887 L .54193 .4939 L .54792 .50838 L .55369 .52232 L .55982 .53714 L .56573 .55142 L .57141 .56514 L .57746 .57975 L .58328 .59382 L .58946 .60877 L .59542 .62318 L .60116 .63703 L .60726 .65177 L .61313 .66597 L .61937 .68105 L .62539 .69559 L .63117 .70957 L .63733 .72444 L .64295 .73804 L s .94587 .50404 m .95499 .52363 L .96314 .54457 L .96651 .55489 L .96957 .56574 L .97191 .57572 L .97363 .58475 L .9744 .58977 L .97509 .59523 L .97562 .60064 L .97583 .60358 L .97599 .6063 L .97605 .60752 L .9761 .60885 L .97616 .61126 L .97619 .61358 L .97619 .61573 L .97617 .61703 L .97614 .61826 L .97607 .62053 L .97601 .6218 L .97595 .62297 L .97578 .62558 L .9754 .62975 L .97495 .63359 L .97352 .64212 L .97161 .65015 L .96899 .65846 L .96241 .67338 L .95776 .68126 L .95288 .68818 L .94247 .69992 L .92941 .71099 L .91588 .71972 L .89951 .72774 L .88242 .73394 L .86543 .73843 L .8557 .74039 L .84493 .74211 L .83441 .74337 L .82456 .74421 L .8184 .74459 L .81264 .74484 L .80959 .74493 L .80783 .74497 L .80621 .74501 L .8045 .74503 L .80266 .74505 L .80094 .74506 L .79931 .74506 L Mistroke .79634 .74505 L .79317 .74501 L .79015 .74495 L .78741 .74488 L .78059 .74461 L .7741 .74427 L .76198 .74337 L .7484 .74201 L .72016 .73804 L .69309 .73294 L .66716 .72696 L .60584 .70899 L .54832 .68763 L .42339 .62729 L .30809 .55393 L .19902 .4647 L .11444 .37379 L .08142 .32825 L .05739 .28749 L .0386 .24543 L .03174 .22428 L .02886 .21294 L .0268 .20286 L .02603 .19825 L .02532 .19331 L .02482 .18908 L .02438 .18449 L .02421 .18216 L .02405 .17967 L .02398 .17831 L .02393 .17706 L .02385 .17464 L .02382 .17245 L .02381 .17008 L .02384 .16786 L .02389 .16581 L .02396 .16395 L .02406 .16195 L .02432 .15837 L .02473 .15416 L .02522 .15035 L .02656 .14267 L .02844 .13483 L .03087 .12706 L .03353 .12024 L .04101 .10582 L .04979 .09362 L .0597 .08315 L .07221 .07298 L .08737 .06363 L Mistroke .10182 .05685 L .11927 .05069 L .12931 .04794 L .13926 .04571 L .14862 .044 L .15895 .04252 L .16496 .04183 L .1705 .04131 L .17623 .04087 L .18157 .04055 L .18458 .04041 L .18792 .04028 L .19129 .04018 L .19315 .04014 L .19489 .04012 L .19655 .0401 L .19812 .04008 L .20109 .04008 L .2043 .0401 L .20613 .04012 L .20782 .04015 L .21075 .04021 L .21386 .0403 L .21946 .04053 L .22556 .04085 L .2323 .0413 L .2446 .04238 L .25626 .04368 L .28366 .04774 L .31395 .05372 L .37737 .07072 L .43946 .09262 L .56004 .14875 L .6839 .22551 L .79068 .31094 L .87498 .39835 L .939 .49089 L .94587 .50404 L Mfstroke .5 .39257 m .51809 .39709 L .53781 .40202 L .55634 .40665 L .57416 .41111 L .59312 .41585 L .61138 .42041 L .63078 .42526 L .64947 .42994 L .66746 .43443 L .68659 .43922 L .70501 .44382 L .72273 .44825 L .74159 .45297 L .75974 .4575 L .77904 .46233 L .79763 .46698 L .81551 .47145 L .83454 .4762 L .85286 .48078 L .87233 .48565 L .89108 .49034 L .90913 .49485 L .92833 .49965 L .94587 .50404 L s .5 .39257 m .50678 .40614 L .51418 .42093 L .52113 .43482 L .52781 .44819 L .53492 .46241 L .54177 .4761 L .54904 .49065 L .55605 .50467 L .5628 .51816 L .56997 .53251 L .57688 .54633 L .58352 .55961 L .5906 .57376 L .5974 .58737 L .60464 .60185 L .61161 .61579 L .61832 .6292 L .62545 .64347 L .63232 .65721 L .63962 .67181 L .64666 .68588 L .65342 .69942 L .66062 .71382 L .6672 .72697 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{288, 226.063}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgOol2001]Ool30006Ool2002HOol000eo o`80075oo`8000Ioo`8009Ioo`0037oo00<007oo0000Lgoo0P001Woo0P00U7oo000Ool00`00Oomoo`03Ool00`00Oomoo`12Ool0 0`00Oomoo`1XOol00`00Oomoo`0;Ool3001;Ool000ioo`03001oogoo00Aoo`03001oogoo045oo`03 001oogoo06Uoo`03001oogoo00]oo`03001oo`0004Yoo`003goo00<007ooOol00goo00<007ooOol0 @7oo00<007ooOol0JWoo00<007ooOol037oo00<007oo0000BGoo000?Ool00`00Oomoo`04Ool00`00 Oomoo`0oOol00`00Oomoo`1[Ool00`00Oomoo`0goo00<007ooOol0Kgoo00<007ooOol03Woo00@007oo Ool004=oo`004Woo00<007ooOol00goo00<007ooOol0>Woo00<007ooOol0L7oo00<007ooOol03goo 00@007ooOol0049oo`004Woo00<007ooOol017oo00<007ooOol0>Goo00<007ooOol0LGoo00<007oo Ool03goo00@007ooOol0045oo`004goo00<007ooOol00goo00<007ooOol0>7oo00<007ooOol0LWoo 00<007ooOol047oo00<007ooOol00P00?goo000COol00`00Oomoo`04Ool00`00Oomoo`0gOol00`00 Oomoo`1cOol00`00Oomoo`0@Ool01@00Oomoogoo0000?Woo000DOol00`00Oomoo`04Ool00`00Oomo o`0eOol00`00Oomoo`1dOol00`00Oomoo`0AOol01@00Oomoogoo0000?Goo000EOol00`00Oomoo`03 Ool00`00Oomoo`0eOol00`00Oomoo`1eOol00`00Oomoo`0@Ool00`00Oomoo`02Ool00`00Oomoo`0j Ool001Eoo`03001oogoo00Aoo`03001oogoo03=oo`03001oogoo07Ioo`03001oogoo015oo`03001o ogoo009oo`03001oogoo03Uoo`005Woo00<007ooOol00goo00<007ooOol07oo000FOol00`00Oomoo`04Ool00`00Oomo o`0bOol00`00Oomoo`1gOol00`00Oomoo`0BOol00`00Oomoo`02Ool00`00Oomoo`0gOol001Moo`03 001oogoo00=oo`03001oogoo035oo`03001oogoo07Uoo`03001oogoo019oo`03001oogoo009oo`03 001oogoo03Ioo`0067oo00<007ooOol00goo00<007ooOol0<7oo00<007ooOol0NGoo00<007ooOol0 4goo00<007ooOol00Woo00<007ooOol0=Goo000HOol00`00Oomoo`04Ool00`00Oomoo`0_Ool00`00 Oomoo`1iOol00`00Oomoo`0DOol00`00Oomoo`02Ool00`00Oomoo`0dOol001Uoo`03001oogoo00Ao o`03001oogoo02ioo`03001oogoo07Uoo`03001oogoo01Eoo`03001oogoo009oo`03001oogoo03=o o`006Woo00<007ooOol00goo00<007ooOol0;Goo00<007ooOol0Ngoo00<007ooOol05Goo00<007oo Ool00Woo00<007ooOol0goo00<007ooOol00goo0P009Goo10002Goo1@00<7oo00<007ooOol00Woo00<007ooOol06Woo 000dOol00`00Oomoo`02Ool00`00Oomoo`0EOol00`00Oomoo`0kOol00`00Oomoo`04Ool2000XOol2 000;Ool5000/Ool00`00Oomoo`03Ool00`00Oomoo`0IOol003Eoo`03001oogoo009oo`03001oogoo 01Aoo`03001oogoo03]oo`03001oogoo00Aoo`8002Yoo`<000Qoo`03001oogoo009oo`@002Uoo`03 001oogoo00=oo`03001oogoo01Qoo`00=Woo00<007ooOol00Woo00<007ooOol04goo00<007ooOol0 >goo00<007ooOol01Goo0P00;7oo0`0017oo00<007ooOol01goo0P00:7oo00<007ooOol00goo00<0 07ooOol05goo000gOol00`00Oomoo`02Ool00`00Oomoo`0COol00`00Oomoo`0jOol00`00Oomoo`05 Ool2000_Ool5000;Ool4000TOol00`00Oomoo`03Ool00`00Oomoo`0GOol003Qoo`03001oogoo009o o`03001oogoo019oo`03001oogoo03Yoo`03001oogoo00Ioo`80039oo`@000aoo`H001moo`03001o ogoo00=oo`03001oogoo01Ioo`00>Goo00<007ooOol00Woo00<007ooOol04Goo00<007ooOol0>Woo 00<007ooOol01Woo0P00Ool004Uoo`04001oogoo000Ool009aoo`<000Eoo`<000aoo`03001oogoo00Eoo`03001oogoo051oo`03001o ogoo00moo`00Wgoo0P001Woo0P002goo00<007ooOol017oo00<007ooOol0Cgoo0P004Goo002QOol2 0006Ool30008Ool00`00Oomoo`05Ool00`00Oomoo`1Woo 0P001Woo00<007ooOol05Woo002dOol4000=Ool5000aOol40007Ool00`00Oomoo`0GOol00;Moo`@0 00moo`P002Eoo`@000Uoo`8001Yoo`00^goo0`0057oo1P006Goo1P0037oo00<007ooOol06Woo002n Ool3000GOolI000@Ool2000MOol00<5oo`@003Yoo`8001moo`00aGoo0`00=Goo0P008Goo0038Ool4 000]Ool4000SOol00"], ImageRangeCache->{{{0, 287}, {225.063, 0}} -> {-17.9643, -14.0874, \ 0.125187, 0.125187}}] }, Open ]], Cell[BoxData[ \(cerchioCAut := {Evaluate[cerchio], raggioAut1[h], raggioAut2[h]}\)], "Input"], Cell[CellGroupData[{ Cell[BoxData[ \(\(ParametricPlot[ Evaluate[ Join[cerchioCAut, Map[\[Phi]U, cerchioCAut], Map[\[Phi]RU, cerchioCAut]]], {h, 0, 1}, AspectRatio \[Rule] Automatic, \ Axes \[Rule] False];\)\)], "Input", PageWidth->Infinity], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .78514 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.5 0.027867 0.392569 0.027867 [ [ 0 0 0 0 ] [ 1 .78514 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .78514 L 0 .78514 L closepath clip newpath 0 g .5 Mabswid [ ] 0 setdash .72294 .39257 m .72293 .3943 L .72291 .39587 L .72288 .39769 L .72283 .3994 L .72272 .40245 L .72255 .40576 L .7223 .4094 L .72197 .41326 L .72122 .42016 L .72022 .42725 L .71908 .43387 L .71573 .44878 L .71128 .46372 L .7063 .47708 L .69203 .50582 L .67637 .52892 L .65614 .55169 L .63424 .57056 L .6084 .58737 L .59495 .59428 L .5799 .6007 L .56654 .60534 L .55158 .60946 L .54443 .61103 L .53672 .61246 L .53001 .61348 L .52268 .61435 L .51838 .61475 L .51439 .61504 L .51058 .61525 L .50865 .61534 L .50652 .61541 L .5046 .61546 L .50285 .61549 L .50092 .6155 L .49996 .61551 L .4989 .6155 L .49711 .61549 L .49519 .61545 L .49338 .61541 L .49174 .61535 L .48835 .6152 L .48462 .61497 L .4771 .61433 L .47016 .6135 L .46369 .61253 L .44923 .60965 L .43394 .60549 L .41987 .60061 L Mistroke .40494 .59422 L .37911 .57988 L .35584 .56262 L .33375 .5411 L .31446 .51617 L .2997 .49044 L .2938 .47731 L .28851 .46307 L .28444 .44944 L .2815 .43682 L .27916 .42304 L .27824 .41541 L .2779 .41189 L .27761 .40816 L .27741 .40497 L .27732 .40327 L .27724 .40145 L .27718 .39978 L .27714 .39825 L .2771 .39678 L .27708 .39524 L .27707 .39356 L .27707 .39176 L .27708 .39006 L .2771 .38853 L .27714 .38671 L .2772 .38475 L .27735 .3812 L .27756 .37772 L .27784 .374 L .2785 .36729 L .27955 .35934 L .28076 .35213 L .2842 .33661 L .28848 .32216 L .2995 .29509 L .31279 .27152 L .32906 .24946 L .35001 .22763 L .3722 .2099 L .39845 .1941 L .42547 .18246 L .43958 .17798 L .44764 .17587 L .45533 .17415 L .46244 .17282 L .4702 .17163 L .47729 .17079 L .48385 .17022 L .48752 .16998 L Mistroke .49096 .16982 L .49293 .16975 L .49473 .1697 L .49573 .16967 L .49681 .16966 L .49784 .16964 L .49879 .16964 L .49979 .16963 L .50086 .16963 L .50188 .16964 L .50281 .16965 L .50459 .16968 L .50646 .16973 L .50848 .16979 L .51036 .16987 L .51463 .17011 L .51845 .1704 L .52197 .17072 L .52993 .17165 L .53692 .17271 L .5443 .17408 L .55693 .17703 L .57065 .18112 L .59701 .19185 L .62363 .20706 L .64703 .22499 L .66886 .24701 L .68635 .2702 L .69978 .29362 L .70616 .30773 L .71128 .32143 L .71514 .33414 L .7184 .34781 L .72037 .35881 L .72124 .36509 L .72189 .37099 L .72235 .37642 L .72266 .38138 L .72278 .38413 L .72283 .38558 L .72287 .38712 L .7229 .38861 L .72292 .38995 L .72293 .3913 L .72294 .39257 L Mfstroke .5 .39257 m .49467 .39987 L .48885 .40784 L .48339 .41532 L .47813 .42251 L .47254 .43017 L .46716 .43754 L .46143 .44538 L .45592 .45292 L .45062 .46019 L .44498 .46791 L .43954 .47535 L .43432 .4825 L .42876 .49012 L .4234 .49745 L .41771 .50524 L .41223 .51275 L .40696 .51997 L .40135 .52765 L .39594 .53505 L .3902 .54291 L .38467 .55048 L .37935 .55777 L .37369 .56552 L .36851 .5726 L s .5 .39257 m .5073 .3979 L .51527 .40372 L .52275 .40918 L .52994 .41444 L .5376 .42003 L .54497 .42541 L .55281 .43114 L .56035 .43665 L .56762 .44195 L .57534 .44759 L .58278 .45303 L .58993 .45825 L .59755 .46381 L .60488 .46917 L .61267 .47486 L .62018 .48034 L .6274 .48561 L .63508 .49122 L .64248 .49663 L .65034 .50237 L .65791 .5079 L .6652 .51322 L .67295 .51888 L .68003 .52405 L s .9368 .53552 m .94449 .55572 L .95113 .57718 L .95376 .58772 L .95604 .59876 L .95767 .60894 L .95823 .61328 L .95873 .61801 L .95915 .62313 L .95932 .62591 L .95944 .62849 L .95952 .63088 L .95957 .63306 L .95959 .63425 L .95959 .63555 L .95958 .6379 L .95956 .63932 L .95953 .64065 L .95949 .64184 L .95944 .64312 L .95929 .64599 L .95912 .6486 L .95868 .6533 L .95807 .65819 L .95657 .6668 L .95471 .67457 L .95217 .68278 L .94886 .6912 L .94122 .70562 L .93066 .71969 L .91858 .73139 L .90563 .74078 L .8911 .74871 L .87602 .75486 L .85795 .76012 L .8471 .76239 L .83675 .76403 L .8268 .76518 L .8211 .76566 L .81583 .766 L .81083 .76623 L .80799 .76632 L .80534 .76638 L .80302 .76642 L .80044 .76644 L .79773 .76644 L .79518 .76642 L .79219 .76637 L .7905 .76633 L .78892 .76629 L Mistroke .78289 .76606 L .77734 .76575 L .77136 .76534 L .75741 .76401 L .74447 .76237 L .71815 .75791 L .69311 .7524 L .63415 .7351 L .57855 .71385 L .51624 .68486 L .39446 .61298 L .28422 .52896 L .18272 .42997 L .14034 .37889 L .10714 .3319 L .07941 .28434 L .05991 .24141 L .05282 .22137 L .04695 .20047 L .04455 .18949 L .04261 .1782 L .04143 .16879 L .04096 .16356 L .04066 .15876 L .04054 .1563 L .0405 .15506 L .04046 .15371 L .04042 .15134 L .04041 .14914 L .04041 .14781 L .04043 .14656 L .04048 .14422 L .04052 .14292 L .04057 .14173 L .04071 .13903 L .04102 .13491 L .04148 .13042 L .0421 .12581 L .0428 .12156 L .04446 .11376 L .04637 .10684 L .05198 .09207 L .0554 .08528 L .05953 .07834 L .06821 .06674 L .08056 .05447 L .09365 .04482 L .10864 .03655 L .12397 .03028 L .14238 .02494 L Mistroke .15228 .02286 L .15765 .02193 L .16362 .02106 L .16925 .02037 L .17457 .01983 L .17973 .01942 L .18241 .01924 L .18532 .01908 L .18822 .01895 L .19091 .01885 L .19349 .01878 L .19624 .01873 L .19872 .0187 L .20106 .01869 L .20363 .01871 L .2064 .01874 L .20799 .01877 L .20968 .01881 L .21272 .0189 L .21602 .01903 L .21969 .01921 L .22633 .01963 L .23263 .02013 L .24459 .02135 L .25775 .02309 L .2829 .02743 L .31139 .03386 L .37138 .05195 L .42943 .07471 L .49269 .10487 L .61726 .18018 L .72912 .26779 L .82185 .36032 L .86128 .40838 L .89772 .46088 L .9368 .53552 L Mfstroke .5 .39257 m .49423 .40047 L .48794 .40908 L .48203 .41717 L .47635 .42495 L .47031 .43323 L .46449 .4412 L .4583 .44967 L .45234 .45783 L .4466 .46568 L .4405 .47404 L .43463 .48208 L .42898 .48981 L .42296 .49805 L .41718 .50597 L .41102 .5144 L .40509 .52252 L .39939 .53032 L .39332 .53863 L .38748 .54663 L .38128 .55513 L .37529 .56332 L .36954 .5712 L .36342 .57958 L .35782 .58724 L s .5 .39257 m .51773 .40552 L .53707 .41964 L .55523 .4329 L .57269 .44566 L .59128 .45923 L .60917 .4723 L .62819 .48619 L .64652 .49958 L .66415 .51245 L .6829 .52615 L .70096 .53934 L .71832 .55202 L .73681 .56552 L .7546 .57851 L .77352 .59233 L .79174 .60564 L .80927 .61844 L .82792 .63206 L .84588 .64518 L .86496 .65911 L .88335 .67254 L .90104 .68546 L .91985 .6992 L .93705 .71176 L s .94587 .50404 m .95499 .52363 L .96314 .54457 L .96651 .55489 L .96957 .56574 L .97191 .57572 L .97363 .58475 L .9744 .58977 L .97509 .59523 L .97562 .60064 L .97583 .60358 L .97599 .6063 L .97605 .60752 L .9761 .60885 L .97616 .61126 L .97619 .61358 L .97619 .61573 L .97617 .61703 L .97614 .61826 L .97607 .62053 L .97601 .6218 L .97595 .62297 L .97578 .62558 L .9754 .62975 L .97495 .63359 L .97352 .64212 L .97161 .65015 L .96899 .65846 L .96241 .67338 L .95776 .68126 L .95288 .68818 L .94247 .69992 L .92941 .71099 L .91588 .71972 L .89951 .72774 L .88242 .73394 L .86543 .73843 L .8557 .74039 L .84493 .74211 L .83441 .74337 L .82456 .74421 L .8184 .74459 L .81264 .74484 L .80959 .74493 L .80783 .74497 L .80621 .74501 L .8045 .74503 L .80266 .74505 L .80094 .74506 L .79931 .74506 L Mistroke .79634 .74505 L .79317 .74501 L .79015 .74495 L .78741 .74488 L .78059 .74461 L .7741 .74427 L .76198 .74337 L .7484 .74201 L .72016 .73804 L .69309 .73294 L .66716 .72696 L .60584 .70899 L .54832 .68763 L .42339 .62729 L .30809 .55393 L .19902 .4647 L .11444 .37379 L .08142 .32825 L .05739 .28749 L .0386 .24543 L .03174 .22428 L .02886 .21294 L .0268 .20286 L .02603 .19825 L .02532 .19331 L .02482 .18908 L .02438 .18449 L .02421 .18216 L .02405 .17967 L .02398 .17831 L .02393 .17706 L .02385 .17464 L .02382 .17245 L .02381 .17008 L .02384 .16786 L .02389 .16581 L .02396 .16395 L .02406 .16195 L .02432 .15837 L .02473 .15416 L .02522 .15035 L .02656 .14267 L .02844 .13483 L .03087 .12706 L .03353 .12024 L .04101 .10582 L .04979 .09362 L .0597 .08315 L .07221 .07298 L .08737 .06363 L Mistroke .10182 .05685 L .11927 .05069 L .12931 .04794 L .13926 .04571 L .14862 .044 L .15895 .04252 L .16496 .04183 L .1705 .04131 L .17623 .04087 L .18157 .04055 L .18458 .04041 L .18792 .04028 L .19129 .04018 L .19315 .04014 L .19489 .04012 L .19655 .0401 L .19812 .04008 L .20109 .04008 L .2043 .0401 L .20613 .04012 L .20782 .04015 L .21075 .04021 L .21386 .0403 L .21946 .04053 L .22556 .04085 L .2323 .0413 L .2446 .04238 L .25626 .04368 L .28366 .04774 L .31395 .05372 L .37737 .07072 L .43946 .09262 L .56004 .14875 L .6839 .22551 L .79068 .31094 L .87498 .39835 L .939 .49089 L .94587 .50404 L Mfstroke .5 .39257 m .49481 .40086 L .48915 .4099 L .48383 .41839 L .47872 .42655 L .47328 .43524 L .46804 .4436 L .46247 .4525 L .45711 .46106 L .45195 .4693 L .44646 .47807 L .44117 .48651 L .43609 .49463 L .43068 .50327 L .42547 .51159 L .41993 .52043 L .41459 .52895 L .40946 .53714 L .404 .54586 L .39875 .55426 L .39316 .56318 L .38778 .57177 L .3826 .58004 L .37709 .58884 L .37205 .59688 L s .5 .39257 m .51861 .40422 L .5389 .41693 L .55796 .42887 L .57629 .44034 L .5958 .45256 L .61458 .46432 L .63454 .47682 L .65377 .48887 L .67227 .50045 L .69195 .51278 L .7109 .52465 L .72913 .53606 L .74853 .54821 L .7672 .5599 L .78706 .57234 L .80618 .58431 L .82457 .59583 L .84415 .60809 L .863 .61989 L .88302 .63243 L .90232 .64452 L .92089 .65614 L .94063 .66851 L .95868 .67981 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{288, 226.063}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgOol2001]Ool30006Ool2002HOol000eo o`80075oo`8000Ioo`8009Ioo`0037oo00<007oo0000Lgoo0P001Woo0P00U7oo000Ool00`00Oomoo`03Ool00`00Oomoo`12Ool0 0`00Oomoo`1XOol00`00Oomoo`0;Ool3001;Ool000ioo`03001oogoo00Aoo`03001oogoo045oo`03 001oogoo06Uoo`03001oogoo00]oo`03001oo`0004Yoo`003goo00<007ooOol00goo00<007ooOol0 @7oo00<007ooOol0JWoo00<007ooOol037oo00<007oo0000BGoo000?Ool00`00Oomoo`04Ool00`00 Oomoo`0oOol00`00Oomoo`1[Ool00`00Oomoo`0goo00<007ooOol0Kgoo00<007ooOol03Woo00@007oo Ool004=oo`004Woo00<007ooOol00goo00<007ooOol0>Woo00<007ooOol0L7oo00<007ooOol03goo 00@007ooOol0049oo`004Woo00<007ooOol017oo00<007ooOol0>Goo00<007ooOol0LGoo00<007oo Ool03goo00@007ooOol0045oo`004goo00<007ooOol00goo00<007ooOol0>7oo00<007ooOol0LWoo 00<007ooOol047oo00<007ooOol00P00?goo000COol00`00Oomoo`04Ool00`00Oomoo`0gOol00`00 Oomoo`1cOol00`00Oomoo`0@Ool01@00Oomoogoo0000?Woo000DOol00`00Oomoo`04Ool00`00Oomo o`0eOol00`00Oomoo`1dOol00`00Oomoo`0AOol01@00Oomoogoo0000?Goo000EOol00`00Oomoo`03 Ool00`00Oomoo`0eOol00`00Oomoo`1eOol00`00Oomoo`0@Ool00`00Oomoo`02Ool00`00Oomoo`0j Ool001Eoo`03001oogoo00Aoo`03001oogoo03=oo`03001oogoo07Ioo`03001oogoo015oo`03001o ogoo009oo`03001oogoo03Uoo`005Woo00<007ooOol00goo00<007ooOol07oo000FOol00`00Oomoo`04Ool00`00Oomo o`0bOol00`00Oomoo`1gOol00`00Oomoo`0BOol00`00Oomoo`02Ool00`00Oomoo`0gOol001Moo`03 001oogoo00=oo`03001oogoo035oo`03001oogoo07Uoo`03001oogoo019oo`03001oogoo009oo`03 001oogoo03Ioo`0067oo00<007ooOol00goo00<007ooOol0<7oo00<007ooOol0NGoo00<007ooOol0 4goo00<007ooOol00Woo00<007ooOol0=Goo000HOol00`00Oomoo`04Ool00`00Oomoo`0_Ool00`00 Oomoo`1iOol00`00Oomoo`0DOol00`00Oomoo`02Ool00`00Oomoo`0dOol001Uoo`03001oogoo00Ao o`03001oogoo02ioo`03001oogoo07Uoo`03001oogoo01Eoo`03001oogoo009oo`03001oogoo03=o o`006Woo00<007ooOol00goo00<007ooOol0;Goo00<007ooOol0Ngoo00<007ooOol05Goo00<007oo Ool00Woo00<007ooOol0Woo0P001Woo0`00>7oo00<007ooOol09Goo00D0 07ooOomoo`0002Aoo`00:Woo00<007ooOol00Woo00<007ooOol07Goo00<007ooOol0>Goo0P0027oo 0`00=goo00<007ooOol09Woo00D007ooOomoo`0002=oo`00:goo00<007ooOol00Woo00<007ooOol0 77oo00<007ooOol0>7oo0P002goo0`00=Goo00<007ooOol09Woo00<007ooOol00Woo00<007ooOol0 87oo000/Ool00`00Oomoo`02Ool00`00Oomoo`0KOol00`00Oomoo`0hOol00`00Oomoo`0;Ool3000c Ool00`00Oomoo`0XOol00`00Oomoo`02Ool00`00Oomoo`0OOol002aoo`03001oogoo00=oo`03001o ogoo01Yoo`03001oogoo03Moo`8000moo`<0035oo`03001oogoo02Qoo`03001oogoo009oo`03001o ogoo01moo`00;Goo00<007ooOol00Woo00<007ooOol06goo00<007ooOol0=Goo0P004Goo1000;goo 00<007ooOol0:Goo00<007ooOol00Woo00<007ooOol07Woo000^Ool00`00Oomoo`02Ool00`00Oomo o`0JOol00`00Oomoo`0dOol3000BOol200000goo0000000]Ool00`00Oomoo`0ZOol00`00Oomoo`02 Ool00`00Oomoo`0MOol002moo`03001oogoo009oo`03001oogoo01Uoo`03001oogoo03Aoo`8001Eo o`04001oogoo000/Ool00`00Oomoo`0ZOol00`00Oomoo`03Ool00`00Oomoo`0LOol0031oo`03001o ogoo009oo`03001oogoo01Qoo`03001oogoo03=oo`8001Moo`03001oogoo008002Yoo`03001oogoo 02]oo`03001oogoo009oo`03001oogoo01aoo`007oo00<007ooOol00Woo00<007ooOol0 4Woo00<007ooOol0:goo00@007ooOol002Ioo`80009oo`8001aoo`03001oogoo039oo`03001oogoo 00=oo`03001oogoo01Ioo`00>Goo00<007ooOol00Woo00<007ooOol04Goo00<007ooOol0:goo00<0 07oo0000:7oo0P000goo00<007ooOol067oo00<007ooOol0=7oo00<007ooOol00goo00<007ooOol0 5Goo000jOol00`00Oomoo`02Ool00`00Oomoo`0AOol00`00Oomoo`0YOol00`00Ool0000[Ool01000 Oomoogoo0P0067oo00<007ooOol0=7oo00<007ooOol017oo00<007ooOol057oo000kOol20003Ool0 0`00Oomoo`0@Ool00`00Oomoo`0XOol00`00Ool0000]Ool00`00Oomoo`02Ool2000EOol00`00Oomo o`0fOol00`00Oomoo`03Ool00`00Oomoo`0DOol003eoo`05001oogooOol0000BOol00`00Oomoo`0V Ool200000goo001oo`0]Ool20004Ool2000COol00`00Oomoo`0fOol00`00Oomoo`04Ool00`00Oomo o`0COol003ioo`04001oogooOol2000@Ool00`00Oomoo`0VOol00`00Ool0000`Ool20005Ool00`00 Oomoo`0?Ool00`00Oomoo`0hOol00`00Oomoo`04Ool00`00Oomoo`0BOol003moo`03001oogoo009o o`03001oogoo00ioo`03001oogoo02Aoo`04001oogoo000bOol20004Ool2000?Ool00`00Oomoo`0h Ool00`00Oomoo`05Ool00`00Oomoo`0AOol0041oo`8000=oo`03001oogoo00eoo`03001oogoo02=o o`04001oogoo000eOol00`00Oomoo`03Ool00`00Oomoo`0;Ool00`00Oomoo`0jOol00`00Oomoo`04 Ool00`00Oomoo`0AOol0049oo`05001oogooOol0000?Ool00`00Oomoo`0ROol00`00Ool0000gOol2 0004Ool00`00Oomoo`0:Ool00`00Oomoo`0jOol00`00Oomoo`05Ool00`00Oomoo`0@Ool004=oo`05 001oogooOol0000?Ool00`00Oomoo`0POol01000Oomoo`00>7oo0P0017oo0P002Goo00<007ooOol0 ?7oo00<007ooOol017oo00<007ooOol047oo0014Ool01@00Oomoogoo00003Woo00<007ooOol07goo 00@007ooOol003]oo`03001oogoo00=oo`8000Moo`03001oogoo03aoo`03001oogoo00Eoo`03001o ogoo00moo`00AGoo0P000Woo00<007ooOol037oo00<007ooOol07Goo00D007ooOomoo`0003aoo`80 00Eoo`03001oogoo00=oo`03001oogoo03ioo`03001oogoo00Aoo`03001oogoo00moo`00Agoo00@0 07ooOol000eoo`03001oogoo01aoo`05001oogooOol0000nOol20005Ool20003Ool00`00Oomoo`0n Ool00`00Oomoo`05Ool00`00Oomoo`0>Ool004Qoo`04001oogoo000=Ool00`00Oomoo`0JOol01@00 Oomoogoo0000@Goo0P001Goo0`00@Woo00<007ooOol017oo00<007ooOol03Woo0019Ool01000Oomo o`0037oo00<007ooOol06Woo00D007ooOomoo`00049oo`8000Ioo`80045oo`03001oogoo00Eoo`03 001oogoo00eoo`00BWoo00@007ooOol000aoo`03001oogoo01Qoo`05001oogooOol00014Ool20004 Ool01000Oomoo`00@Goo00<007ooOol017oo00<007ooOol03Goo001;Ool200000goo001oo`0;Ool0 0`00Oomoo`0FOol00`00Oomoo`02Ool00`00Oomoo`14Ool20002Ool01000Oomoogoo0P00?goo00<0 07ooOol017oo00<007ooOol03Goo001=Ool00`00Ool0000;Ool00`00Oomoo`0FOol01@00Oomoogoo 0000BGoo0P001Woo00<007ooOol0?Goo00<007ooOol017oo00<007ooOol037oo001>Ool00`00Ool0 000;Ool00`00Oomoo`0DOol01@00Oomoogoo0000Bgoo00<007ooOol01Goo00<007ooOol0?7oo00<0 07ooOol017oo00<007ooOol037oo001?Ool00`00Ool0000:Ool00`00Oomoo`0COol20003Ool00`00 Oomoo`18Ool01000Ool000001Woo0P00?Goo00<007ooOol00goo00<007ooOol037oo001@Ool3000: Ool00`00Oomoo`0AOol20003Ool00`00Oomoo`18Ool00`00Oomoo`02Ool00`00Oomoo`05Ool2000k Ool00`00Oomoo`04Ool00`00Oomoo`0;Ool0059oo`<000Uoo`03001oogoo011oo`05001oogooOol0 001:Ool00`00Oomoo`04Ool20007Ool2000jOol00`00Oomoo`03Ool00`00Oomoo`0;Ool005=oo`03 001oo`0000Qoo`03001oogoo00moo`05001oogooOol0001:Ool00`00Oomoo`07Ool00`00Oomoo`06 Ool00`00Oomoo`0gOol00`00Oomoo`04Ool00`00Oomoo`0:Ool005Aoo`03001oo`0000Qoo`03001o ogoo00eoo`8000=oo`03001oogoo04Qoo`03001oogoo00Qoo`03001oogoo00Ioo`8003Qoo`03001o ogoo00=oo`03001oogoo00Yoo`00EGoo10001goo00<007ooOol037oo00D007ooOomoo`0004Yoo`03 001oogoo00Yoo`8000Qoo`03001oogoo03Eoo`03001oogoo00Aoo`03001oogoo00Uoo`00Egoo00<0 07oo00001goo00<007ooOol02Woo00D007ooOomoo`0004Yoo`03001oogoo00eoo`03001oogoo00Io o`03001oogoo03Aoo`03001oogoo00Aoo`03001oogoo00Uoo`00F7oo00<007oo00001goo0P002Goo 0P000goo00<007ooOol0Agoo00<007ooOol03goo00<007ooOol01Woo0P00=Goo00<007ooOol017oo 00<007ooOol027oo001IOol40007Ool00`00Oomoo`05Ool20003Ool00`00Oomoo`16Ool2000COol0 0`00Oomoo`07Ool2000cOol00`00Oomoo`04Ool00`00Oomoo`08Ool005]oo`03001oo`0000Moo`03 001oogoo00Aoo`03001oogoo009oo`03001oogoo04Eoo`03001oogoo01Aoo`8000Uoo`80035oo`03 001oogoo00Aoo`03001oogoo00Qoo`00G7oo0`001goo00<007ooOol00Woo00<007ooOol00Woo00<0 07ooOol0AGoo00<007ooOol05goo00<007ooOol027oo0P00<7oo00<007ooOol017oo00<007ooOol0 1goo001NOol30006Ool00`00Oomoo`020003Ool00`00Oomoo`14Ool2000KOol00`00Oomoo`09Ool2 000^Ool00`00Oomoo`04Ool00`00Oomoo`07Ool0061oo`8000Ioo`03001oo`0000Aoo`03001oogoo 04=oo`03001oogoo01aoo`8000]oo`03001oogoo02]oo`03001oogoo00Aoo`03001oogoo00Moo`00 HGoo0P001Woo0P000goo00<007ooOol0@Woo0P008Goo0P002Woo0P00;7oo00<007ooOol00goo00<0 07ooOol01goo001SOol20004Ool00`00Ool00002Ool00`00Oomoo`11Ool00`00Oomoo`0SOol00`00 Oomoo`09Ool00`00Oomoo`0YOol00`00Oomoo`03Ool00`00Oomoo`07Ool006Aoo`80009oo`04001o ogooOol20013Ool00`00Oomoo`0UOol00`00Oomoo`09Ool2000YOol00`00Oomoo`04Ool00`00Oomo o`06Ool006Ioo`8000Aoo`<0041oo`8002Uoo`8000]oo`03001oogoo02Moo`03001oogoo00=oo`03 001oogoo00Ioo`00IWoo0`000goo00<007ooOol00P00?Goo00<007ooOol0:goo00<007ooOol02Goo 0P009goo00<007ooOol00goo00<007ooOol01Woo001YOol30005Ool2000iOol2000_Ool00`00Oomo o`0:Ool2000UOol00`00Oomoo`03Ool00`00Oomoo`06Ool006Yoo`8000Moo`8003Eoo`80039oo`80 00aoo`03001oogoo02=oo`03001oogoo009oo`03001oogoo00Ioo`00JWoo10001goo0P00Ool00`00Oomo o`0FOol01@00Oomoogoo000027oo001iOol3001`Ool00`00Oomoo`0Ool2000COol01@00Oomoogoo000027oo001nOol4001^Ool2000>Ool2000AOol0 1@00Oomoogoo000027oo0020Ool01000Ool00000KWoo00<007ooOol03Goo00<007ooOol03Woo00D0 07ooOomoo`0000Qoo`00PGoo0P0000=oo`000000KGoo0P003Woo0P003Woo00@007ooOol000Uoo`00 Pgoo0P0000=oo`000000KGoo00<007ooOol03Goo00<007ooOol02Woo00D007ooOomoo`0000Uoo`00 QGoo00<007ooOol00P00K7oo0P003Woo0P002Woo00@007ooOol000Yoo`00QWoo0P000Woo0P00K7oo 00<007ooOol03Goo00<007ooOol01goo00@007ooOol000Yoo`00R7oo0P000Woo0P00Jgoo00<007oo Ool03Goo0P001goo00@007ooOol000Yoo`00RWoo00@007ooOomoo`8006Yoo`8000moo`8000Eoo`03 001oo`0000]oo`00Rgoo0P000goo0P00JWoo00<007ooOol03Woo00<007ooOol00Woo00<007oo0000 2goo002=Ool20003Ool2001YOol00`00Oomoo`0>Ool200001Goo001oogoo00002goo002?Ool00`00 Oomoo`02Ool2001XOol00`00Oomoo`0?Ool200000goo001oo`0;Ool0091oo`8000Aoo`8006Moo`80 011oo`<000aoo`00TWoo0P0017oo0P00Igoo00<007ooOol03Goo0P003Goo002DOol20004Ool2001V Ool00`00Oomoo`0Ool009aoo`<000Eoo`<0061oo`03001oogoo00Aoo`03001oogoo00moo`00 Wgoo0P001Woo0P00Ggoo0P000goo0P004Goo002QOol20006Ool3001NOol4000BOol00:=oo`8000Mo o`<005]oo`03001oo`0001=oo`00YGoo0`001goo1000EWoo00<007oo000057oo002XOol20009Ool3 001AOol20002Ool00`00Oomoo`0BOol00:Yoo`<000Uoo`@004aoo`05001oogooOol0000EOol00:eo o`8000]oo`@004Ioo`8000=oo`03001oogoo01Aoo`00[goo0`0037oo0`00@7oo0`0017oo00<007oo Ool05Goo002bOol2000=Ool4000jOol20006Ool00`00Oomoo`0FOol00;Aoo`<000ioo`D0035oo`@0 00Moo`03001oogoo01Moo`00]goo10003goo20009Goo10002Goo0P006Woo002kOol3000DOol6000I Ool6000Woo0P007goo 0035Ool3000eOol2000QOol00"], ImageRangeCache->{{{0, 287}, {225.063, 0}} -> {-17.9643, -14.0874, \ 0.125187, 0.125187}}] }, Open ]], Cell[BoxData[ \(\(figC1 = ParametricPlot[Evaluate[cerchioCAut], {h, 0, 1}, AspectRatio \[Rule] Automatic, \ Axes \[Rule] False, PlotStyle \[Rule] {Hue[1]}, DisplayFunction \[Rule] Identity];\)\)], "Input", PageWidth->Infinity], Cell[BoxData[ \(\(figC2 = ParametricPlot[Evaluate[Map[\[Phi]U, cerchioCAut]], {h, 0, 1}, AspectRatio \[Rule] Automatic, \ Axes \[Rule] False, PlotStyle \[Rule] {Hue[1.3]}, DisplayFunction \[Rule] Identity];\)\)], "Input", PageWidth->Infinity], Cell[BoxData[ \(\(figC3 = ParametricPlot[Evaluate[Map[\[Phi]RU, cerchioCAut]], {h, 0, 1}, AspectRatio \[Rule] Automatic, \ Axes \[Rule] False, PlotStyle \[Rule] {Hue[1.8]}, DisplayFunction \[Rule] Identity];\)\)], "Input", PageWidth->Infinity], Cell[CellGroupData[{ Cell[BoxData[ \(\(figC = Show[figC1, figC2, figC3, DisplayFunction \[Rule] $DisplayFunction, AspectRatio \[Rule] Automatic];\)\)], "Input", PageWidth->Infinity], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .78514 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.5 0.027867 0.392569 0.027867 [ [ 0 0 0 0 ] [ 1 .78514 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .78514 L 0 .78514 L closepath clip newpath 1 0 0 r .5 Mabswid [ ] 0 setdash .72294 .39257 m .72293 .3943 L .72291 .39587 L .72288 .39769 L .72283 .3994 L .72272 .40245 L .72255 .40576 L .7223 .4094 L .72197 .41326 L .72122 .42016 L .72022 .42725 L .71908 .43387 L .71573 .44878 L .71128 .46372 L .7063 .47708 L .69203 .50582 L .67637 .52892 L .65614 .55169 L .63424 .57056 L .6084 .58737 L .59495 .59428 L .5799 .6007 L .56654 .60534 L .55158 .60946 L .54443 .61103 L .53672 .61246 L .53001 .61348 L .52268 .61435 L .51838 .61475 L .51439 .61504 L .51058 .61525 L .50865 .61534 L .50652 .61541 L .5046 .61546 L .50285 .61549 L .50092 .6155 L .49996 .61551 L .4989 .6155 L .49711 .61549 L .49519 .61545 L .49338 .61541 L .49174 .61535 L .48835 .6152 L .48462 .61497 L .4771 .61433 L .47016 .6135 L .46369 .61253 L .44923 .60965 L .43394 .60549 L .41987 .60061 L Mistroke .40494 .59422 L .37911 .57988 L .35584 .56262 L .33375 .5411 L .31446 .51617 L .2997 .49044 L .2938 .47731 L .28851 .46307 L .28444 .44944 L .2815 .43682 L .27916 .42304 L .27824 .41541 L .2779 .41189 L .27761 .40816 L .27741 .40497 L .27732 .40327 L .27724 .40145 L .27718 .39978 L .27714 .39825 L .2771 .39678 L .27708 .39524 L .27707 .39356 L .27707 .39176 L .27708 .39006 L .2771 .38853 L .27714 .38671 L .2772 .38475 L .27735 .3812 L .27756 .37772 L .27784 .374 L .2785 .36729 L .27955 .35934 L .28076 .35213 L .2842 .33661 L .28848 .32216 L .2995 .29509 L .31279 .27152 L .32906 .24946 L .35001 .22763 L .3722 .2099 L .39845 .1941 L .42547 .18246 L .43958 .17798 L .44764 .17587 L .45533 .17415 L .46244 .17282 L .4702 .17163 L .47729 .17079 L .48385 .17022 L .48752 .16998 L Mistroke .49096 .16982 L .49293 .16975 L .49473 .1697 L .49573 .16967 L .49681 .16966 L .49784 .16964 L .49879 .16964 L .49979 .16963 L .50086 .16963 L .50188 .16964 L .50281 .16965 L .50459 .16968 L .50646 .16973 L .50848 .16979 L .51036 .16987 L .51463 .17011 L .51845 .1704 L .52197 .17072 L .52993 .17165 L .53692 .17271 L .5443 .17408 L .55693 .17703 L .57065 .18112 L .59701 .19185 L .62363 .20706 L .64703 .22499 L .66886 .24701 L .68635 .2702 L .69978 .29362 L .70616 .30773 L .71128 .32143 L .71514 .33414 L .7184 .34781 L .72037 .35881 L .72124 .36509 L .72189 .37099 L .72235 .37642 L .72266 .38138 L .72278 .38413 L .72283 .38558 L .72287 .38712 L .7229 .38861 L .72292 .38995 L .72293 .3913 L .72294 .39257 L Mfstroke .5 .39257 m .49467 .39987 L .48885 .40784 L .48339 .41532 L .47813 .42251 L .47254 .43017 L .46716 .43754 L .46143 .44538 L .45592 .45292 L .45062 .46019 L .44498 .46791 L .43954 .47535 L .43432 .4825 L .42876 .49012 L .4234 .49745 L .41771 .50524 L .41223 .51275 L .40696 .51997 L .40135 .52765 L .39594 .53505 L .3902 .54291 L .38467 .55048 L .37935 .55777 L .37369 .56552 L .36851 .5726 L s .5 .39257 m .5073 .3979 L .51527 .40372 L .52275 .40918 L .52994 .41444 L .5376 .42003 L .54497 .42541 L .55281 .43114 L .56035 .43665 L .56762 .44195 L .57534 .44759 L .58278 .45303 L .58993 .45825 L .59755 .46381 L .60488 .46917 L .61267 .47486 L .62018 .48034 L .6274 .48561 L .63508 .49122 L .64248 .49663 L .65034 .50237 L .65791 .5079 L .6652 .51322 L .67295 .51888 L .68003 .52405 L s .2 1 0 r .9368 .53552 m .94449 .55572 L .95113 .57718 L .95376 .58772 L .95604 .59876 L .95767 .60894 L .95823 .61328 L .95873 .61801 L .95915 .62313 L .95932 .62591 L .95944 .62849 L .95952 .63088 L .95957 .63306 L .95959 .63425 L .95959 .63555 L .95958 .6379 L .95956 .63932 L .95953 .64065 L .95949 .64184 L .95944 .64312 L .95929 .64599 L .95912 .6486 L .95868 .6533 L .95807 .65819 L .95657 .6668 L .95471 .67457 L .95217 .68278 L .94886 .6912 L .94122 .70562 L .93066 .71969 L .91858 .73139 L .90563 .74078 L .8911 .74871 L .87602 .75486 L .85795 .76012 L .8471 .76239 L .83675 .76403 L .8268 .76518 L .8211 .76566 L .81583 .766 L .81083 .76623 L .80799 .76632 L .80534 .76638 L .80302 .76642 L .80044 .76644 L .79773 .76644 L .79518 .76642 L .79219 .76637 L .7905 .76633 L .78892 .76629 L Mistroke .78289 .76606 L .77734 .76575 L .77136 .76534 L .75741 .76401 L .74447 .76237 L .71815 .75791 L .69311 .7524 L .63415 .7351 L .57855 .71385 L .51624 .68486 L .39446 .61298 L .28422 .52896 L .18272 .42997 L .14034 .37889 L .10714 .3319 L .07941 .28434 L .05991 .24141 L .05282 .22137 L .04695 .20047 L .04455 .18949 L .04261 .1782 L .04143 .16879 L .04096 .16356 L .04066 .15876 L .04054 .1563 L .0405 .15506 L .04046 .15371 L .04042 .15134 L .04041 .14914 L .04041 .14781 L .04043 .14656 L .04048 .14422 L .04052 .14292 L .04057 .14173 L .04071 .13903 L .04102 .13491 L .04148 .13042 L .0421 .12581 L .0428 .12156 L .04446 .11376 L .04637 .10684 L .05198 .09207 L .0554 .08528 L .05953 .07834 L .06821 .06674 L .08056 .05447 L .09365 .04482 L .10864 .03655 L .12397 .03028 L .14238 .02494 L Mistroke .15228 .02286 L .15765 .02193 L .16362 .02106 L .16925 .02037 L .17457 .01983 L .17973 .01942 L .18241 .01924 L .18532 .01908 L .18822 .01895 L .19091 .01885 L .19349 .01878 L .19624 .01873 L .19872 .0187 L .20106 .01869 L .20363 .01871 L .2064 .01874 L .20799 .01877 L .20968 .01881 L .21272 .0189 L .21602 .01903 L .21969 .01921 L .22633 .01963 L .23263 .02013 L .24459 .02135 L .25775 .02309 L .2829 .02743 L .31139 .03386 L .37138 .05195 L .42943 .07471 L .49269 .10487 L .61726 .18018 L .72912 .26779 L .82185 .36032 L .86128 .40838 L .89772 .46088 L .9368 .53552 L Mfstroke .5 .39257 m .49423 .40047 L .48794 .40908 L .48203 .41717 L .47635 .42495 L .47031 .43323 L .46449 .4412 L .4583 .44967 L .45234 .45783 L .4466 .46568 L .4405 .47404 L .43463 .48208 L .42898 .48981 L .42296 .49805 L .41718 .50597 L .41102 .5144 L .40509 .52252 L .39939 .53032 L .39332 .53863 L .38748 .54663 L .38128 .55513 L .37529 .56332 L .36954 .5712 L .36342 .57958 L .35782 .58724 L s .5 .39257 m .51773 .40552 L .53707 .41964 L .55523 .4329 L .57269 .44566 L .59128 .45923 L .60917 .4723 L .62819 .48619 L .64652 .49958 L .66415 .51245 L .6829 .52615 L .70096 .53934 L .71832 .55202 L .73681 .56552 L .7546 .57851 L .77352 .59233 L .79174 .60564 L .80927 .61844 L .82792 .63206 L .84588 .64518 L .86496 .65911 L .88335 .67254 L .90104 .68546 L .91985 .6992 L .93705 .71176 L s .8 0 1 r .94587 .50404 m .95499 .52363 L .96314 .54457 L .96651 .55489 L .96957 .56574 L .97191 .57572 L .97363 .58475 L .9744 .58977 L .97509 .59523 L .97562 .60064 L .97583 .60358 L .97599 .6063 L .97605 .60752 L .9761 .60885 L .97616 .61126 L .97619 .61358 L .97619 .61573 L .97617 .61703 L .97614 .61826 L .97607 .62053 L .97601 .6218 L .97595 .62297 L .97578 .62558 L .9754 .62975 L .97495 .63359 L .97352 .64212 L .97161 .65015 L .96899 .65846 L .96241 .67338 L .95776 .68126 L .95288 .68818 L .94247 .69992 L .92941 .71099 L .91588 .71972 L .89951 .72774 L .88242 .73394 L .86543 .73843 L .8557 .74039 L .84493 .74211 L .83441 .74337 L .82456 .74421 L .8184 .74459 L .81264 .74484 L .80959 .74493 L .80783 .74497 L .80621 .74501 L .8045 .74503 L .80266 .74505 L .80094 .74506 L .79931 .74506 L Mistroke .79634 .74505 L .79317 .74501 L .79015 .74495 L .78741 .74488 L .78059 .74461 L .7741 .74427 L .76198 .74337 L .7484 .74201 L .72016 .73804 L .69309 .73294 L .66716 .72696 L .60584 .70899 L .54832 .68763 L .42339 .62729 L .30809 .55393 L .19902 .4647 L .11444 .37379 L .08142 .32825 L .05739 .28749 L .0386 .24543 L .03174 .22428 L .02886 .21294 L .0268 .20286 L .02603 .19825 L .02532 .19331 L .02482 .18908 L .02438 .18449 L .02421 .18216 L .02405 .17967 L .02398 .17831 L .02393 .17706 L .02385 .17464 L .02382 .17245 L .02381 .17008 L .02384 .16786 L .02389 .16581 L .02396 .16395 L .02406 .16195 L .02432 .15837 L .02473 .15416 L .02522 .15035 L .02656 .14267 L .02844 .13483 L .03087 .12706 L .03353 .12024 L .04101 .10582 L .04979 .09362 L .0597 .08315 L .07221 .07298 L .08737 .06363 L Mistroke .10182 .05685 L .11927 .05069 L .12931 .04794 L .13926 .04571 L .14862 .044 L .15895 .04252 L .16496 .04183 L .1705 .04131 L .17623 .04087 L .18157 .04055 L .18458 .04041 L .18792 .04028 L .19129 .04018 L .19315 .04014 L .19489 .04012 L .19655 .0401 L .19812 .04008 L .20109 .04008 L .2043 .0401 L .20613 .04012 L .20782 .04015 L .21075 .04021 L .21386 .0403 L .21946 .04053 L .22556 .04085 L .2323 .0413 L .2446 .04238 L .25626 .04368 L .28366 .04774 L .31395 .05372 L .37737 .07072 L .43946 .09262 L .56004 .14875 L .6839 .22551 L .79068 .31094 L .87498 .39835 L .939 .49089 L .94587 .50404 L Mfstroke .5 .39257 m .49481 .40086 L .48915 .4099 L .48383 .41839 L .47872 .42655 L .47328 .43524 L .46804 .4436 L .46247 .4525 L .45711 .46106 L .45195 .4693 L .44646 .47807 L .44117 .48651 L .43609 .49463 L .43068 .50327 L .42547 .51159 L .41993 .52043 L .41459 .52895 L .40946 .53714 L .404 .54586 L .39875 .55426 L .39316 .56318 L .38778 .57177 L .3826 .58004 L .37709 .58884 L .37205 .59688 L s .5 .39257 m .51861 .40422 L .5389 .41693 L .55796 .42887 L .57629 .44034 L .5958 .45256 L .61458 .46432 L .63454 .47682 L .65377 .48887 L .67227 .50045 L .69195 .51278 L .7109 .52465 L .72913 .53606 L .74853 .54821 L .7672 .5599 L .78706 .57234 L .80618 .58431 L .82457 .59583 L .84415 .60809 L .863 .61989 L .88302 .63243 L .90232 .64452 L .92089 .65614 L .94063 .66851 L .95868 .67981 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{323.875, 254.313}, ImageMargins->{{43.75, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgWoo3Q_Pngoo000bOol86n0>Ool96n3b Ool002eoo`DKh1moo`HKh>aoo`00:Woo0a_P:Woo1a_PiGoo000WOol36n0dOol46n3QOol002Eoo`8K h3]oo`@Kh=eoo`008goo0Q_P@Goo0a_PfWoo000QOol26n0EOolBI1lOOol36n3GOol001moo`8Kh0io o`UT7a9oo`]T7aMoo`@Kh==oo`007Woo00Ool00f@OOolKh020Ool2I1l7Ool26n2WOol000ioo`03I1lKh7oo 089oo`9T7`Moo`8Kh:Eoo`003Goo00=T7goo6n00QGoo0V@O1goo0Q_PXgoo000goo0W`02Goo0V@O00Ool00f@OOomoo`04Ool00a_POomoo`1AOol00g`0Oomoo`1^Ool0 0g`0Oomoo`09Ool011_POomT7f@OFGoo000>Ool00f@OOomoo`05Ool00a_POomoo`1?Ool00g`0Oomo o`1_Ool00g`0Oomoo`0:Ool011_POomoof@OF7oo000?Ool00f@OOomoo`04Ool00a_POomoo`1>Ool0 0g`0Oomoo`1aOol00g`0Oomoo`0:Ool26n000gooI1moo`1FOol000moo`03I1moogoo00Aoo`036n1o ogoo04eoo`03O01oogoo07=oo`03O01oogoo00]oo`036n1oof@O05Ioo`003goo00=T7gooOol01Goo 00Ool01A_POomoogooI1l0CWoo000BOol00f@OOomoo`05Ool00a_POomoo`14Ool00g`0Oomo o`1lOol00g`0Oomoo`0>Ool01A_POomoogooI1l0CGoo000COol00f@OOomoo`04Ool00a_POomoo`14 Ool00g`0Oomoo`1lOol00g`0Oomoo`0?Ool01A_POomoogooI1l0C7oo000COol00f@OOomoo`05Ool0 0a_POomoo`12Ool00g`0Oomoo`1nOol00g`0Oomoo`0?Ool011_POomoogoo0V@OBWoo000DOol00f@O Oomoo`04Ool00a_POomoo`12Ool00g`0Oomoo`1nOol00g`0Oomoo`0@Ool00a_POomoo`02Ool00f@O Oomoo`17Ool001Aoo`03I1moogoo00Eoo`036n1oogoo041oo`03O01oogoo081oo`03O01oogoo011o o`036n1oogoo009oo`03I1moogoo04Ioo`005Goo00=T7gooOol01Goo00Woo00=l07ooOol0QGoo00=l07ooOol05Goo00goo000KOol00f@OOomoo`05Ool00a_POomoo`0eOol00g`0Oomoo`28Ool00g`0Oomoo`0HOol00a_P Oomoo`02Ool00f@OOomoo`0jOol001aoo`03I1moogoo00Aoo`036n1oogoo03Eoo`03O01oogoo08Qo o`03O01oogoo01Uoo`036n1oogoo009oo`03I1moogoo03Uoo`007Goo00=T7gooOol017oo007oo000NOol0 0f@OOomoo`04Ool00a_POomoo`0cOol00g`0Oomoo`29Ool00g`0Oomoo`0JOol00a_POomoo`02Ool0 0f@OOomoo`0gOol001ioo`03I1moogoo00Eoo`036n1oogoo035oo`03O01oogoo08Yoo`03O01oogoo 01]oo`036n1oogoo009oo`03I1moogoo03Ioo`007goo00=T7gooOol017oo00Goo00=l07ooOol0;Goo00goo00goo00Goo00=T7gooOol00goo007oo00Woo00=T7gooOol00goo007oo0Q_P1Goo0V@O4Goo00=l07ooOol0@7oo 00goo00Ool005=oo`04I1moogoo6n0=Ool00g`0Oomo o`0MOol01A_PO01oogooI1l0CGoo00Ool00g`06n1oo`02Ool00f@OOomoo`1@ Ool00g`0Oomoo`0Goo00goo0g`0>7oo00 Ool00f@OOomoo`0ROol00a_POomoo`03Ool00f@OOomoo`05Ool007eoo`036n1T7f@O00moo`Al01ao o`El04aoo`8Kh0moo`9T7b9oo`036n1oogoo00=oo`03I1moogoo00Eoo`00Ogoo00Ool2I1lJOol00a_POomoo`02Ool00f@OOomoo`06Ool008Moo`03 6n1T7f@O07moo`8Kh11oo`9T7aQoo`036n1oogoo009oo`03I1moogoo00Ioo`00RGoo00Ool00:Yoo`8Kh0Moo`9T7fmo o`036n1oogoo00]oo`03I1moogoo00ioo`00[7oo0Q_P1goo0f@OKGoo0Q_P2Woo00=T7gooOol03goo 002^Ool26n08Ool2I1m]Ool00a_POomoo`07Ool00f@OOomoo`0?Ool00;1oo`Ool4I1m1Ool3I1l7Ool00a_POomoo`0HOol0 0<]oo`Ool00a_POomoo`0LOol00=Aoo`@Kh1Moo`iT7`Uoo`eT7`mo o`8Kh1moo`00f7oo0a_P8Woo2F@O6Woo0Q_P8Goo003KOol36n10Ool26n0SOol00=ioo`aoo`HKh1ioo`"], ImageRangeCache->{{{0, 322.875}, {253.313, 0}} -> {-17.9558, -14.0872, \ 0.111224, 0.111224}}] }, Open ]], Cell[BoxData[ \(\(figQ1 = ParametricPlot[Evaluate[quadrato], {h, 0, 1}, AspectRatio \[Rule] Automatic, \ Axes \[Rule] False, PlotStyle \[Rule] {Hue[1]}, DisplayFunction \[Rule] Identity];\)\)], "Input", PageWidth->Infinity], Cell[BoxData[ \(\(figQ2 = ParametricPlot[Evaluate[Map[\[Phi]U, quadrato]], {h, 0, 1}, AspectRatio \[Rule] Automatic, \ Axes \[Rule] False, PlotStyle \[Rule] {Hue[1.3]}, DisplayFunction \[Rule] Identity];\)\)], "Input", PageWidth->Infinity], Cell[BoxData[ \(\(figQ3 = ParametricPlot[Evaluate[Map[\[Phi]RU, quadrato]], {h, 0, 1}, AspectRatio \[Rule] Automatic, \ Axes \[Rule] False, PlotStyle \[Rule] {Hue[1.8]}, DisplayFunction \[Rule] Identity];\)\)], "Input", PageWidth->Infinity], Cell[CellGroupData[{ Cell[BoxData[ \(\(figQ = Show[figQ1, figQ2, figQ3, DisplayFunction \[Rule] $DisplayFunction, AspectRatio \[Rule] Automatic];\)\)], "Input", PageWidth->Infinity], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .79667 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.04329 0.0189684 0.04329 [ [ 0 0 0 0 ] [ 1 .79667 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .79667 L 0 .79667 L closepath clip newpath 1 0 0 r .5 Mabswid [ ] 0 setdash .02381 .01897 m .03786 .01897 L .05318 .01897 L .06757 .01897 L .08141 .01897 L .09614 .01897 L .11032 .01897 L .12539 .01897 L .13991 .01897 L .15388 .01897 L .16874 .01897 L .18305 .01897 L .19681 .01897 L .21146 .01897 L .22556 .01897 L .24055 .01897 L .25499 .01897 L .26887 .01897 L .28365 .01897 L .29788 .01897 L .313 .01897 L .32757 .01897 L .34159 .01897 L .3565 .01897 L .37013 .01897 L s .37013 .01897 m .37013 .03302 L .37013 .04834 L .37013 .06273 L .37013 .07657 L .37013 .0913 L .37013 .10548 L .37013 .12055 L .37013 .13507 L .37013 .14904 L .37013 .1639 L .37013 .17821 L .37013 .19197 L .37013 .20662 L .37013 .22071 L .37013 .23571 L .37013 .25014 L .37013 .26403 L .37013 .27881 L .37013 .29304 L .37013 .30816 L .37013 .32273 L .37013 .33675 L .37013 .35166 L .37013 .36529 L s .02381 .36529 m .03786 .36529 L .05318 .36529 L .06757 .36529 L .08141 .36529 L .09614 .36529 L .11032 .36529 L .12539 .36529 L .13991 .36529 L .15388 .36529 L .16874 .36529 L .18305 .36529 L .19681 .36529 L .21146 .36529 L .22556 .36529 L .24055 .36529 L .25499 .36529 L .26887 .36529 L .28365 .36529 L .29788 .36529 L .313 .36529 L .32757 .36529 L .34159 .36529 L .3565 .36529 L .37013 .36529 L s .02381 .01897 m .02381 .03302 L .02381 .04834 L .02381 .06273 L .02381 .07657 L .02381 .0913 L .02381 .10548 L .02381 .12055 L .02381 .13507 L .02381 .14904 L .02381 .1639 L .02381 .17821 L .02381 .19197 L .02381 .20662 L .02381 .22071 L .02381 .23571 L .02381 .25014 L .02381 .26403 L .02381 .27881 L .02381 .29304 L .02381 .30816 L .02381 .32273 L .02381 .33675 L .02381 .35166 L .02381 .36529 L s .37013 .01897 m .35608 .03302 L .34076 .04834 L .32637 .06273 L .31253 .07657 L .2978 .0913 L .28362 .10548 L .26855 .12055 L .25403 .13507 L .24006 .14904 L .2252 .1639 L .21089 .17821 L .19713 .19197 L .18248 .20662 L .16838 .22071 L .15339 .23571 L .13895 .25014 L .12507 .26403 L .11029 .27881 L .09606 .29304 L .08094 .30816 L .06637 .32273 L .05235 .33675 L .03744 .35166 L .02381 .36529 L s .2 1 0 r .02381 .01897 m .05134 .02798 L .08136 .0378 L .10955 .04703 L .13666 .0559 L .16553 .06535 L .19331 .07444 L .22284 .0841 L .25128 .09341 L .27865 .10237 L .30777 .1119 L .33581 .12108 L .36276 .1299 L .39147 .13929 L .41909 .14833 L .44846 .15795 L .47675 .1672 L .50396 .17611 L .53292 .18559 L .5608 .19471 L .59043 .20441 L .61897 .21375 L .64644 .22274 L .67565 .2323 L .70235 .24104 L s .70235 .24104 m .71136 .26281 L .72119 .28655 L .73041 .30885 L .73929 .33029 L .74873 .35312 L .75782 .37509 L .76749 .39845 L .7768 .42095 L .78576 .44259 L .79529 .46562 L .80446 .4878 L .81328 .50912 L .82268 .53182 L .83172 .55367 L .84133 .5769 L .85059 .59927 L .85949 .62079 L .86897 .6437 L .8781 .66575 L .88779 .68918 L .89713 .71176 L .90612 .73348 L .91568 .75659 L .92442 .7777 L s .24588 .55563 m .2734 .56464 L .30342 .57447 L .33162 .58369 L .35873 .59257 L .38759 .60201 L .41538 .61111 L .4449 .62077 L .47335 .63008 L .50072 .63904 L .52984 .64857 L .55787 .65774 L .58483 .66656 L .61353 .67596 L .64116 .685 L .67053 .69461 L .69882 .70387 L .72603 .71278 L .75499 .72225 L .78287 .73138 L .8125 .74107 L .84104 .75042 L .86851 .7594 L .89772 .76896 L .92442 .7777 L s .02381 .01897 m .03282 .04074 L .04264 .06448 L .05187 .08678 L .06074 .10823 L .07019 .13105 L .07928 .15303 L .08895 .17638 L .09826 .19888 L .10721 .22053 L .11674 .24355 L .12592 .26573 L .13474 .28705 L .14413 .30975 L .15317 .3316 L .16279 .35483 L .17205 .3772 L .18095 .39873 L .19043 .42163 L .19955 .44368 L .20925 .46711 L .21859 .48969 L .22758 .51141 L .23714 .53452 L .24588 .55563 L s .70235 .24104 m .68384 .2538 L .66364 .26772 L .64467 .28079 L .62643 .29336 L .60702 .30674 L .58833 .31962 L .56846 .33331 L .54932 .3465 L .53091 .35919 L .51133 .37269 L .49246 .38569 L .47433 .39819 L .45502 .4115 L .43644 .4243 L .41668 .43792 L .39765 .45104 L .37934 .46365 L .35986 .47708 L .3411 .49001 L .32117 .50374 L .30197 .51698 L .28349 .52971 L .26384 .54326 L .24588 .55563 L s .8 0 1 r .02381 .01897 m .05191 .02599 L .08255 .03365 L .11133 .04085 L .13901 .04777 L .16847 .05513 L .19683 .06222 L .22697 .06976 L .25601 .07702 L .28395 .084 L .31367 .09143 L .34229 .09859 L .3698 .10547 L .3991 .11279 L .4273 .11984 L .45728 .12734 L .48616 .13456 L .51394 .1415 L .5435 .14889 L .57196 .15601 L .6022 .16357 L .63134 .17085 L .65937 .17786 L .6892 .18531 L .71645 .19213 L s .71645 .19213 m .72699 .2132 L .73848 .23619 L .74927 .25777 L .75965 .27853 L .7707 .30062 L .78133 .32189 L .79264 .3445 L .80353 .36628 L .814 .38723 L .82515 .40952 L .83588 .43099 L .8462 .45162 L .85719 .4736 L .86776 .49475 L .879 .51723 L .88983 .53889 L .90025 .55973 L .91133 .5819 L .92201 .60324 L .93335 .62592 L .94427 .64777 L .95479 .6688 L .96597 .69117 L .97619 .71161 L s .28355 .53845 m .31165 .54547 L .34229 .55313 L .37107 .56033 L .39875 .56725 L .42821 .57461 L .45657 .5817 L .48671 .58924 L .51575 .5965 L .54369 .60348 L .57341 .61091 L .60203 .61807 L .62954 .62495 L .65884 .63227 L .68704 .63932 L .71702 .64682 L .7459 .65404 L .77368 .66098 L .80324 .66837 L .8317 .67549 L .86194 .68305 L .89108 .69033 L .91911 .69734 L .94894 .7048 L .97619 .71161 L s .02381 .01897 m .03435 .04004 L .04584 .06302 L .05663 .08461 L .06701 .10537 L .07806 .12746 L .08869 .14873 L .09999 .17134 L .11088 .19312 L .12136 .21407 L .13251 .23636 L .14324 .25783 L .15356 .27846 L .16454 .30044 L .17512 .32159 L .18636 .34407 L .19719 .36573 L .20761 .38657 L .21869 .40874 L .22936 .43008 L .24071 .45276 L .25163 .47461 L .26215 .49564 L .27333 .51801 L .28355 .53845 L s .71645 .19213 m .69889 .20618 L .67974 .2215 L .66175 .23589 L .64445 .24973 L .62604 .26446 L .60831 .27864 L .58947 .29371 L .57132 .30823 L .55386 .3222 L .53529 .33706 L .5174 .35137 L .5002 .36513 L .48189 .37978 L .46427 .39387 L .44553 .40887 L .42748 .4233 L .41012 .43719 L .39164 .45197 L .37386 .4662 L .35496 .48132 L .33675 .49589 L .31922 .50991 L .30058 .52482 L .28355 .53845 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{288, 229.438}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgOol00g`0Oomoo`04I1l>Ool00g`0Oomoo`2cOol000Ioo`03O01oogoo00Mo o`036n1T7goo03Aoo`Woo00=l07ooOol027oo0Q_P3Woo00=l07ooOol01goo16@OZ7oo0006Ool0 0g`0Oomoo`09Ool011_POomoof@O>7oo00=l07ooOol02goo0a_P2goo00=l07ooOol02goo16@OY7oo 0006Ool00g`0Oomoo`0:Ool00a_POomT7`0gOol00g`0Oomoo`0?Ool36n08Ool00g`0Oomoo`0?Ool3 I1nQOol000Ioo`03O01oogoo00Yoo`046n1oogooI1leOol00g`0Oomoo`0COol46n04Ool00g`0Oomo o`0BOol3I1nNOol000Ioo`03O01oogoo00]oo`036n1oof@O03=oo`9l01Yoo`@Kh003O01oogoo01Eo o`=T7i]oo`001Woo00=l07ooOol02goo00Ool000Ioo`03O01oogoo01Aoo`056n1oogooOomT7`0AOol0 0g`0Oomoo`0dOol00g`0Oomoo`0nOol46n0HOol00f@OOomoo`05Ool00f@OOomoo`1>Ool000Ioo`03 O01oogoo01Aoo`036n1oogoo009oo`03I1moogoo00eoo`03O01oogoo03Eoo`03O01oogoo049oo`@K h1=oo`03I1moogoo00Moo`03I1moogoo04eoo`001Woo00=l07ooOol05Goo00Goo00=l07ooOol0CWoo0Q_P17oo0V@O3goo00=T7gooOol0Bgoo0006Ool00g`0Oomoo`0FOol0 0a_POomoo`03Ool00f@OOomoo`06Ool00g`0Oomoo`0iOol00g`0Oomoo`1@Ool36n000f@OOomoo`0? Ool00f@OOomoo`1;Ool000Ioo`03O01oogoo01Moo`036n1oogoo009oo`03I1moogoo00Eoo`03O01o ogoo03Yoo`03O01oogoo055oo`9T7`goo00=l07ooOol0D7oo00=T7gooOol00goo11_P 37oo00=T7gooOol0BWoo0006Ool00g`0Oomoo`0HOol00a_POomoo`02Ool00f@OOomoo`02Ool00g`0 Oomoo`0lOol00g`0Oomoo`1?Ool00f@OOomoo`08Ool36n09Ool00f@OOomoo`1:Ool000Ioo`03O01o ogoo01Qoo`036n1oogoo00=oo`04I1moog`0O00oOol00g`0Oomoo`1=Ool2I1lgoo00=l07ooOol0@7oo00=T7gooOol027oo00Goo00=l07oo Ool0?7oo00=T7gooOol01goo007oo00=l07ooOol0=goo0V@O2Goo00Ool00g`0Oomoo`0?Ool00a_POomoo`04Ool00f@O Oomoo`0gOol00g`0Oomoo`0fOol00f@OOomoo`08Ool00a_POomoo`0POol00a_POomoo`0:Ool00f@O Oomoo`0oOol000Ioo`03O01oogoo00eoo`03O01oogoo011oo`036n1oogoo00Aoo`03I1moogoo03Mo o`03O01oogoo03Eoo`03I1moogoo00Moo`8Kh2=oo`036n1oogoo00Yoo`03I1moogoo03moo`001Woo 00=l07ooOol037oo00=l07ooOol04Goo00goo0006Ool00g`0Oomo o`06Ool00g`0Oomoo`0KOol00a_POomoo`04Ool00f@OOomoo`0cOol00g`0Oomoo`0/Ool00f@OOomo o`05Ool26n0bOol00a_POomoo`0:Ool00f@OOomoo`0kOol000Ioo`03O01oogoo00Eoo`03O01oogoo 01aoo`036n1oogoo00Eoo`03I1moogoo039oo`03O01oogoo02]oo`03I1moogoo00Aoo`8Kh3Aoo`03 6n1oogoo00]oo`03I1moogoo03Yoo`001Woo00=l07ooOol00goo0W`07goo00Woo0006 Ool00g`0Oomoo`02Ool00g`0Oomoo`0OOol00a_POomoo`05Ool00f@OOomoo`0bOol00g`0Oomoo`0X Ool00f@OOomoo`04Ool00a_POomoo`0gOol00a_POomoo`0:Ool00f@OOomoo`0jOol000Ioo`05O01o ogooOoml000SOol00a_POomoo`05Ool00f@OOomoo`0aOol00g`0Oomoo`0WOol00f@OOomoo`03Ool2 6n0jOol00a_POomoo`0;Ool00f@OOomoo`0iOol000Ioo`04O01oogooO00TOol00a_POomoo`05Ool0 0f@OOomoo`0aOol00g`0Oomoo`0VOol00f@OOomoo`03Ool00a_POomoo`0jOol00a_POomoo`0;Ool0 0f@OOomoo`0iOol000Ioo`03O01oog`002Eoo`036n1oogoo00Ioo`03I1moogoo031oo`03O01oogoo 02Aoo`9T7`Eoo`036n1oogoo03aoo`036n1oogoo00]oo`03I1moogoo03Qoo`001Woo0W`09goo007oo0006OolYO0000a_PO01l0006O0000f@OO01l000`O00TOol00f@OOomoo`03 Ool00a_POomoo`10Ool00a_POomoo`0;Ool00f@OOomoo`0gOol0031oo`036n1oogoo00Eoo`03I1mo ogoo05=oo`03I1moogoo009oo`8Kh4=oo`036n1oogoo00]oo`03I1moogoo03Moo`00<7oo00Goo00AT7gooOomoo`8Kh5eo o`036n1oogoo00aoo`03I1moogoo031oo`00=Woo00Woo00goo00Ool00f@O Oomoo`0UOol003moo`036n1oogoo00Uoo`03I1moogoo011oo`036n1T7goo08Ioo`036n1oogoo00mo o`03I1moogoo02Aoo`00@7oo00Ool00:9oo`@Kh3Ioo`AT7a]oo`036n1oogoo019oo`03I1moogoo 00eoo`00YWoo0a_P=goo16@O5goo00Woo1F@O2goo00goo00Ool46n0_Ool00a_POomoo`0BOol3 I1l7Ool00=9oo`8Kh2eoo`036n1oogoo01aoo`00e7oo0a_P:goo009oo`]oo`@Kh1Ioo`036n1oogoo01Qoo`00kgoo 11_P4Woo00"], ImageRangeCache->{{{0, 287}, {228.438, 0}} -> {-0.560571, -0.438262, \ 0.0805615, 0.0805615}}] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell["Salvataggio figure", "Section"], Cell[CellGroupData[{ Cell[BoxData[ \(Directory[]\)], "Input"], Cell[BoxData[ \("C:\\Program Files\\Wolfram Research\\Mathematica\\4.1"\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(SetDirectory["\"]\ \)], "Input"], Cell[BoxData[ \("C:\\wrk\\Corsi\\Scost\\Class\\esercizi\\2-def-affini\\outmath"\)], \ "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(Display["\", fig, "\"]\)], "Input"], Cell[BoxData[ TagBox[\(\[SkeletonIndicator] Graphics \[SkeletonIndicator]\), False, Editable->False]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(Display["\", figC, "\"]\)], "Input"], Cell[BoxData[ TagBox[\(\[SkeletonIndicator] Graphics \[SkeletonIndicator]\), False, Editable->False]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(Display["\", figQ, "\"]\)], "Input"], Cell[BoxData[ TagBox[\(\[SkeletonIndicator] Graphics \[SkeletonIndicator]\), False, Editable->False]], "Output"] }, Open ]] }, Closed]] }, Open ]] }, FrontEndVersion->"4.1 for Microsoft Windows", ScreenRectangle->{{0, 1024}, {0, 695}}, WindowSize->{835, 668}, WindowMargins->{{0, Automatic}, {Automatic, 0}} ] (******************************************************************* 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[1727, 52, 158, 5, 115, "Title", Evaluatable->False], Cell[1888, 59, 220, 5, 49, "Text"], Cell[CellGroupData[{ Cell[2133, 68, 35, 0, 59, "Section"], Cell[2171, 70, 113, 2, 50, "Input"] }, Closed]], Cell[CellGroupData[{ Cell[2321, 77, 31, 0, 39, "Section"], Cell[2355, 79, 102, 2, 50, "Input"], Cell[CellGroupData[{ Cell[2482, 85, 69, 1, 30, "Input"], Cell[2554, 88, 35, 1, 70, "Output"] }, Open ]], Cell[2604, 92, 62, 1, 30, "Input"], Cell[2669, 95, 70, 1, 30, "Input"], Cell[CellGroupData[{ Cell[2764, 100, 76, 2, 30, "Input"], Cell[2843, 104, 40, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[2920, 110, 76, 2, 30, "Input"], Cell[2999, 114, 40, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[3076, 120, 76, 2, 30, "Input"], Cell[3155, 124, 40, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[3232, 130, 89, 2, 30, "Input"], Cell[3324, 134, 41, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[3402, 140, 89, 2, 30, "Input"], Cell[3494, 144, 41, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[3572, 150, 90, 2, 30, "Input"], Cell[3665, 154, 42, 1, 70, "Output"] }, Open ]], Cell[3722, 158, 61, 1, 30, "Input"], Cell[3786, 161, 57, 1, 30, "Input"], Cell[CellGroupData[{ Cell[3868, 166, 36, 1, 30, "Input"], Cell[3907, 169, 40, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[3984, 175, 35, 1, 30, "Input"], Cell[4022, 178, 42, 1, 70, "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[4113, 185, 47, 0, 39, "Section"], Cell[4163, 187, 88, 2, 46, "Input"], Cell[4254, 191, 160, 4, 30, "Input"], Cell[CellGroupData[{ Cell[4439, 199, 47, 1, 30, "Input"], Cell[4489, 202, 242, 7, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[4768, 214, 75, 2, 30, "Input"], Cell[4846, 218, 239, 7, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[5122, 230, 66, 2, 30, "Input"], Cell[5191, 234, 40, 1, 70, "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[5280, 241, 25, 0, 39, "Section"], Cell[CellGroupData[{ Cell[5330, 245, 33, 0, 47, "Subsection"], Cell[CellGroupData[{ Cell[5388, 249, 92, 2, 30, "Input"], Cell[5483, 253, 40, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[5560, 259, 69, 1, 30, "Input"], Cell[5632, 262, 40, 1, 70, "Output"] }, Open ]], Cell[5687, 266, 58, 1, 30, "Input"], Cell[5748, 269, 143, 3, 30, "Input"], Cell[5894, 274, 145, 3, 30, "Input"], Cell[6042, 279, 146, 3, 30, "Input"], Cell[6191, 284, 332, 5, 110, "Input"], Cell[6526, 291, 109, 2, 30, "Input"], Cell[CellGroupData[{ Cell[6660, 297, 76, 1, 32, "Input"], Cell[6739, 300, 35, 1, 70, "Output"] }, Open ]], Cell[6789, 304, 154, 3, 30, "Input"], Cell[6946, 309, 156, 3, 30, "Input"], Cell[7105, 314, 158, 3, 30, "Input"], Cell[CellGroupData[{ Cell[7288, 321, 54, 1, 30, "Input"], Cell[7345, 324, 216, 3, 70, "Output"] }, Open ]], Cell[7576, 330, 82, 1, 30, "Input"], Cell[CellGroupData[{ Cell[7683, 335, 48, 1, 30, "Input"], Cell[7734, 338, 138, 2, 70, "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[7921, 346, 29, 0, 31, "Subsection"], Cell[7953, 348, 638, 12, 90, "Input"], Cell[CellGroupData[{ Cell[8616, 364, 235, 5, 30, "Input"], Cell[8854, 371, 35, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[8926, 377, 235, 5, 30, "Input"], Cell[9164, 384, 35, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[9236, 390, 50, 1, 30, "Input"], Cell[9289, 393, 35, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[9361, 399, 128, 2, 30, "Input"], Cell[9492, 403, 116, 2, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[9645, 410, 128, 2, 30, "Input"], Cell[9776, 414, 69, 1, 70, "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[9894, 421, 37, 0, 31, "Subsection"], Cell[9934, 423, 156, 3, 30, "Input"], Cell[CellGroupData[{ Cell[10115, 430, 342, 7, 50, "Input"], Cell[10460, 439, 46949, 908, 145, 5459, 391, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]], Cell[CellGroupData[{ Cell[57446, 1352, 53, 1, 30, "Input"], Cell[57502, 1355, 47406, 921, 146, 5495, 399, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]], Cell[CellGroupData[{ Cell[104945, 2281, 241, 5, 30, "Input"], Cell[105189, 2288, 23018, 725, 222, 7698, 531, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]], Cell[CellGroupData[{ Cell[128244, 3018, 186, 3, 30, "Input"], Cell[128433, 3023, 14330, 446, 186, 5136, 328, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[142824, 3476, 42, 0, 39, "Section"], Cell[CellGroupData[{ Cell[142891, 3480, 57, 0, 47, "Subsection"], Cell[142951, 3482, 100, 2, 30, "Input"], Cell[CellGroupData[{ Cell[143076, 3488, 47, 1, 30, "Input"], Cell[143126, 3491, 250, 7, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[143413, 3503, 75, 2, 30, "Input"], Cell[143491, 3507, 245, 7, 70, "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[143785, 3520, 56, 0, 31, "Subsection"], Cell[CellGroupData[{ Cell[143866, 3524, 77, 2, 30, "Input"], Cell[143946, 3528, 88, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[144071, 3534, 62, 2, 30, "Input"], Cell[144136, 3538, 75, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[144248, 3544, 64, 2, 33, "Input"], Cell[144315, 3548, 74, 1, 70, "Output"] }, Open ]], Cell[144404, 3552, 255, 5, 44, "Input"], Cell[144662, 3559, 90, 2, 30, "Input"], Cell[CellGroupData[{ Cell[144777, 3565, 48, 1, 30, "Input"], Cell[144828, 3568, 307, 7, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[145172, 3580, 48, 1, 30, "Input"], Cell[145223, 3583, 301, 7, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[145561, 3595, 194, 4, 30, "Input"], Cell[145758, 3601, 285, 7, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[146080, 3613, 75, 2, 30, "Input"], Cell[146158, 3617, 245, 7, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[146440, 3629, 116, 2, 30, "Input"], Cell[146559, 3633, 81, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[146677, 3639, 116, 2, 30, "Input"], Cell[146796, 3643, 76, 1, 70, "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[146921, 3650, 73, 0, 31, "Subsection"], Cell[CellGroupData[{ Cell[147019, 3654, 65, 1, 30, "Input"], Cell[147087, 3657, 174, 3, 42, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[147298, 3665, 42, 1, 33, "Input"], Cell[147343, 3668, 74, 1, 29, "Output"] }, Open ]], Cell[147432, 3672, 89, 1, 30, "Input"], Cell[CellGroupData[{ Cell[147546, 3677, 52, 1, 30, "Input"], Cell[147601, 3680, 50, 1, 29, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[147688, 3686, 52, 1, 30, "Input"], Cell[147743, 3689, 302, 7, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[148082, 3701, 86, 1, 30, "Input"], Cell[148171, 3704, 65, 1, 42, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[148273, 3710, 35, 1, 30, "Input"], Cell[148311, 3713, 65, 1, 42, "Output"] }, Open ]], Cell[148391, 3717, 22, 0, 33, "Text"], Cell[CellGroupData[{ Cell[148438, 3721, 53, 1, 30, "Input"], Cell[148494, 3724, 81, 1, 29, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[148612, 3730, 53, 1, 30, "Input"], Cell[148668, 3733, 76, 1, 29, "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[148793, 3740, 33, 0, 31, "Subsection"], Cell[CellGroupData[{ Cell[148851, 3744, 192, 3, 48, "Input"], Cell[149046, 3749, 53, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[149136, 3755, 222, 4, 48, "Input"], Cell[149361, 3761, 52, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[149450, 3767, 229, 4, 48, "Input"], Cell[149682, 3773, 57, 1, 70, "Output"] }, Open ]] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[149800, 3781, 32, 0, 39, "Section"], Cell[149835, 3783, 187, 4, 33, "Input"], Cell[CellGroupData[{ Cell[150047, 3791, 47, 1, 30, "Input"], Cell[150097, 3794, 298, 7, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[150432, 3806, 195, 4, 50, "Input"], Cell[150630, 3812, 10650, 355, 115, 3895, 267, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]], Cell[CellGroupData[{ Cell[161317, 4172, 122, 2, 33, "Input"], Cell[161442, 4176, 298, 7, 55, "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[161789, 4189, 30, 0, 39, "Section"], Cell[161822, 4191, 215, 5, 52, "Input"], Cell[CellGroupData[{ Cell[162062, 4200, 47, 1, 30, "Input"], Cell[162112, 4203, 302, 7, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[162451, 4215, 127, 2, 37, "Input"], Cell[162581, 4219, 303, 7, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[162921, 4231, 151, 2, 42, "Input"], Cell[163075, 4235, 60, 1, 29, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[163172, 4241, 179, 3, 42, "Input"], Cell[163354, 4246, 58, 1, 29, "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[163461, 4253, 53, 0, 39, "Section"], Cell[CellGroupData[{ Cell[163539, 4257, 215, 4, 30, "Input"], Cell[163757, 4263, 17214, 594, 70, 7311, 467, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]], Cell[CellGroupData[{ Cell[181008, 4862, 256, 6, 30, "Input"], Cell[181267, 4870, 27792, 695, 70, 6582, 429, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]], Cell[209074, 5568, 56, 1, 30, "Input"], Cell[209133, 5571, 56, 1, 30, "Input"], Cell[209192, 5574, 82, 1, 30, "Input"], Cell[209277, 5577, 79, 1, 30, "Input"], Cell[209359, 5580, 88, 1, 30, "Input"], Cell[CellGroupData[{ Cell[209472, 5585, 256, 6, 30, "Input"], Cell[209731, 5593, 28019, 855, 70, 9583, 623, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]], Cell[237765, 6451, 106, 2, 30, "Input"], Cell[CellGroupData[{ Cell[237896, 6457, 265, 6, 30, "Input"], Cell[238164, 6465, 27404, 847, 70, 9664, 623, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]], Cell[265583, 7315, 274, 6, 30, "Input"], Cell[265860, 7323, 290, 6, 30, "Input"], Cell[266153, 7331, 291, 6, 30, "Input"], Cell[CellGroupData[{ Cell[266469, 7341, 186, 4, 30, "Input"], Cell[266658, 7347, 30992, 892, 70, 9686, 625, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]], Cell[297665, 8242, 271, 6, 30, "Input"], Cell[297939, 8250, 287, 6, 30, "Input"], Cell[298229, 8258, 288, 6, 30, "Input"], Cell[CellGroupData[{ Cell[298542, 8268, 186, 4, 30, "Input"], Cell[298731, 8274, 25559, 670, 70, 6604, 431, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[324339, 8950, 37, 0, 39, "Section"], Cell[CellGroupData[{ Cell[324401, 8954, 44, 1, 30, "Input"], Cell[324448, 8957, 89, 1, 29, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[324574, 8963, 107, 2, 30, "Input"], Cell[324684, 8967, 99, 2, 29, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[324820, 8974, 71, 1, 30, "Input"], Cell[324894, 8977, 130, 3, 29, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[325061, 8985, 73, 1, 30, "Input"], Cell[325137, 8988, 130, 3, 29, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[325304, 8996, 73, 1, 30, "Input"], Cell[325380, 8999, 130, 3, 29, "Output"] }, Open ]] }, Closed]] }, Open ]] } ] *) (******************************************************************* End of Mathematica Notebook file. *******************************************************************)