(************** 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[ 364664, 9632]*) (*NotebookOutlinePosition[ 365307, 9654]*) (* CellTagsIndexPosition[ 365263, 9650]*) (*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[{4, 0}]\)], "Input", PageWidth->Infinity], Cell[BoxData[ \({4, 0}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(xDo = newcoo[{0, 4}]\)], "Input", PageWidth->Infinity], Cell[BoxData[ \({0, 4}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(xA = newcoo[{3, \ 1\/2}] + extrashift\)], "Input", PageWidth->Infinity], Cell[BoxData[ \({3, 1\/2}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(xB = newcoo[{11, \ 1\/2}] + extrashift\)], "Input", PageWidth->Infinity], Cell[BoxData[ \({11, 1\/2}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(xD = newcoo[{6, \ 13\/2}] + extrashift\)], "Input", PageWidth->Infinity], Cell[BoxData[ \({6, 13\/2}\)], "Output"] }, Open ]], Cell[BoxData[ \(xCo := xBo + \((xDo - xAo)\)\)], "Input"], Cell[BoxData[ \(xC := xB + \((xD - xA)\)\)], "Input"], Cell[CellGroupData[{ Cell[BoxData[ \(xCo\)], "Input"], Cell[BoxData[ \({4, 4}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(xC\)], "Input"], Cell[BoxData[ \({14, 13\/2}\)], "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\)}, {"0", \(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.`", "1.5`"} }], "\[NoBreak]", ")"}], Function[ BoxForm`e$, MatrixForm[ BoxForm`e$]]]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(N[Det[mF]]\)], "Input", PageWidth->Infinity], Cell[BoxData[ \(3.`\)], "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[ \(4\)], "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[ \({{3 + 8\ h, 1\/2}, {11 + 3\ h, 1\/2 + 6\ h}, {6 + 8\ h, 13\/2}, {3 + 3\ h, 1\/2 + 6\ h}, {3 + 2\ \((4 - 4\ h)\) + 3\ h, 1\/2 + 6\ 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[ \({3 + 8\ Cos[2\ h\ \[Pi]] + 3\ Sin[2\ h\ \[Pi]], 1\/2 + 6\ 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[ \(1\)], "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[ \(1\/2\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(dxy = GCD[dx, dy]\)], "Input"], Cell[BoxData[ \(1\/2\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(grlx = \(\(Join[{0}, Table[n, {n, xmin, xmax, dxy}]] // Flatten\) // Union\) // Sort\)], "Input"], Cell[BoxData[ \({0, 1\/2, 1, 3\/2, 2, 5\/2, 3, 7\/2, 4, 9\/2, 5, 11\/2, 6, 13\/2, 7, 15\/2, 8, 17\/2, 9, 19\/2, 10, 21\/2, 11, 23\/2, 12, 25\/2, 13, 27\/2, 14}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(grly = \(\(Join[{0}, Table[n, {n, ymin, ymax, dxy}]] // Flatten\) // Union\) // Sort\)], "Input"], Cell[BoxData[ \({0, 1\/2, 1, 3\/2, 2, 5\/2, 3, 7\/2, 4, 9\/2, 5, 11\/2, 6, 13\/2}\)], "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: .46429 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.0680272 0.0110544 0.0680272 [ [ 0 0 0 0 ] [ 1 .46429 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 .5 r .25 Mabswid [ ] 0 setdash .02381 0 m .02381 .46429 L s .05782 0 m .05782 .46429 L s .09184 0 m .09184 .46429 L s .12585 0 m .12585 .46429 L s .15986 0 m .15986 .46429 L s .19388 0 m .19388 .46429 L s .22789 0 m .22789 .46429 L s .2619 0 m .2619 .46429 L s .29592 0 m .29592 .46429 L s .32993 0 m .32993 .46429 L s .36395 0 m .36395 .46429 L s .39796 0 m .39796 .46429 L s .43197 0 m .43197 .46429 L s .46599 0 m .46599 .46429 L s .5 0 m .5 .46429 L s .53401 0 m .53401 .46429 L s .56803 0 m .56803 .46429 L s .60204 0 m .60204 .46429 L s .63605 0 m .63605 .46429 L s .67007 0 m .67007 .46429 L s .70408 0 m .70408 .46429 L s .7381 0 m .7381 .46429 L s .77211 0 m .77211 .46429 L s .80612 0 m .80612 .46429 L s .84014 0 m .84014 .46429 L s .87415 0 m .87415 .46429 L s .90816 0 m .90816 .46429 L s .94218 0 m .94218 .46429 L s .97619 0 m .97619 .46429 L s 0 .01105 m 1 .01105 L s 0 .04507 m 1 .04507 L s 0 .07908 m 1 .07908 L s 0 .1131 m 1 .1131 L s 0 .14711 m 1 .14711 L s 0 .18112 m 1 .18112 L s 0 .21514 m 1 .21514 L s 0 .24915 m 1 .24915 L s 0 .28316 m 1 .28316 L s 0 .31718 m 1 .31718 L s 0 .35119 m 1 .35119 L s 0 .3852 m 1 .3852 L s 0 .41922 m 1 .41922 L s 0 .45323 m 1 .45323 L s 0 0 m 1 0 L 1 .46429 L 0 .46429 L closepath clip newpath 0 g 3 Mabswid .02381 .01105 m .03485 .01105 L .04689 .01105 L .05819 .01105 L .06907 .01105 L .08064 .01105 L .09178 .01105 L .10362 .01105 L .11503 .01105 L .12601 .01105 L .13768 .01105 L .14893 .01105 L .15974 .01105 L .17125 .01105 L .18232 .01105 L .1941 .01105 L .20545 .01105 L .21636 .01105 L .22797 .01105 L .23915 .01105 L .25103 .01105 L .26248 .01105 L .2735 .01105 L .28521 .01105 L .29592 .01105 L s .29592 .01105 m .29592 .02209 L .29592 .03413 L .29592 .04544 L .29592 .05631 L .29592 .06789 L .29592 .07903 L .29592 .09087 L .29592 .10228 L .29592 .11325 L .29592 .12493 L .29592 .13617 L .29592 .14698 L .29592 .15849 L .29592 .16957 L .29592 .18135 L .29592 .19269 L .29592 .20361 L .29592 .21522 L .29592 .2264 L .29592 .23828 L .29592 .24973 L .29592 .26074 L .29592 .27246 L .29592 .28316 L s .02381 .28316 m .03485 .28316 L .04689 .28316 L .05819 .28316 L .06907 .28316 L .08064 .28316 L .09178 .28316 L .10362 .28316 L .11503 .28316 L .12601 .28316 L .13768 .28316 L .14893 .28316 L .15974 .28316 L .17125 .28316 L .18232 .28316 L .1941 .28316 L .20545 .28316 L .21636 .28316 L .22797 .28316 L .23915 .28316 L .25103 .28316 L .26248 .28316 L .2735 .28316 L .28521 .28316 L .29592 .28316 L s .02381 .01105 m .02381 .02209 L .02381 .03413 L .02381 .04544 L .02381 .05631 L .02381 .06789 L .02381 .07903 L .02381 .09087 L .02381 .10228 L .02381 .11325 L .02381 .12493 L .02381 .13617 L .02381 .14698 L .02381 .15849 L .02381 .16957 L .02381 .18135 L .02381 .19269 L .02381 .20361 L .02381 .21522 L .02381 .2264 L .02381 .23828 L .02381 .24973 L .02381 .26074 L .02381 .27246 L .02381 .28316 L s .29592 .01105 m .28488 .02209 L .27284 .03413 L .26153 .04544 L .25066 .05631 L .23909 .06789 L .22795 .07903 L .21611 .09087 L .2047 .10228 L .19372 .11325 L .18205 .12493 L .1708 .13617 L .15999 .14698 L .14848 .15849 L .1374 .16957 L .12563 .18135 L .11428 .19269 L .10337 .20361 L .09175 .21522 L .08057 .2264 L .06869 .23828 L .05725 .24973 L .04623 .26074 L .03452 .27246 L .02381 .28316 L s .22789 .04507 m .24997 .04507 L .27405 .04507 L .29666 .04507 L .3184 .04507 L .34155 .04507 L .36383 .04507 L .38752 .04507 L .41033 .04507 L .43229 .04507 L .45564 .04507 L .47812 .04507 L .49974 .04507 L .52277 .04507 L .54492 .04507 L .56848 .04507 L .59117 .04507 L .61299 .04507 L .63622 .04507 L .65858 .04507 L .68234 .04507 L .70523 .04507 L .72726 .04507 L .75069 .04507 L .77211 .04507 L s .77211 .04507 m .78039 .06163 L .78942 .07968 L .7979 .09664 L .80605 .11295 L .81473 .13031 L .82309 .14703 L .83197 .16479 L .84053 .1819 L .84876 .19836 L .85751 .21588 L .86595 .23274 L .87405 .24896 L .88269 .26622 L .89099 .28284 L .89983 .30051 L .90834 .31753 L .91652 .33389 L .92523 .35131 L .93362 .36808 L .94253 .3859 L .95111 .40308 L .95937 .4196 L .96816 .43717 L .97619 .45323 L s .43197 .45323 m .45405 .45323 L .47813 .45323 L .50074 .45323 L .52249 .45323 L .54563 .45323 L .56792 .45323 L .5916 .45323 L .61442 .45323 L .63637 .45323 L .65972 .45323 L .68221 .45323 L .70383 .45323 L .72685 .45323 L .749 .45323 L .77256 .45323 L .79525 .45323 L .81707 .45323 L .8403 .45323 L .86266 .45323 L .88642 .45323 L .90932 .45323 L .93135 .45323 L .95478 .45323 L .97619 .45323 L s .22789 .04507 m .23617 .06163 L .2452 .07968 L .25368 .09664 L .26183 .11295 L .27051 .13031 L .27887 .14703 L .28775 .16479 L .29631 .1819 L .30454 .19836 L .3133 .21588 L .32173 .23274 L .32984 .24896 L .33847 .26622 L .34678 .28284 L .35561 .30051 L .36412 .31753 L .3723 .33389 L .38101 .35131 L .3894 .36808 L .39831 .3859 L .40689 .40308 L .41516 .4196 L .42394 .43717 L .43197 .45323 L s .77211 .04507 m .75831 .06163 L .74326 .07968 L .72913 .09664 L .71554 .11295 L .70107 .13031 L .68714 .14703 L .67234 .16479 L .65808 .1819 L .64436 .19836 L .62977 .21588 L .61571 .23274 L .6022 .24896 L .58781 .26622 L .57397 .28284 L .55924 .30051 L .54506 .31753 L .53142 .33389 L .5169 .35131 L .50293 .36808 L .48808 .3859 L .47377 .40308 L .46 .4196 L .44536 .43717 L .43197 .45323 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{288, 133.688}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg"], ImageRangeCache->{{{0, 287}, {132.688, 0}} -> {-0.3813, -0.162534, \ 0.0514376, 0.0514376}}] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\(Show[fig, dots];\)\)], "Input"], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .47183 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.0372233 0.0670691 0.0246479 0.0670691 [ [ 0 0 0 0 ] [ 1 .47183 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 .5 r .25 Mabswid [ ] 0 setdash .03722 0 m .03722 .47183 L s .07076 0 m .07076 .47183 L s .10429 0 m .10429 .47183 L s .13783 0 m .13783 .47183 L s .17136 0 m .17136 .47183 L s .2049 0 m .2049 .47183 L s .23843 0 m .23843 .47183 L s .27197 0 m .27197 .47183 L s .3055 0 m .3055 .47183 L s .33903 0 m .33903 .47183 L s .37257 0 m .37257 .47183 L s .4061 0 m .4061 .47183 L s .43964 0 m .43964 .47183 L s .47317 0 m .47317 .47183 L s .50671 0 m .50671 .47183 L s .54024 0 m .54024 .47183 L s .57378 0 m .57378 .47183 L s .60731 0 m .60731 .47183 L s .64085 0 m .64085 .47183 L s .67438 0 m .67438 .47183 L s .70791 0 m .70791 .47183 L s .74145 0 m .74145 .47183 L s .77498 0 m .77498 .47183 L s .80852 0 m .80852 .47183 L s .84205 0 m .84205 .47183 L s .87559 0 m .87559 .47183 L s .90912 0 m .90912 .47183 L s .94266 0 m .94266 .47183 L s .97619 0 m .97619 .47183 L s 0 .02465 m 1 .02465 L s 0 .05818 m 1 .05818 L s 0 .09172 m 1 .09172 L s 0 .12525 m 1 .12525 L s 0 .15879 m 1 .15879 L s 0 .19232 m 1 .19232 L s 0 .22586 m 1 .22586 L s 0 .25939 m 1 .25939 L s 0 .29292 m 1 .29292 L s 0 .32646 m 1 .32646 L s 0 .35999 m 1 .35999 L s 0 .39353 m 1 .39353 L s 0 .42706 m 1 .42706 L s 0 .4606 m 1 .4606 L s 0 0 m 1 0 L 1 .47183 L 0 .47183 L closepath clip newpath 0 g 3 Mabswid .03722 .02465 m .04811 .02465 L .05998 .02465 L .07112 .02465 L .08184 .02465 L .09325 .02465 L .10424 .02465 L .11591 .02465 L .12716 .02465 L .13798 .02465 L .14949 .02465 L .16058 .02465 L .17124 .02465 L .18258 .02465 L .19351 .02465 L .20512 .02465 L .2163 .02465 L .22706 .02465 L .23851 .02465 L .24953 .02465 L .26125 .02465 L .27253 .02465 L .28339 .02465 L .29494 .02465 L .3055 .02465 L s .3055 .02465 m .3055 .03553 L .3055 .0474 L .3055 .05855 L .3055 .06927 L .3055 .08068 L .3055 .09166 L .3055 .10334 L .3055 .11458 L .3055 .12541 L .3055 .13692 L .3055 .148 L .3055 .15866 L .3055 .17001 L .3055 .18093 L .3055 .19254 L .3055 .20373 L .3055 .21449 L .3055 .22594 L .3055 .23696 L .3055 .24867 L .3055 .25996 L .3055 .27082 L .3055 .28237 L .3055 .29292 L s .03722 .29292 m .04811 .29292 L .05998 .29292 L .07112 .29292 L .08184 .29292 L .09325 .29292 L .10424 .29292 L .11591 .29292 L .12716 .29292 L .13798 .29292 L .14949 .29292 L .16058 .29292 L .17124 .29292 L .18258 .29292 L .19351 .29292 L .20512 .29292 L .2163 .29292 L .22706 .29292 L .23851 .29292 L .24953 .29292 L .26125 .29292 L .27253 .29292 L .28339 .29292 L .29494 .29292 L .3055 .29292 L s .03722 .02465 m .03722 .03553 L .03722 .0474 L .03722 .05855 L .03722 .06927 L .03722 .08068 L .03722 .09166 L .03722 .10334 L .03722 .11458 L .03722 .12541 L .03722 .13692 L .03722 .148 L .03722 .15866 L .03722 .17001 L .03722 .18093 L .03722 .19254 L .03722 .20373 L .03722 .21449 L .03722 .22594 L .03722 .23696 L .03722 .24867 L .03722 .25996 L .03722 .27082 L .03722 .28237 L .03722 .29292 L s .3055 .02465 m .29462 .03553 L .28275 .0474 L .2716 .05855 L .26088 .06927 L .24947 .08068 L .23849 .09166 L .22681 .10334 L .21556 .11458 L .20474 .12541 L .19323 .13692 L .18215 .148 L .17149 .15866 L .16014 .17001 L .14922 .18093 L .13761 .19254 L .12642 .20373 L .11566 .21449 L .10421 .22594 L .09319 .23696 L .08148 .24867 L .07019 .25996 L .05933 .27082 L .04778 .28237 L .03722 .29292 L s .23843 .05818 m .2602 .05818 L .28393 .05818 L .30623 .05818 L .32767 .05818 L .35049 .05818 L .37246 .05818 L .39581 .05818 L .4183 .05818 L .43995 .05818 L .46297 .05818 L .48514 .05818 L .50645 .05818 L .52915 .05818 L .55099 .05818 L .57422 .05818 L .59659 .05818 L .61811 .05818 L .64101 .05818 L .66305 .05818 L .68648 .05818 L .70905 .05818 L .73077 .05818 L .75387 .05818 L .77498 .05818 L s .77498 .05818 m .78315 .07451 L .79205 .09231 L .80041 .10903 L .80845 .12511 L .81701 .14223 L .82524 .1587 L .834 .17622 L .84244 .19309 L .85055 .20932 L .85919 .22659 L .8675 .24321 L .87549 .2592 L .884 .27622 L .89219 .29261 L .9009 .31002 L .90929 .3268 L .91736 .34294 L .92595 .36011 L .93422 .37665 L .943 .39422 L .95147 .41115 L .95961 .42744 L .96827 .44476 L .97619 .4606 L s .43964 .4606 m .4614 .4606 L .48514 .4606 L .50744 .4606 L .52888 .4606 L .5517 .4606 L .57367 .4606 L .59702 .4606 L .61951 .4606 L .64115 .4606 L .66418 .4606 L .68635 .4606 L .70766 .4606 L .73036 .4606 L .7522 .4606 L .77543 .4606 L .7978 .4606 L .81932 .4606 L .84221 .4606 L .86426 .4606 L .88769 .4606 L .91026 .4606 L .93198 .4606 L .95508 .4606 L .97619 .4606 L s .23843 .05818 m .24659 .07451 L .25549 .09231 L .26386 .10903 L .2719 .12511 L .28045 .14223 L .28869 .1587 L .29745 .17622 L .30588 .19309 L .314 .20932 L .32263 .22659 L .33095 .24321 L .33894 .2592 L .34745 .27622 L .35564 .29261 L .36435 .31002 L .37274 .3268 L .38081 .34294 L .3894 .36011 L .39766 .37665 L .40645 .39422 L .41491 .41115 L .42306 .42744 L .43172 .44476 L .43964 .4606 L s .77498 .05818 m .76138 .07451 L .74654 .09231 L .73261 .10903 L .71921 .12511 L .70495 .14223 L .69122 .1587 L .67662 .17622 L .66256 .19309 L .64904 .20932 L .63465 .22659 L .62079 .24321 L .60747 .2592 L .59328 .27622 L .57963 .29261 L .56511 .31002 L .55113 .3268 L .53768 .34294 L .52337 .36011 L .5096 .37665 L .49495 .39422 L .48085 .41115 L .46727 .42744 L .45283 .44476 L .43964 .4606 L s 0 0 1 r .5 Mabswid newpath .03722 .02465 .01341 0 365.73 arc s newpath .23843 .05818 .01341 0 365.73 arc s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{288, 135.875}, ImageMargins->{{41, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg"], ImageRangeCache->{{{0, 287}, {134.875, 0}} -> {-0.584933, -0.367535, \ 0.0521598, 0.0521598}}] }, 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: .70225 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.500001 0.222936 0.351124 0.222936 [ [.05413 .33862 -6 -9 ] [.05413 .33862 6 0 ] [.27706 .33862 -6 -9 ] [.27706 .33862 6 0 ] [.72294 .33862 -3 -9 ] [.72294 .33862 3 0 ] [.94587 .33862 -3 -9 ] [.94587 .33862 3 0 ] [.4875 .01672 -24 -4.5 ] [.4875 .01672 0 4.5 ] [.4875 .12819 -12 -4.5 ] [.4875 .12819 0 4.5 ] [.4875 .23966 -24 -4.5 ] [.4875 .23966 0 4.5 ] [.4875 .46259 -18 -4.5 ] [.4875 .46259 0 4.5 ] [.4875 .57406 -6 -4.5 ] [.4875 .57406 0 4.5 ] [.4875 .68553 -18 -4.5 ] [.4875 .68553 0 4.5 ] [ 0 0 0 0 ] [ 1 .70225 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .05413 .35112 m .05413 .35737 L s [(-2)] .05413 .33862 0 1 Mshowa .27706 .35112 m .27706 .35737 L s [(-1)] .27706 .33862 0 1 Mshowa .72294 .35112 m .72294 .35737 L s [(1)] .72294 .33862 0 1 Mshowa .94587 .35112 m .94587 .35737 L s [(2)] .94587 .33862 0 1 Mshowa .125 Mabswid .09872 .35112 m .09872 .35487 L s .1433 .35112 m .1433 .35487 L s .18789 .35112 m .18789 .35487 L s .23248 .35112 m .23248 .35487 L s .32165 .35112 m .32165 .35487 L s .36624 .35112 m .36624 .35487 L s .41083 .35112 m .41083 .35487 L s .45541 .35112 m .45541 .35487 L s .54459 .35112 m .54459 .35487 L s .58918 .35112 m .58918 .35487 L s .63376 .35112 m .63376 .35487 L s .67835 .35112 m .67835 .35487 L s .76752 .35112 m .76752 .35487 L s .81211 .35112 m .81211 .35487 L s .8567 .35112 m .8567 .35487 L s .90129 .35112 m .90129 .35487 L s .00954 .35112 m .00954 .35487 L s .99046 .35112 m .99046 .35487 L s .25 Mabswid 0 .35112 m 1 .35112 L s .5 .01672 m .50625 .01672 L s [(-1.5)] .4875 .01672 1 0 Mshowa .5 .12819 m .50625 .12819 L s [(-1)] .4875 .12819 1 0 Mshowa .5 .23966 m .50625 .23966 L s [(-0.5)] .4875 .23966 1 0 Mshowa .5 .46259 m .50625 .46259 L s [(0.5)] .4875 .46259 1 0 Mshowa .5 .57406 m .50625 .57406 L s [(1)] .4875 .57406 1 0 Mshowa .5 .68553 m .50625 .68553 L s [(1.5)] .4875 .68553 1 0 Mshowa .125 Mabswid .5 .03901 m .50375 .03901 L s .5 .06131 m .50375 .06131 L s .5 .0836 m .50375 .0836 L s .5 .10589 m .50375 .10589 L s .5 .15048 m .50375 .15048 L s .5 .17278 m .50375 .17278 L s .5 .19507 m .50375 .19507 L s .5 .21736 m .50375 .21736 L s .5 .26195 m .50375 .26195 L s .5 .28424 m .50375 .28424 L s .5 .30654 m .50375 .30654 L s .5 .32883 m .50375 .32883 L s .5 .37342 m .50375 .37342 L s .5 .39571 m .50375 .39571 L s .5 .418 m .50375 .418 L s .5 .4403 m .50375 .4403 L s .5 .48489 m .50375 .48489 L s .5 .50718 m .50375 .50718 L s .5 .52947 m .50375 .52947 L s .5 .55177 m .50375 .55177 L s .5 .59635 m .50375 .59635 L s .5 .61865 m .50375 .61865 L s .5 .64094 m .50375 .64094 L s .5 .66323 m .50375 .66323 L s .25 Mabswid .5 0 m .5 .70225 L s 0 0 m 1 0 L 1 .70225 L 0 .70225 L closepath clip newpath .5 Mabswid .72294 .35112 m .72293 .35285 L .72291 .35443 L .72288 .35624 L .72283 .35796 L .72272 .36101 L .72255 .36432 L .7223 .36796 L .72197 .37181 L .72122 .37872 L .72022 .38581 L .71908 .39242 L .71573 .40733 L .71128 .42227 L .7063 .43564 L .69203 .46438 L .67637 .48748 L .65614 .51025 L .63424 .52912 L .60841 .54593 L .59495 .55283 L .5799 .55925 L .56654 .5639 L .55158 .56801 L .54443 .56959 L .53672 .57102 L .53001 .57203 L .52269 .5729 L .51838 .5733 L .51439 .57359 L .51058 .57381 L .50865 .57389 L .50652 .57396 L .50461 .57401 L .50285 .57404 L .50093 .57406 L .49996 .57406 L .4989 .57406 L .49711 .57404 L .49519 .57401 L .49339 .57396 L .49174 .57391 L .48835 .57376 L .48462 .57353 L .4771 .57288 L .47016 .57205 L .46369 .57108 L .44923 .5682 L .43394 .56405 L .41987 .55916 L Mistroke .40494 .55278 L .37911 .53844 L .35584 .52118 L .33375 .49966 L .31446 .47472 L .2997 .44899 L .2938 .43586 L .28851 .42163 L .28444 .40799 L .2815 .39537 L .27916 .3816 L .27824 .37396 L .2779 .37045 L .27761 .36672 L .27741 .36352 L .27732 .36183 L .27724 .36 L .27718 .35833 L .27714 .3568 L .2771 .35534 L .27708 .3538 L .27707 .35211 L .27707 .35031 L .27708 .34862 L .2771 .34708 L .27714 .34527 L .2772 .34331 L .27736 .33975 L .27756 .33627 L .27784 .33255 L .2785 .32584 L .27956 .31789 L .28076 .31068 L .2842 .29516 L .28848 .28071 L .2995 .25365 L .31279 .23007 L .32906 .20802 L .35002 .18619 L .3722 .16846 L .39845 .15266 L .42547 .14102 L .43958 .13653 L .44765 .13442 L .45533 .13271 L .46244 .13137 L .4702 .13019 L .47729 .12935 L .48385 .12877 L .48752 .12854 L Mistroke .49096 .12837 L .49293 .1283 L .49473 .12825 L .49573 .12823 L .49681 .12821 L .49784 .1282 L .49879 .12819 L .49979 .12819 L .50086 .12819 L .50188 .1282 L .50282 .12821 L .50459 .12824 L .50646 .12828 L .50848 .12835 L .51036 .12843 L .51463 .12867 L .51845 .12895 L .52197 .12927 L .52993 .13021 L .53692 .13127 L .5443 .13263 L .55693 .13558 L .57065 .13968 L .59701 .1504 L .62363 .16561 L .64703 .18354 L .66886 .20557 L .68635 .22875 L .69978 .25218 L .70616 .26629 L .71128 .27998 L .71514 .29269 L .7184 .30637 L .72037 .31736 L .72124 .32365 L .72189 .32955 L .72235 .33497 L .72266 .33994 L .72278 .34268 L .72283 .34413 L .72287 .34568 L .7229 .34716 L .72292 .3485 L .72293 .34985 L .72294 .35112 L Mfstroke .94587 .35112 m .95499 .37092 L .96314 .39251 L .96651 .40334 L .96957 .41487 L .97191 .4256 L .97363 .43544 L .9744 .44095 L .97509 .44699 L .97562 .45303 L .97583 .45632 L .97599 .45939 L .97605 .46077 L .9761 .46228 L .97616 .46501 L .97619 .46766 L .97619 .47011 L .97617 .47161 L .97614 .47301 L .97607 .47564 L .97601 .4771 L .97595 .47845 L .97578 .48148 L .9754 .48636 L .97495 .49087 L .97352 .50103 L .97161 .51076 L .96899 .521 L .96241 .53994 L .95288 .55957 L .94166 .57709 L .92941 .59234 L .90088 .61896 L .88189 .63233 L .86236 .64362 L .84157 .65351 L .81813 .66255 L .79483 .6697 L .77261 .67507 L .7475 .67965 L .73328 .68161 L .7196 .6831 L .70672 .68417 L .69467 .68488 L .68832 .68515 L .68465 .68527 L .68128 .68536 L .67772 .68543 L .67388 .68549 L .67031 .68552 L Mistroke .66691 .68553 L .66323 .68551 L .66115 .6855 L .65924 .68548 L .65571 .68542 L .65198 .68534 L .64548 .68514 L .63832 .68484 L .63061 .68443 L .62232 .68389 L .60726 .68264 L .57759 .67918 L .55029 .67489 L .49031 .66178 L .42535 .64196 L .36469 .61796 L .30287 .58754 L .20198 .52185 L .15704 .48378 L .11495 .4404 L .08132 .39705 L .06699 .37464 L .05388 .35062 L .04353 .32776 L .036 .3071 L .033 .29719 L .03023 .28651 L .0282 .27723 L .02646 .26733 L .02568 .26186 L .02508 .2569 L .02459 .25187 L .02425 .24724 L .0241 .24464 L .02397 .24188 L .02392 .24055 L .02388 .23912 L .02385 .23755 L .02382 .23608 L .02381 .23342 L .02382 .23208 L .02383 .23062 L .02389 .22804 L .02397 .22564 L .02409 .22296 L .02427 .22006 L .0247 .21482 L .02525 .20976 L .02587 .20513 L .0277 .19473 L Mistroke .03026 .18393 L .03602 .16626 L .04421 .14807 L .05381 .13172 L .06414 .11754 L .09154 .08945 L .10992 .07535 L .12873 .06351 L .15042 .05231 L .17241 .0431 L .19319 .03601 L .21721 .02948 L .24248 .02425 L .25674 .02197 L .27033 .02021 L .28328 .01888 L .29526 .01795 L .30195 .01754 L .30929 .01719 L .31266 .01707 L .31626 .01695 L .31962 .01687 L .32275 .01681 L .32608 .01676 L .32973 .01673 L .3333 .01672 L .33712 .01674 L .34069 .01677 L .34407 .01683 L .34712 .01689 L .35043 .01698 L .35807 .01725 L .3662 .01763 L .38088 .01859 L .39462 .01979 L .40755 .02117 L .43723 .02527 L .46979 .03119 L .50083 .03822 L .55892 .05495 L .62016 .07777 L .67508 .10311 L .78252 .16873 L .8338 .21012 L .87594 .25163 L .93747 .33532 L .94587 .35112 L Mfstroke % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{288, 202.188}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgOol008moo`03001oogoo08ioo`00NWoo1@000Woo0P0017oo0P001Woo 00<007ooOol0SWoo001lOol00`00Oomoo`07Ool01000Oomoo`001Goo00<007ooOol0SWoo001COolH 000AOol00`00Oomoo`0:Ool00`00Oomoo`03Ool3002>Ool004aoo`L001Qoo`d000Aoo`03001oogoo 00Qoo`8000Ioo`03001oogoo08ioo`00A7oo2000:goo100000=oo`00Ool02Goo00<007ooOol01Goo 00<007ooOol0SWoo0010Ool4000gOol70005Ool30005Ool00`00Oomoo`2>Ool003eoo`<0049oo`L0 00Ioo`03001oogoo08ioo`00>Goo1000C7oo10000Woo00<007ooOol0SWoo000fOol3001DOol4002? Ool003=oo`<005Uoo`03001oo`0000<008]oo`00<7oo0`00G7oo00<007ooOol00goo0`00R7oo000] Ool3001OOol00`00Oomoo`06Ool30025Ool002]oo`80069oo`03001oogoo00Uoo`@0085oo`00:Goo 0P00I7oo00<007ooOol03Goo0`00OWoo000XOol00`00Oomoo`1TOol00`00Oomoo`0@Ool2001lOol0 02Ioo`8006Moo`8001=oo`<007Uoo`009Goo00<007ooOol0Igoo00<007ooOol05Goo0P00Mgoo000S Ool2001ZOol00`00Oomoo`0GOol2001eOol0025oo`8006aoo`03001oogoo01Uoo`<0079oo`007goo 0P00KWoo00<007ooOol077oo0P00L7oo000NOol00`00Oomoo`1^Ool00`00Oomoo`0NOol3001]Ool0 01aoo`80075oo`80029oo`8006]oo`006goo00<007ooOol0LGoo00<007ooOol08goo0P00JGoo000J Ool00`00Oomoo`1bOol00`00Oomoo`0UOol2001WOol001Uoo`03001oogoo07=oo`03001oogoo02Mo o`<006Aoo`0067oo00<007ooOol0M7oo00<007ooOol0:Woo0P00HWoo000GOol00`00Oomoo`1eOol0 0`00Oomoo`0/Ool2001POol001Ioo`03001oogoo07Ioo`03001oogoo02ioo`8005ioo`005Goo00<0 07ooOol0Mgoo0P00Goo0008Ool00`00Oomoo`1JOol0 0`00Oomoo`0WOol00`00Oomoo`0WOol00`00Oomoo`0YOol00`00Oomoo`0hOol000Qoo`03001oogoo 05Uoo`03001oogoo02Qoo`03001oogoo02Qoo`03001oogoo02Uoo`03001oogoo03Moo`0027oo00<0 07ooOol0F7oo00<007ooOol0:Goo00<007ooOol0:Goo00<007ooOol0:Goo0P00=goo0008Ool00`00 Oomoo`1GOol00`00Oomoo`0ZOol2000[Ool00`00Oomoo`0ZOol00`00Oomoo`0dOol000Qoo`03001o ogoo05Ioo`03001oogoo02]oo`03001oogoo02]oo`03001oogoo02Yoo`03001oogoo03=oo`001goo 00<007ooOol0EWoo00<007ooOol0;7oo00<007ooOol0;7oo00<007ooOol0:Woo00<007ooOol0 Ool00`00Oomoo`0OOol01000Oomoo`0027oo00@007ooOol000Eoo`03001oogoo03=oo`03001oogoo 02moo`03001oogoo02Ioo`001goo00<007ooOol0CWoo00<007ooOol07goo00@007ooOol000]oo`03 001oogoo00=oo`<003Aoo`03001oogoo02moo`03001oogoo02Eoo`001goo00<007ooOol0CGoo00<0 07ooOol06Woo10000Woo00@007ooOol000Uoo`8000Ioo`03001oogoo03Aoo`03001oogoo031oo`03 001oogoo02Aoo`001goo00<007ooOol0CGoo00<007ooOol087oo00@007ooOol000Uoo`03001oogoo 00Eoo`03001oogoo03Eoo`03001oogoo031oo`03001oogoo02=oo`001goo00<007ooOol0C7oo00<0 07ooOol08Woo0P002Woo0`001Goo00<007ooOol0=Goo00<007ooOol07oo00<007ooOol0Goo00<007ooOol0>7oo00<0 07ooOol0Woo 00<007ooOol0>Woo00<007ooOol0goo00<007ooOol0>goo00<007ooOol07oo00<007ooOol00Woo00<007ooOol047oo000;Ool00`00Oomoo`03Ool00`00Oomoo`0lOol00`00 Ool0000lOol00`00Oomoo`0lOol2000hOol00`00Oomoo`03Ool00`00Oomoo`0?Ool000Yoo`@000Ao o`03001oogoo03Eoo`@0009oo`03001oo`0003aoo`03001oogoo03aoo`8003Uoo`03001oogoo00=o o`03001oogoo00ioo`0037oo00D007ooOomoo`00009oo`03001oogoo03Yoo`03001oo`0003aoo`03 001oogoo03aoo`8003Yoo`04001oogoo0002Ool00`00Oomoo`0=Ool000aoo`03001oogoo009oo`80 03eoo`<003aoo`03001oogoo03aoo`8003]oo`03001oogoo0080011oo`0037oo00<007ooOol0@7oo 00<007ooOol0?Goo0P00?Woo00<007ooOol0>Goo00<007ooOol04Woo000=Ool00`00Oomoo`0oOol0 0`00Oomoo`0mOol00`00Oomoo`0mOol00`00Oomoo`0jOol00`00Oomoo`0AOol000eoo`03001oogoo 03moo`03001oogoo03eoo`03001oogoo03eoo`03001oogoo03]oo`03001oogoo011oo`003Woo00<0 07ooOol0?Woo00<007ooOol0?Goo00<007ooOol0?Goo00<007ooOol0>goo00<007ooOol047oo000> Ool00`00Oomoo`0nOol00`00Oomoo`0mOol00`00Oomoo`0mOol00`00Oomoo`0lOol00`00Oomoo`0? Ool000moo`03001oogoo03eoo`03001oogoo03eoo`03001oogoo03eoo`03001oogoo03aoo`03001o ogoo00moo`00o`0080000Goo0002Ool00`00Oomoo`0:Ool2000;Ool00`00Oomoo`0:Ool00`00Oomo o`0:Ool00`00Oomoo`09Ool00`00Oomoo`0:Ool00`00Oomoo`0:Ool00`00Oomoo`0:Ool00`00Oomo o`09Ool00`00Oomoo`0:Ool00`00Oomoo`0:Ool00`00Oomoo`0:Ool00`00Oomoo`0:Ool00`00Oomo o`09Ool00`00Oomoo`0:Ool00`00Oomoo`0:Ool00`00Oomoo`0:Ool00`00Oomoo`09Ool00`00Oomo o`0:Ool00`00Oomoo`0:Ool00`00Oomoo`0:Ool00`00Oomoo`0:Ool00`00Oomoo`01Ool000moo`80 03ioo`03001oogoo03eoo`03001oogoo03eoo`03001oogoo03eoo`8000moo`004Goo00<007ooOol0 >goo00<007ooOol0?Goo00<007ooOol0?Goo00<007ooOol0?Woo00<007ooOol03Goo000AOol00`00 Oomoo`0kOol00`00Oomoo`0mOol00`00Oomoo`0mOol00`00Oomoo`0nOol00`00Oomoo`0=Ool0019o o`03001oogoo03Yoo`03001oogoo03eoo`03001oogoo03eoo`03001oogoo03moo`03001oogoo00ao o`004Woo00<007ooOol0>Woo00<007ooOol0?Goo0P00?Woo00<007ooOol0?goo00<007ooOol037oo 000COol00`00Oomoo`0iOol00`00Oomoo`0mOol00`00Oomoo`0lOol00`00Oomoo`10Ool00`00Oomo o`0Goo00<007ooOol0?7oo00<007ooOol0?7oo00<007ooOol0 @Goo00<007ooOol02goo000EOol00`00Oomoo`0hOol00`00Oomoo`0lOol00`00Oomoo`0lOol00`00 Oomoo`12Ool00`00Oomoo`0:Ool001Ioo`03001oogoo03Moo`03001oogoo03aoo`03001oogoo03ao o`03001oogoo049oo`03001oogoo00Yoo`005Woo00<007ooOol0=goo00<007ooOol0?7oo00<007oo Ool0?7oo00<007ooOol0@goo00<007ooOol02Goo000GOol00`00Oomoo`0fOol00`00Oomoo`0lOol2 000mOol00`00Oomoo`13Ool00`00Oomoo`09Ool001Qoo`03001oogoo03Eoo`03001oogoo03aoo`03 001oogoo03]oo`03001oogoo04Eoo`03001oogoo00Qoo`006Goo00<007ooOol0=Goo00<007ooOol0 >goo00<007ooOol0>goo00<007ooOol0AGoo00<007ooOol027oo000IOol00`00Oomoo`0eOol00`00 Oomoo`0kOol00`00Oomoo`0kOol00`00Oomoo`15Ool00`00Oomoo`08Ool001Yoo`03001oogoo03Ao o`03001oogoo03]oo`03001oogoo03]oo`03001oogoo04Ioo`03001oogoo00Moo`006goo00<007oo Ool0goo00<007ooOol0>Woo00<007ooOol0Agoo00<007ooOol01goo000LOol0 0`00Oomoo`0cOol00`00Oomoo`0jOol2000kOol00`00Oomoo`17Ool00`00Oomoo`07Ool001eoo`03 001oogoo039oo`03001oogoo03Yoo`03001oogoo03Yoo`03001oogoo04Moo`03001oogoo00Moo`00 7Woo00<007ooOol0Woo00<007ooOol0>Goo00<007ooOol0B7oo00<007ooOol0 1goo000NOol00`00Oomoo`0bOol00`00Oomoo`0iOol00`00Oomoo`0iOol00`00Oomoo`18Ool00`00 Oomoo`07Ool001moo`03001oogoo035oo`03001oogoo03Uoo`03001oogoo03Qoo`03001oogoo04Yo o`03001oogoo00Ioo`0087oo00<007ooOol07oo00<007ooOol0>7oo00<007oo Ool0BWoo00<007ooOol01Woo000QOol00`00Oomoo`0`Ool00`00Oomoo`0hOol2000hOol00`00Oomo o`1;Ool00`00Oomoo`06Ool0029oo`03001oogoo031oo`03001oogoo03Moo`03001oogoo03Moo`03 001oogoo04]oo`03001oogoo00Ioo`008goo00<007ooOol0;goo00<007ooOol0=goo00<007ooOol0 =Woo00<007ooOol0C7oo00<007ooOol01Woo000TOol00`00Oomoo`0_Ool00`00Oomoo`0fOol00`00 Oomoo`0fOol00`00Oomoo`17oo00<007ooOol0:Goo00<007oo Ool0:7oo00<007ooOol0:7oo00<007ooOol0FGoo00<007ooOol01goo000iOol00`00Oomoo`0YOol0 0`00Oomoo`0WOol00`00Oomoo`0VOol2001KOol00`00Oomoo`08Ool003Yoo`03001oogoo02Uoo`03 001oogoo02Ioo`03001oogoo02Eoo`03001oogoo05]oo`03001oogoo00Qoo`00>goo0P00:Woo00<0 07ooOol09Goo00<007ooOol097oo00<007ooOol0G7oo00<007ooOol027oo000mOol00`00Oomoo`0X Ool00`00Oomoo`0TOol2000TOol00`00Oomoo`1LOol00`00Oomoo`09Ool003ioo`8002Uoo`8002Ao o`03001oogoo025oo`8005moo`03001oogoo00Uoo`00@7oo00<007ooOol0:7oo00<007ooOol08Goo 00<007ooOol087oo00<007ooOol0GWoo00<007ooOol02Woo0011Ool2000YOol00`00Oomoo`0POol0 0`00Oomoo`0OOol00`00Oomoo`1OOol00`00Oomoo`0:Ool004=oo`03001oogoo02Moo`80021oo`03 001oogoo01eoo`80069oo`03001oogoo00Yoo`00A7oo0P00:Goo0P007Woo00<007ooOol077oo00<0 07ooOol0HGoo00<007ooOol02goo0016Ool00`00Oomoo`0XOol2000LOol2000KOol2001TOol00`00 Oomoo`0;Ool004Moo`8002Yoo`8001Yoo`03001oogoo01Qoo`8006Ioo`03001oogoo00]oo`00BGoo 0P00:Woo0P0067oo00<007ooOol05Woo0P00Igoo00<007ooOol037oo001;Ool00`00Oomoo`0YOol3 000EOol00`00Oomoo`0COol3001YOol00`00Oomoo`0Ool0055oo`03001oogoo03Aoo`03001oo`0000/007Uoo`03001oogoo00ioo`00DWoo0P00 =7oo00<007ooOol017oo00<007ooOol0O7oo00<007ooOol03goo001DOol00`00Oomoo`0aOol00`00 Oomoo`04Ool00`00Oomoo`1kOol00`00Oomoo`0@Ool005Eoo`80031oo`8000Ioo`03001oogoo07Yo o`03001oogoo015oo`00Egoo0P00=Woo00<007ooOol0NGoo00<007ooOol04Woo001IOol2000dOol0 0`00Oomoo`1hOol00`00Oomoo`0COol005]oo`80039oo`8007Qoo`03001oogoo01Aoo`00GGoo0P00 <7oo00<007ooOol0MWoo00<007ooOol05Goo001OOol2000^Ool00`00Oomoo`1eOol00`00Oomoo`0F Ool0065oo`8002aoo`03001oogoo07Aoo`03001oogoo01Moo`00Hgoo0P00:Woo00<007ooOol0Lgoo 00<007ooOol067oo001UOol2000XOol00`00Oomoo`1bOol00`00Oomoo`0IOol006Moo`<002Eoo`03 001oogoo075oo`03001oogoo01Yoo`00JWoo0P008goo0P00LGoo00<007ooOol06goo001/Ool3000P Ool00`00Oomoo`1^Ool2000NOol006moo`8001ioo`03001oogoo06aoo`80021oo`00LGoo0`006goo 00<007ooOol0JWoo0P008Woo001dOol3000HOol00`00Oomoo`1YOol00`00Oomoo`0ROol007Moo`80 01Ioo`03001oogoo06Moo`8002Eoo`00NGoo0`004goo0P00Igoo00<007ooOol09Goo001lOol3000@ Ool00`00Oomoo`1UOol00`00Oomoo`0VOol007moo`<000eoo`03001oogoo06=oo`8002Uoo`00PWoo 0`002Woo00<007ooOol0HGoo0P00:goo0025Ool30007Ool00`00Oomoo`1NOol3000]Ool008Qoo`<0 00Aoo`03001oogoo05Yoo`@0031oo`00Rgoo1P00F7oo0`00=7oo002?Ool4001BOol4000gOol008mo o`04001oogooOol4001;Ool3000kOol008moo`03001oogoo00Eoo`@004Aoo`<003ioo`00Sgoo00<0 07ooOol02Goo1P00>Goo1@00@Goo001jOol50002Ool20004Ool20006Ool00`00Oomoo`0?Ool9000[ Ool50016Ool007aoo`03001oogoo00Moo`04001oogoo0005Ool00`00Oomoo`0HOol<000COol<001; Ool007aoo`03001oogoo00Yoo`03001oogoo00=oo`<002Aooa<005Moo`00O7oo00<007ooOol027oo 0P001Woo00<007ooOol0SWoo001lOol00`00Oomoo`08Ool00`00Oomoo`05Ool00`00Oomoo`2>Ool0 07]oo`8000Yoo`<000Eoo`03001oogoo08ioo`00Sgoo00<007ooOol0SWoo0000\ \>"], ImageRangeCache->{{{0, 287}, {201.188, 0}} -> {-2.24682, -1.57501, \ 0.0156572, 0.0156572}}] }, 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: .70225 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.332799 0.055734 0.323257 0.055734 [ [ 0 0 0 0 ] [ 1 .70225 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .70225 L 0 .70225 L closepath clip newpath 0 g .5 Mabswid [ ] 0 setdash .55573 .32326 m .55573 .32499 L .55571 .32656 L .55568 .32837 L .55563 .33009 L .55552 .33314 L .55534 .33645 L .5551 .34009 L .55477 .34395 L .55402 .35085 L .55302 .35794 L .55188 .36456 L .54853 .37947 L .54408 .39441 L .5391 .40777 L .52483 .43651 L .50917 .45961 L .48894 .48238 L .46704 .50125 L .4412 .51806 L .42775 .52496 L .4127 .53138 L .39934 .53603 L .38438 .54014 L .37723 .54172 L .36951 .54315 L .36281 .54416 L .35548 .54504 L .35118 .54543 L .34719 .54573 L .34337 .54594 L .34145 .54603 L .33932 .5461 L .3374 .54615 L .33565 .54617 L .33372 .54619 L .33276 .54619 L .3317 .54619 L .3299 .54617 L .32799 .54614 L .32618 .54609 L .32454 .54604 L .32115 .54589 L .31742 .54566 L .3099 .54501 L .30296 .54419 L .29649 .54322 L .28203 .54033 L .26674 .53618 L .25267 .53129 L Mistroke .23774 .52491 L .21191 .51057 L .18864 .49331 L .16655 .47179 L .14726 .44685 L .13249 .42113 L .1266 .408 L .1213 .39376 L .11724 .38012 L .1143 .36751 L .11196 .35373 L .11104 .3461 L .1107 .34258 L .11041 .33885 L .11021 .33566 L .11012 .33396 L .11004 .33214 L .10998 .33046 L .10994 .32893 L .1099 .32747 L .10988 .32593 L .10987 .32424 L .10986 .32245 L .10988 .32075 L .1099 .31921 L .10994 .3174 L .11 .31544 L .11015 .31188 L .11036 .30841 L .11064 .30468 L .1113 .29797 L .11235 .29003 L .11356 .28281 L .117 .2673 L .12127 .25284 L .1323 .22578 L .14559 .2022 L .16186 .18015 L .18281 .15832 L .205 .14059 L .23125 .12479 L .25827 .11315 L .27238 .10866 L .28044 .10656 L .28813 .10484 L .29524 .10351 L .303 .10232 L .31009 .10148 L .31665 .10091 L .32032 .10067 L Mistroke .32375 .1005 L .32573 .10043 L .32753 .10038 L .32852 .10036 L .32961 .10034 L .33064 .10033 L .33159 .10032 L .33258 .10032 L .33366 .10032 L .33468 .10033 L .33561 .10034 L .33739 .10037 L .33926 .10041 L .34127 .10048 L .34315 .10056 L .34742 .1008 L .35124 .10109 L .35477 .10141 L .36273 .10234 L .36972 .1034 L .37709 .10477 L .38973 .10771 L .40345 .11181 L .42981 .12254 L .45643 .13774 L .47983 .15568 L .50166 .1777 L .51915 .20088 L .53257 .22431 L .53896 .23842 L .54408 .25211 L .54794 .26482 L .5512 .2785 L .55316 .28949 L .55404 .29578 L .55469 .30168 L .55515 .30711 L .55545 .31207 L .55558 .31482 L .55563 .31627 L .55567 .31781 L .5557 .31929 L .55572 .32064 L .55573 .32199 L .55573 .32326 L Mfstroke .94587 .35112 m .95499 .37092 L .96314 .39251 L .96651 .40334 L .96957 .41487 L .97191 .4256 L .97363 .43544 L .9744 .44095 L .97509 .44699 L .97562 .45303 L .97583 .45632 L .97599 .45939 L .97605 .46077 L .9761 .46228 L .97616 .46501 L .97619 .46766 L .97619 .47011 L .97617 .47161 L .97614 .47301 L .97607 .47564 L .97601 .4771 L .97595 .47845 L .97578 .48148 L .9754 .48636 L .97495 .49087 L .97352 .50103 L .97161 .51076 L .96899 .521 L .96241 .53994 L .95288 .55957 L .94166 .57709 L .92941 .59234 L .90088 .61896 L .88189 .63233 L .86236 .64362 L .84157 .65351 L .81813 .66255 L .79483 .6697 L .77261 .67507 L .7475 .67965 L .73328 .68161 L .7196 .6831 L .70672 .68417 L .69467 .68488 L .68832 .68515 L .68465 .68527 L .68128 .68536 L .67772 .68543 L .67388 .68549 L .67031 .68552 L Mistroke .66691 .68553 L .66323 .68551 L .66115 .6855 L .65924 .68548 L .65571 .68542 L .65198 .68534 L .64548 .68514 L .63832 .68484 L .63061 .68443 L .62232 .68389 L .60726 .68264 L .57759 .67918 L .55029 .67489 L .49031 .66178 L .42535 .64196 L .36469 .61796 L .30287 .58754 L .20198 .52185 L .15704 .48378 L .11495 .4404 L .08132 .39705 L .06699 .37464 L .05388 .35062 L .04353 .32776 L .036 .3071 L .033 .29719 L .03023 .28651 L .0282 .27723 L .02646 .26733 L .02568 .26186 L .02508 .2569 L .02459 .25187 L .02425 .24724 L .0241 .24464 L .02397 .24188 L .02392 .24055 L .02388 .23912 L .02385 .23755 L .02382 .23608 L .02381 .23342 L .02382 .23208 L .02383 .23062 L .02389 .22804 L .02397 .22564 L .02409 .22296 L .02427 .22006 L .0247 .21482 L .02525 .20976 L .02587 .20513 L .0277 .19473 L Mistroke .03026 .18393 L .03602 .16626 L .04421 .14807 L .05381 .13172 L .06414 .11754 L .09154 .08945 L .10992 .07535 L .12873 .06351 L .15042 .05231 L .17241 .0431 L .19319 .03601 L .21721 .02948 L .24248 .02425 L .25674 .02197 L .27033 .02021 L .28328 .01888 L .29526 .01795 L .30195 .01754 L .30929 .01719 L .31266 .01707 L .31626 .01695 L .31962 .01687 L .32275 .01681 L .32608 .01676 L .32973 .01673 L .3333 .01672 L .33712 .01674 L .34069 .01677 L .34407 .01683 L .34712 .01689 L .35043 .01698 L .35807 .01725 L .3662 .01763 L .38088 .01859 L .39462 .01979 L .40755 .02117 L .43723 .02527 L .46979 .03119 L .50083 .03822 L .55892 .05495 L .62016 .07777 L .67508 .10311 L .78252 .16873 L .8338 .21012 L .87594 .25163 L .93747 .33532 L .94587 .35112 L Mfstroke % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{288, 202.188}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgGoo1`003Woo1`00DWoo0P00GWoo000EOol0 0`00Oomoo`0fOol4000LOol3001AOol2001LOol001Aoo`03001oogoo03Eoo`8002=oo`@004moo`80 05Yoo`004goo00<007ooOol07oo0P00C7oo0P00E7oo000@Ool00`00Oomoo`0]Ool2000lOol0 0`00Oomoo`1;Ool2001BOol000moo`03001oogoo02eoo`03001oogoo03eoo`8004eoo`03001oogoo 04moo`003Woo00<007ooOol0;7oo0P00@Woo0P00C7oo0P00Cgoo000>Ool00`00Oomoo`0ZOol20016 Ool00`00Oomoo`1;Ool2001=Ool000eoo`03001oogoo02Yoo`03001oogoo04Moo`03001oogoo04ao o`03001oogoo04Yoo`003Goo00<007ooOol0:Goo00<007ooOol0BGoo00<007ooOol0C7oo0P00BWoo 000Ool20018Ool000aoo`03001oogoo02Moo`80 051oo`03001oogoo04eoo`03001oogoo04Eoo`002goo00<007ooOol09goo00<007ooOol0DGoo00<0 07ooOol0CGoo0P00AGoo000;Ool00`00Oomoo`0VOol00`00Oomoo`1COol00`00Oomoo`1>Ool00`00 Oomoo`12Ool000Yoo`03001oogoo02Ioo`03001oogoo05Eoo`03001oogoo04ioo`80049oo`002Woo 00<007ooOol09Goo00<007ooOol0Egoo00<007ooOol0Cgoo0P00@7oo000:Ool00`00Oomoo`0TOol0 0`00Oomoo`1IOol00`00Oomoo`1@Ool00`00Oomoo`0mOol000Uoo`03001oogoo02Aoo`03001oogoo 05]oo`03001oogoo051oo`03001oogoo03aoo`002Goo00<007ooOol08goo00<007ooOol0GGoo00<0 07ooOol0D7oo0P00?7oo0008Ool00`00Oomoo`0SOol00`00Oomoo`1OOol00`00Oomoo`1AOol00`00 Oomoo`0iOol000Qoo`03001oogoo029oo`03001oogoo061oo`03001oogoo059oo`03001oogoo03Qo o`0027oo00<007ooOol08Goo00<007ooOol0HWoo00<007ooOol0DWoo00<007ooOol0=goo0008Ool0 0`00Oomoo`0POol00`00Oomoo`1TOol00`00Oomoo`1BOol2000gOol000Qoo`03001oogoo021oo`03 001oogoo06Eoo`03001oogoo05=oo`03001oogoo03Aoo`0027oo00<007ooOol07goo00<007ooOol0 IWoo00<007ooOol0E7oo00<007ooOol0Ool00`00Oomoo`1kOol00`00Oomoo`1] Ool00`00Oomoo`0?Ool000moo`03001oogoo00ioo`03001oogoo07]oo`03001oogoo06ioo`03001o ogoo00ioo`0047oo00<007ooOol03Goo00<007ooOol0Ngoo00<007ooOol0KWoo00<007ooOol03Woo 000@Ool00`00Oomoo`0=Ool00`00Oomoo`1kOol00`00Oomoo`1_Ool00`00Oomoo`0=Ool0015oo`03 001oogoo00aoo`03001oogoo07]oo`03001oogoo06moo`03001oogoo00eoo`004Goo00<007ooOol0 3Goo00<007ooOol0NWoo00<007ooOol0Kgoo00<007ooOol03Goo000BOol00`00Oomoo`0Woo00<007ooOol017oo0P00>Goo 0P00Ugoo00<007ooOol027oo000kOol20006Ool2000eOol2002IOol00`00Oomoo`08Ool003eoo`03 001oogoo00Eoo`80035oo`8009Yoo`03001oogoo00Uoo`00?Woo0P001goo0`00:goo0`00W7oo00<0 07ooOol02Goo0010Ool00`00Oomoo`07Ool5000ROol4002NOol00`00Oomoo`0:Ool0045oo`8000ao o`@001]oo`<00:9oo`03001oogoo00Yoo`00@goo00<007ooOol03Goo1`0037oo2000YGoo00<007oo Ool02Woo0014Ool2000DOol<002/Ool00`00Oomoo`0;Ool004Ioo`03001oogoo0Ool00`00Oomoo`2oOol0 0`00Oomoo`0=Ool004moo`800;ioo`03001oogoo00ioo`00DGoo00<007ooOol0^goo00<007ooOol0 3Woo001BOol2002jOol00`00Oomoo`0?Ool005Aoo`03001oogoo0;Ioo`03001oogoo011oo`00EGoo 0P00]Goo00<007ooOol04Goo001GOol2002bOol00`00Oomoo`0BOol005Uoo`800:moo`03001oogoo 01=oo`00Fgoo0P00[7oo00<007ooOol057oo001MOol2002YOol00`00Oomoo`0EOol005moo`800:Io o`03001oogoo01Ioo`00HGoo0P00Xgoo00<007ooOol05goo001SOol2002POol00`00Oomoo`0HOol0 06Eoo`8009eoo`03001oogoo01Uoo`00Igoo0`00VGoo00<007ooOol06Woo001ZOol2002FOol00`00 Oomoo`0KOol006aoo`<0095oo`8001ioo`00Kgoo0P00SGoo0P0087oo001aOol30028Ool2000ROol0 07Aoo`<008Aoo`03001oogoo029oo`00Mgoo0P00P7oo0P009Goo001iOol3001lOol00`00Oomoo`0U Ool007aoo`<007Qoo`03001oogoo02Ioo`00Ogoo0`00Lgoo0P00:Goo0022Ool3001^Ool2000[Ool0 08Eoo`<006Qoo`<002eoo`00R7oo0`00HGoo1000<7oo002;Ool4001JOol3000dOol008moo`@0059o o`@003Moo`00Tgoo1000Bgoo0`00>goo002GOol40014Ool3000nOol009]oo`H003Uoo`D0045oo`00 XGoo2@00:goo1@00AWoo002ZOol<000COol<001;Ool00;Iooa<005Moo`00ogoo8Goo003oOolQOol0 0?moob5oo`00ogoo8Goo0000\ \>"], ImageRangeCache->{{{0, 287}, {201.188, 0}} -> {-5.98727, -5.80006, \ 0.0626289, 0.0626289}}] }, Open ]] }, Open ]] }, 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[{ {"4", \(3\/2\)}, {\(3\/2\), \(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.`", "1.5`"}, {"1.5`", "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\ \((109 - \@2665)\), 1\/32\ \((109 + \@2665)\)}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(N[eig]\)], "Input", PageWidth->Infinity], Cell[BoxData[ \({1.7930113126074616`, 5.019488687392538`}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(N[\@eig]\)], "Input", PageWidth->Infinity], Cell[BoxData[ \({1.3390337234765455`, 2.240421542342543`}\)], "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.3159757744963108`", \(-0.46490330653563583`\)}, {\(-0.46490330653563583`\), "0.6840242255036891`"} }], "\[NoBreak]", ")"}], Function[ BoxForm`e$, MatrixForm[ BoxForm`e$]]]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(MatrixForm[mP2]\)], "Input"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"0.6840242255036892`", "0.46490330653563583`"}, {"0.46490330653563583`", "0.31597577449631087`"} }], "\[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.`", "1.5`"}, {"1.5`", "2.8125`"} }], "\[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.`", "1.5`"}, {"1.5`", "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.5621172248706766`, \(-0.8270575708520473`\)}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(normalizza[\(Transpose[ mP2]\)\[LeftDoubleBracket]1\[RightDoubleBracket]]\)], "Input"], Cell[BoxData[ \({0.8270575708520473`, 0.5621172248706766`}\)], "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell["Dilatazioni e direzioni principali (in alternativa)", "Subsection"], Cell[CellGroupData[{ Cell[BoxData[ \({eigv, eigvec} = Eigensystem[mC]\)], "Input"], Cell[BoxData[ \({{1\/32\ \((109 - \@2665)\), 1\/32\ \((109 + \@2665)\)}, {{1\/48\ \((19 - \@2665)\), 1}, {1\/48\ \((19 + \@2665)\), 1}}}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(N[\@eigv]\)], "Input"], Cell[BoxData[ \({1.3390337234765455`, 2.240421542342543`}\)], "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.5621172248706767`\), "0.8270575708520472`"}, {"0.8270575708520473`", "0.5621172248706766`"} }], "\[NoBreak]", ")"}], Function[ BoxForm`e$, MatrixForm[ BoxForm`e$]]]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(mA . DiagonalMatrix[eigv] . Transpose[mA] // Simplify\)], "Input"], Cell[BoxData[ \({{4, 3\/2}, {3\/2, 45\/16}}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(mC\)], "Input"], Cell[BoxData[ \({{4, 3\/2}, {3\/2, 45\/16}}\)], "Output"] }, Open ]], Cell["Notare", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(normalizza[mP1 . e1]\)], "Input"], Cell[BoxData[ \({0.5621172248706766`, \(-0.8270575708520473`\)}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(normalizza[mP2 . e1]\)], "Input"], Cell[BoxData[ \({0.8270575708520473`, 0.5621172248706766`}\)], "Output"] }, Open ]] }, Open ]], 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.4472135954999579`\)], "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[ \(63.43494882292201`\)], "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[ \(\(-26.56505117707799`\)\)], "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.9556048281548193`", "0.419058177461747`"}, {"0.419058177461747`", "1.6238504376642693`"} }], "\[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: .59536 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.409182 0.685573 0.0141752 0.685573 [ [.13495 .00168 -12 -9 ] [.13495 .00168 12 0 ] [.27207 .00168 -12 -9 ] [.27207 .00168 12 0 ] [.5463 .00168 -9 -9 ] [.5463 .00168 9 0 ] [.68341 .00168 -9 -9 ] [.68341 .00168 9 0 ] [.82053 .00168 -9 -9 ] [.82053 .00168 9 0 ] [.95764 .00168 -9 -9 ] [.95764 .00168 9 0 ] [.39668 .15129 -18 -4.5 ] [.39668 .15129 0 4.5 ] [.39668 .2884 -18 -4.5 ] [.39668 .2884 0 4.5 ] [.39668 .42552 -18 -4.5 ] [.39668 .42552 0 4.5 ] [.39668 .56263 -18 -4.5 ] [.39668 .56263 0 4.5 ] [ 0 0 0 0 ] [ 1 .59536 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .13495 .01418 m .13495 .02043 L s [(-0.4)] .13495 .00168 0 1 Mshowa .27207 .01418 m .27207 .02043 L s [(-0.2)] .27207 .00168 0 1 Mshowa .5463 .01418 m .5463 .02043 L s [(0.2)] .5463 .00168 0 1 Mshowa .68341 .01418 m .68341 .02043 L s [(0.4)] .68341 .00168 0 1 Mshowa .82053 .01418 m .82053 .02043 L s [(0.6)] .82053 .00168 0 1 Mshowa .95764 .01418 m .95764 .02043 L s [(0.8)] .95764 .00168 0 1 Mshowa .125 Mabswid .03212 .01418 m .03212 .01793 L s .0664 .01418 m .0664 .01793 L s .10067 .01418 m .10067 .01793 L s .16923 .01418 m .16923 .01793 L s .20351 .01418 m .20351 .01793 L s .23779 .01418 m .23779 .01793 L s .30635 .01418 m .30635 .01793 L s .34062 .01418 m .34062 .01793 L s .3749 .01418 m .3749 .01793 L s .44346 .01418 m .44346 .01793 L s .47774 .01418 m .47774 .01793 L s .51202 .01418 m .51202 .01793 L s .58058 .01418 m .58058 .01793 L s .61485 .01418 m .61485 .01793 L s .64913 .01418 m .64913 .01793 L s .71769 .01418 m .71769 .01793 L s .75197 .01418 m .75197 .01793 L s .78625 .01418 m .78625 .01793 L s .8548 .01418 m .8548 .01793 L s .88908 .01418 m .88908 .01793 L s .92336 .01418 m .92336 .01793 L s .99192 .01418 m .99192 .01793 L s .25 Mabswid 0 .01418 m 1 .01418 L s .40918 .15129 m .41543 .15129 L s [(0.2)] .39668 .15129 1 0 Mshowa .40918 .2884 m .41543 .2884 L s [(0.4)] .39668 .2884 1 0 Mshowa .40918 .42552 m .41543 .42552 L s [(0.6)] .39668 .42552 1 0 Mshowa .40918 .56263 m .41543 .56263 L s [(0.8)] .39668 .56263 1 0 Mshowa .125 Mabswid .40918 .04845 m .41293 .04845 L s .40918 .08273 m .41293 .08273 L s .40918 .11701 m .41293 .11701 L s .40918 .18557 m .41293 .18557 L s .40918 .21985 m .41293 .21985 L s .40918 .25413 m .41293 .25413 L s .40918 .32268 m .41293 .32268 L s .40918 .35696 m .41293 .35696 L s .40918 .39124 m .41293 .39124 L s .40918 .4598 m .41293 .4598 L s .40918 .49408 m .41293 .49408 L s .40918 .52836 m .41293 .52836 L s .25 Mabswid .40918 0 m .40918 .59536 L s 0 0 m 1 0 L 1 .59536 L 0 .59536 L closepath clip newpath .5 Mabswid .40918 .01418 m .39355 .03718 L .3765 .06226 L .36049 .08582 L .34509 .10848 L .3287 .1326 L .31292 .15581 L .29615 .18049 L .27999 .20426 L .26445 .22713 L .24791 .25146 L .23199 .27489 L .21668 .29741 L .20038 .3214 L .18469 .34448 L .16801 .36902 L .15194 .39267 L .13648 .4154 L .12004 .4396 L .1042 .4629 L .08738 .48766 L .07116 .51151 L .05557 .53446 L .03897 .55887 L .02381 .58118 L s .40918 .01418 m .43218 .02981 L .45727 .04686 L .48083 .06287 L .50349 .07827 L .5276 .09466 L .55082 .11044 L .57549 .12721 L .59927 .14337 L .62214 .15891 L .64647 .17545 L .66989 .19137 L .69242 .20668 L .7164 .22298 L .73949 .23867 L .76403 .25535 L .78767 .27142 L .81041 .28687 L .83461 .30332 L .85791 .31915 L .88266 .33598 L .90652 .35219 L .92947 .36779 L .95388 .38438 L .97619 .39955 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{185.25, 110.25}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgOol003Uoo`800004Ool007ooOol20003Ool40003Ool00`00Oomoo`0M Ool00`00Oomoo`1;Ool003Qoo`03001oogoo008000Moo`03001oogoo00Aoo`03001oogoo01ioo`03 001oogoo04Yoo`00>7oo00@007ooOol000Uoo`03001oogoo00=oo`80021oo`8004Yoo`00>7oo00@0 07oo000000Yoo`03001oogoo009oo`03001oogoo025oo`03001oogoo04Moo`00>7oo0P0000=oo`00 Ool01goo00@007ooOol000=oo`03001oogoo029oo`03001oogoo04Ioo`00>Goo0P002Woo0P0017oo 00<007ooOol08goo0P00AWoo000hOol00`00Oomoo`0@Ool00`00Oomoo`0UOol00`00Oomoo`13Ool0 03Moo`03001oogoo015oo`8002Moo`8004=oo`00=goo00<007ooOol04Goo00<007ooOol0:7oo0P00 @Goo000fOol00`00Oomoo`0BOol00`00Oomoo`0ZOol00`00Oomoo`0nOol003Ioo`03001oogoo019o o`03001oogoo02]oo`8003ioo`00=Goo00<007ooOol04goo00<007ooOol0;Goo00<007ooOol0>goo 000dOol00`00Oomoo`0DOol00`00Oomoo`0^Ool00`00Oomoo`0jOol003Aoo`03001oogoo01Aoo`80 031oo`8003Yoo`00Woo00<007ooOol0;Woo000^Ool00`00Oomoo`0JOol00`00Oomoo`0k Ool2000^Ool002eoo`03001oogoo01]oo`03001oogoo03eoo`03001oogoo02]oo`00;7oo00<007oo Ool02Woo0P0017oo0P001Goo0`000Woo00<007ooOol0?Woo0P00:goo000/Ool00`00Oomoo`09Ool0 1000Oomoo`002goo00D007ooOomoo`00049oo`8002Uoo`00:goo00<007ooOol02Woo00@007ooOol0 00Qoo`D0009oo`8004=oo`03001oogoo02Ioo`00:goo00<007ooOol02Woo00@007ooOol000Qoo`04 001oogoo0003Ool00`00Oomoo`13Ool2000VOol002Yoo`03001oogoo00]oo`04001oogoo0009Ool0 0`00Ool00003Ool00`00Oomoo`15Ool00`00Oomoo`0SOol002Uoo`03001oogoo00eoo`8000]oo`80 00=oo`03001oogoo04Ioo`03001oogoo029oo`00:Goo00<007ooOol07goo00<007ooOol0Agoo0P00 8Woo000XOol00`00Oomoo`0POol2001:Ool00`00Oomoo`0OOol002Moo`03001oogoo025oo`03001o ogoo04Yoo`03001oogoo01ioo`009Woo00<007ooOol08Woo00<007ooOol0Bgoo0P007Woo000VOol0 0`00Oomoo`0ROol00`00Oomoo`1=Ool00`00Oomoo`0KOol002Eoo`03001oogoo02=oo`03001oogoo 04ioo`8001]oo`0097oo00<007ooOol097oo00<007ooOol0D7oo0P006Goo000TOol00`00Oomoo`0T Ool2001COol00`00Oomoo`0FOol002=oo`03001oogoo02Eoo`03001oogoo05=oo`8001Ioo`008goo 00<007ooOol09Goo00<007ooOol0EGoo00<007ooOol04goo000ROol00`00Oomoo`0VOol00`00Oomo o`1FOol00`00Oomoo`0BOol0025oo`03001oogoo02Moo`03001oogoo05Moo`80019oo`008Goo00<0 07ooOol09goo00<007ooOol0FGoo00<007ooOol03goo000POol00`00Oomoo`0XOol2001KOol2000? Ool001moo`03001oogoo02Uoo`03001oogoo05aoo`8000eoo`007Woo00<007ooOol0:Woo00<007oo Ool0Jgoo000NOol00`00Oomoo`0ZOol00`00Oomoo`1[Ool001eoo`03001oogoo01Uoo`8000Aoo`80 00=oo`<000Aoo`03001oogoo06]oo`0077oo00<007ooOol06Goo00@007ooOol000Qoo`04001oogoo 0003Ool00`00Oomoo`1[Ool001aoo`03001oogoo01Uoo`04001oogoo0008Ool01000Oomoo`000goo 0P00K7oo000KOol00`00Oomoo`0JOol01000Oomoo`0027oo0`0017oo00<007ooOol0Jgoo000KOol0 0`00Oomoo`0JOol01000Oomoo`002Goo00<007ooOol00goo00<007ooOol0Jgoo000JOol00`00Oomo o`0LOol2000:Ool30003Ool00`00Oomoo`1[Ool001Uoo`03001oogoo02moo`03001oogoo06]oo`00 6Goo00<007ooOol0;goo00<007ooOol0Jgoo000HOol00`00Oomoo`0`Ool2001/Ool001Moo`03001o ogoo035oo`03001oogoo06]oo`005Woo00<007ooOol07oo0P00K7oo000@ Ool00`00Oomoo`0hOol00`00Oomoo`1[Ool000moo`03001oogoo03Uoo`03001oogoo06]oo`003Woo 00<007ooOol0>Woo00<007ooOol0Jgoo000>Ool00`00Oomoo`0XOol20004Ool20004Ool20004Ool0 0`00Oomoo`1[Ool000eoo`03001oogoo02Qoo`04001oogoo0008Ool01000Oomoo`000goo00<007oo Ool0Jgoo000"], ImageRangeCache->{{{0, 184.25}, {109.25, 0}} -> {-0.655338, -0.0959732, \ 0.00863811, 0.00863811}}] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\(\(mA . DiagonalMatrix[\@eigv] . Transpose[mA] // Simplify\) // N\) // MatrixForm\)], "Input"], Cell[BoxData[ TagBox[ RowBox[{"(", "\[NoBreak]", GridBox[{ {"1.955604828154819`", "0.41905817746174695`"}, {"0.41905817746174695`", "1.6238504376642695`"} }], "\[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.9778024140774096`", "0.2095290887308735`"}, {\(-0.20952908873087345`\), "0.9778024140774095`"} }], "\[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.9778024140774094`", "0.2095290887308734`"}, {\(-0.20952908873087334`\), "0.9778024140774095`"} }], "\[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.06719309487228944`\)\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(\(ArcTan[mR\[LeftDoubleBracket]1, 1\[RightDoubleBracket], mR\[LeftDoubleBracket]2, 1\[RightDoubleBracket]]\/\[Pi]\) 180 // N\)], "Input"], Cell[BoxData[ \(\(-12.0947570770121`\)\)], "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.500001 0.055734 0.392569 0.055734 [ [ 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 .60841 .58737 L .59495 .59428 L .5799 .6007 L .56654 .60534 L .55158 .60946 L .54443 .61103 L .53672 .61246 L .53001 .61348 L .52269 .61435 L .51838 .61475 L .51439 .61504 L .51058 .61525 L .50865 .61534 L .50652 .61541 L .50461 .61546 L .50285 .61549 L .50093 .6155 L .49996 .6155 L .4989 .6155 L .49711 .61549 L .49519 .61545 L .49339 .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 .51616 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 .39824 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 .27736 .38119 L .27756 .37772 L .27784 .374 L .2785 .36729 L .27956 .35934 L .28076 .35212 L .2842 .33661 L .28848 .32216 L .2995 .29509 L .31279 .27151 L .32906 .24946 L .35002 .22763 L .3722 .2099 L .39845 .1941 L .42547 .18246 L .43958 .17798 L .44765 .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 .16974 L .49473 .16969 L .49573 .16967 L .49681 .16966 L .49784 .16964 L .49879 .16964 L .49979 .16963 L .50086 .16963 L .50188 .16964 L .50282 .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 .20705 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 .3886 L .72292 .38995 L .72293 .3913 L .72294 .39257 L Mfstroke .93598 .48599 m .93863 .49704 L .94074 .50725 L .94278 .51927 L .94419 .53008 L .94474 .53548 L .94521 .5413 L .94539 .54395 L .94554 .54676 L .94566 .54937 L .94575 .55176 L .94582 .55446 L .94586 .55736 L .94587 .56003 L .94586 .56256 L .94584 .56398 L .94581 .56548 L .94573 .56818 L .94567 .56982 L .9456 .57137 L .94545 .57425 L .94507 .5795 L .94453 .5852 L .94301 .59652 L .9411 .60677 L .93888 .61614 L .93234 .63647 L .92299 .65694 L .91258 .67408 L .89915 .69128 L .88582 .70486 L .86934 .71841 L .85294 .72927 L .8337 .73949 L .81173 .74856 L .78965 .75542 L .76768 .76038 L .75476 .76255 L .74244 .76413 L .73561 .76482 L .72909 .76537 L .72319 .76576 L .71672 .76608 L .71334 .76621 L .70961 .76632 L .70772 .76636 L .70569 .7664 L .70376 .76642 L .702 .76644 L .69863 .76644 L Mistroke .69671 .76644 L .69493 .76642 L .69166 .76637 L .68817 .7663 L .68484 .7662 L .68117 .76606 L .67372 .76569 L .66678 .76524 L .66026 .76472 L .64539 .76322 L .62927 .76109 L .59924 .7558 L .57148 .74945 L .51553 .73259 L .45451 .70817 L .3381 .64343 L .23695 .56393 L .15623 .47662 L .12283 .42947 L .09376 .37805 L .07305 .32883 L .06544 .30447 L .06201 .29093 L .05934 .2783 L .05736 .26675 L .0565 .26072 L .05574 .25439 L .05521 .24909 L .05475 .24331 L .05459 .24079 L .05445 .23809 L .05434 .23574 L .05425 .23324 L .05421 .23176 L .05417 .23013 L .05414 .22726 L .05413 .22565 L .05413 .22392 L .05415 .22229 L .05417 .2208 L .05424 .21809 L .05429 .21656 L .05434 .21513 L .05449 .21209 L .05466 .20922 L .05509 .2038 L .05558 .19892 L .05707 .18813 L .05883 .17869 L .06125 .16852 L Mistroke .06764 .14875 L .07533 .13143 L .08405 .11615 L .09603 .09955 L .10917 .08506 L .13825 .06142 L .15547 .05111 L .17533 .04162 L .19542 .03413 L .2147 .0286 L .22588 .02603 L .238 .02374 L .24871 .0221 L .26043 .0207 L .26713 .02007 L .27331 .0196 L .27957 .01923 L .28556 .01896 L .28896 .01886 L .29083 .01881 L .29259 .01877 L .2957 .01872 L .29915 .0187 L .30097 .01869 L .3029 .0187 L .30635 .01873 L .30829 .01876 L .31009 .0188 L .31419 .01891 L .31761 .01903 L .32125 .01918 L .32781 .01954 L .33491 .02002 L .34278 .02069 L .35701 .02221 L .37046 .02401 L .3959 .02837 L .42363 .03447 L .48559 .05293 L .54465 .07659 L .65405 .13652 L .75957 .21802 L .84366 .30838 L .88032 .36064 L .90785 .41039 L .92473 .45009 L .93598 .48599 L Mfstroke .94587 .39257 m .95499 .41236 L .96314 .43396 L .96651 .44479 L .96957 .45632 L .97191 .46705 L .97363 .47688 L .9744 .4824 L .97509 .48844 L .97562 .49448 L .97583 .49777 L .97599 .50084 L .97605 .50222 L .9761 .50372 L .97616 .50645 L .97619 .5091 L .97619 .51155 L .97617 .51305 L .97614 .51446 L .97607 .51708 L .97601 .51855 L .97595 .5199 L .97578 .52293 L .9754 .5278 L .97495 .53232 L .97352 .54247 L .97161 .55221 L .96899 .56245 L .96241 .58138 L .95288 .60101 L .94166 .61853 L .92941 .63379 L .90088 .66041 L .88189 .67378 L .86236 .68507 L .84157 .69496 L .81813 .704 L .79483 .71115 L .77261 .71651 L .7475 .72109 L .73328 .72306 L .7196 .72455 L .70672 .72561 L .69467 .72632 L .68832 .72659 L .68465 .72671 L .68128 .7268 L .67772 .72688 L .67388 .72693 L .67031 .72696 L Mistroke .66691 .72697 L .66323 .72696 L .66115 .72694 L .65924 .72692 L .65571 .72686 L .65198 .72678 L .64548 .72658 L .63832 .72629 L .63061 .72588 L .62232 .72534 L .60726 .72408 L .57759 .72063 L .55029 .71633 L .49031 .70323 L .42535 .6834 L .36469 .65941 L .30287 .62898 L .20198 .5633 L .15704 .52523 L .11495 .48184 L .08132 .43849 L .06699 .41608 L .05388 .39206 L .04353 .3692 L .036 .34855 L .033 .33864 L .03023 .32796 L .0282 .31867 L .02646 .30877 L .02568 .30331 L .02508 .29834 L .02459 .29332 L .02425 .28868 L .0241 .28608 L .02397 .28333 L .02392 .282 L .02388 .28057 L .02385 .279 L .02382 .27753 L .02381 .27486 L .02382 .27353 L .02383 .27207 L .02389 .26948 L .02397 .26708 L .02409 .2644 L .02427 .2615 L .0247 .25627 L .02525 .25121 L .02587 .24657 L .0277 .23618 L Mistroke .03026 .22537 L .03602 .20771 L .04421 .18951 L .05381 .17317 L .06414 .15898 L .09154 .1309 L .10992 .1168 L .12873 .10495 L .15042 .09376 L .17241 .08455 L .19319 .07746 L .21721 .07092 L .24248 .06569 L .25674 .06341 L .27033 .06165 L .28328 .06033 L .29526 .05939 L .30195 .05899 L .30929 .05864 L .31266 .05851 L .31626 .0584 L .31962 .05831 L .32275 .05825 L .32608 .0582 L .32973 .05817 L .3333 .05816 L .33712 .05818 L .34069 .05822 L .34407 .05827 L .34712 .05834 L .35043 .05842 L .35807 .05869 L .3662 .05908 L .38088 .06004 L .39462 .06124 L .40755 .06262 L .43723 .06671 L .46979 .07264 L .50083 .07966 L .55892 .09639 L .62016 .11922 L .67508 .14456 L .78252 .21018 L .8338 .25157 L .87594 .29308 L .93747 .37676 L .94587 .39257 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]HGAYHf4PAg9QL6QYHgWoo000:Ool00`00Ool0001= Ool4000DOol3000MOol20002Ool00`00Oomoo`0gOol000Yoo`8004]oo`<001]oo`<001aoo`03001o ogoo008003Moo`002Goo00<007oo0000B7oo0`008Goo0P006goo00D007ooOomoo`0003Ioo`0027oo 00@007ooOol004Ioo`8002Ioo`8001Yoo`80009oo`8003Aoo`0027oo00@007ooOol004Eoo`03001o ogoo02Qoo`8001Yoo`04001oogooOol2000bOol000Moo`05001oogooOol00013Ool2000]Ool2000I Ool00`00Oomoo`02Ool00`00Oomoo`0_Ool000Moo`05001oogooOol00012Ool00`00Oomoo`0_Ool2 000HOol20003Ool2000_Ool000Moo`05001oogooOol00011Ool00`00Oomoo`0bOol00`00Oomoo`0G Ool00`00Oomoo`02Ool00`00Oomoo`0/Ool000Ioo`03001oogoo009oo`03001oogoo03eoo`8003Io o`03001oogoo01Moo`03001oogoo009oo`8002aoo`001Woo00<007ooOol00Woo00<007ooOol0>goo 0P00>Goo00<007ooOol05goo00<007ooOol00goo00<007ooOol0:Goo0006Ool00`00Oomoo`02Ool0 0`00Oomoo`0jOol00`00Oomoo`0jOol00`00Oomoo`0GOol00`00Oomoo`03Ool00`00Oomoo`0XOol0 00Eoo`03001oogoo00=oo`03001oogoo03Uoo`03001oogoo03aoo`03001oogoo01Moo`03001oogoo 00=oo`8002Qoo`001Goo00<007ooOol00goo00<007ooOol0>7oo00<007ooOol0?Woo0P0067oo00<0 07ooOol017oo00<007ooOol09Goo0005Ool00`00Oomoo`03Ool00`00Oomoo`0hOol00`00Oomoo`10 Ool00`00Oomoo`0EOol00`00Oomoo`05Ool00`00Oomoo`0TOol000Eoo`03001oogoo00=oo`03001o ogoo03Moo`03001oogoo049oo`03001oogoo01Eoo`03001oogoo00Eoo`8002Aoo`001Goo00<007oo Ool00goo00<007ooOol0=Woo00<007ooOol0A7oo00<007ooOol05Goo00<007ooOol01Woo00<007oo Ool08Goo0005Ool00`00Oomoo`03Ool00`00Oomoo`0eOol00`00Oomoo`16Ool00`00Oomoo`0EOol0 0`00Oomoo`06Ool00`00Oomoo`0POol000Eoo`03001oogoo00=oo`03001oogoo03Aoo`03001oogoo 04Moo`03001oogoo01Ioo`03001oogoo00Ioo`03001oogoo01moo`001Goo00<007ooOol017oo00<0 07ooOol0Ool00`00Oomoo`06Ool00`00Oomoo`0OOol00`00 Oomoo`1IOol00`00Oomoo`0SOol00`00Oomoo`07Ool00`00Oomoo`08Ool000ioo`03001oogoo00Mo o`03001oogoo01ioo`03001oogoo05Uoo`03001oogoo02Aoo`03001oogoo00Moo`03001oogoo00Mo o`003goo00<007ooOol01Woo00<007ooOol07Woo00<007ooOol0FGoo00<007ooOol097oo00<007oo Ool01goo00<007ooOol01goo000?Ool00`00Oomoo`07Ool00`00Oomoo`0MOol00`00Oomoo`1IOol0 0`00Oomoo`0UOol00`00Oomoo`07Ool00`00Oomoo`06Ool0011oo`03001oogoo00Moo`03001oogoo 01eoo`03001oogoo05Moo`03001oogoo02Ioo`03001oogoo00Moo`03001oogoo00Ioo`0047oo00<0 07ooOol01goo00<007ooOol07Goo00<007ooOol0Egoo00<007ooOol09goo00<007ooOol01Woo00<0 07ooOol01Woo000AOol00`00Oomoo`07Ool00`00Oomoo`0LOol00`00Oomoo`1GOol00`00Oomoo`0W Ool00`00Oomoo`06Ool00`00Oomoo`06Ool0019oo`03001oogoo00Moo`03001oogoo01]oo`03001o ogoo05Moo`03001oogoo02Qoo`03001oogoo00Eoo`03001oogoo00Ioo`004Woo00<007ooOol01goo 00<007ooOol06goo00<007ooOol0Egoo00<007ooOol0:7oo00<007ooOol01Woo00<007ooOol01Goo 000COol00`00Oomoo`07Ool00`00Oomoo`0KOol00`00Oomoo`1EOol00`00Oomoo`0YOol00`00Oomo o`06Ool00`00Oomoo`05Ool001Aoo`03001oogoo00Moo`03001oogoo01Yoo`03001oogoo05Eoo`03 001oogoo02Yoo`03001oogoo00Eoo`03001oogoo00Eoo`005Goo00<007ooOol01goo00<007ooOol0 6Goo00<007ooOol0EGoo00<007ooOol0:Woo00<007ooOol01Woo00<007ooOol017oo000EOol00`00 Oomoo`07Ool00`00Oomoo`0JOol00`00Oomoo`1COol00`00Oomoo`0[Ool00`00Oomoo`06Ool00`00 Oomoo`04Ool001Ioo`03001oogoo00Moo`03001oogoo01Uoo`03001oogoo05=oo`03001oogoo02]o o`03001oogoo00Ioo`03001oogoo00Aoo`005goo00<007ooOol01goo00<007ooOol06Goo00<007oo Ool0DGoo00<007ooOol0;Goo00<007ooOol01Goo00<007ooOol017oo000HOol00`00Oomoo`07Ool0 0`00Oomoo`0HOol00`00Oomoo`1AOol00`00Oomoo`0]Ool00`00Oomoo`05Ool00`00Oomoo`04Ool0 01Uoo`03001oogoo00Moo`03001oogoo01Qoo`03001oogoo04moo`03001oogoo02ioo`03001oogoo 00Eoo`03001oogoo00Aoo`006Woo00<007ooOol01goo00<007ooOol067oo00<007ooOol0CWoo00<0 07ooOol0;goo00<007ooOol017oo00<007ooOol017oo000KOol00`00Oomoo`07Ool00`00Oomoo`0G Ool00`00Oomoo`1=Ool00`00Oomoo`0`Ool00`00Oomoo`04Ool00`00Oomoo`04Ool001aoo`03001o ogoo00Moo`03001oogoo01Moo`03001oogoo04aoo`03001oogoo031oo`03001oogoo00Aoo`03001o ogoo00Aoo`007Goo00<007ooOol01goo00<007ooOol05Woo00<007ooOol0Bgoo00<007ooOol0goo00<007ooOol0>Woo00<007ooOol00Woo00<007ooOol01Goo000XOol00`00 Oomoo`05Ool00`00Oomoo`0FOol00`00Oomoo`0iOol00`00Oomoo`0kOol00`00Oomoo`02Ool00`00 Oomoo`05Ool002Uoo`03001oogoo00Eoo`03001oogoo01Ioo`03001oogoo03Moo`03001oogoo03ao o`03001oogoo009oo`03001oogoo00Eoo`00:Woo0P001Woo00<007ooOol05Woo0P00=Woo00<007oo Ool0?Goo00D007ooOomoo`0000Qoo`00;7oo0P001Goo0P0067oo00<007ooOol0goo0`008Woo001`Ool4000eOol2000U Ool007Aoo`D002eoo`<002Moo`00NGoo1@008goo1@00:Woo001nOol3000MOol3000_Ool0085oo`/0 00Uoo`T0039oo`00S7oo2@00>goo003@Ool00=1oo`00d7oo0000\ \>"], ImageRangeCache->{{{0, 207.063}, {162.313, 0}} -> {-8.98569, -7.04369, \ 0.0867919, 0.0867919}}] }, 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: .74288 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.0865801 0.0176875 0.0865801 [ [ 0 0 0 0 ] [ 1 .74288 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .74288 L 0 .74288 L closepath clip newpath 0 g .5 Mabswid [ ] 0 setdash .02381 .01769 m .03786 .01769 L .05318 .01769 L .06757 .01769 L .08141 .01769 L .09614 .01769 L .11032 .01769 L .12539 .01769 L .13991 .01769 L .15388 .01769 L .16874 .01769 L .18305 .01769 L .19681 .01769 L .21146 .01769 L .22556 .01769 L .24055 .01769 L .25499 .01769 L .26887 .01769 L .28365 .01769 L .29788 .01769 L .313 .01769 L .32757 .01769 L .34159 .01769 L .3565 .01769 L .37013 .01769 L s .37013 .01769 m .37013 .03174 L .37013 .04706 L .37013 .06145 L .37013 .07529 L .37013 .09002 L .37013 .1042 L .37013 .11927 L .37013 .13379 L .37013 .14776 L .37013 .16262 L .37013 .17693 L .37013 .19068 L .37013 .20533 L .37013 .21943 L .37013 .23442 L .37013 .24886 L .37013 .26275 L .37013 .27753 L .37013 .29176 L .37013 .30688 L .37013 .32145 L .37013 .33547 L .37013 .35038 L .37013 .36401 L s .02381 .36401 m .03786 .36401 L .05318 .36401 L .06757 .36401 L .08141 .36401 L .09614 .36401 L .11032 .36401 L .12539 .36401 L .13991 .36401 L .15388 .36401 L .16874 .36401 L .18305 .36401 L .19681 .36401 L .21146 .36401 L .22556 .36401 L .24055 .36401 L .25499 .36401 L .26887 .36401 L .28365 .36401 L .29788 .36401 L .313 .36401 L .32757 .36401 L .34159 .36401 L .3565 .36401 L .37013 .36401 L s .02381 .01769 m .02381 .03174 L .02381 .04706 L .02381 .06145 L .02381 .07529 L .02381 .09002 L .02381 .1042 L .02381 .11927 L .02381 .13379 L .02381 .14776 L .02381 .16262 L .02381 .17693 L .02381 .19068 L .02381 .20533 L .02381 .21943 L .02381 .23442 L .02381 .24886 L .02381 .26275 L .02381 .27753 L .02381 .29176 L .02381 .30688 L .02381 .32145 L .02381 .33547 L .02381 .35038 L .02381 .36401 L s .37013 .01769 m .35608 .03174 L .34076 .04706 L .32637 .06145 L .31253 .07529 L .2978 .09002 L .28362 .1042 L .26855 .11927 L .25403 .13379 L .24006 .14776 L .2252 .16262 L .21089 .17693 L .19713 .19068 L .18248 .20533 L .16838 .21943 L .15339 .23442 L .13895 .24886 L .12507 .26275 L .11029 .27753 L .09606 .29176 L .08094 .30688 L .06637 .32145 L .05235 .33547 L .03744 .35038 L .02381 .36401 L s .02381 .01769 m .05128 .02357 L .08125 .03 L .10939 .03603 L .13645 .04183 L .16526 .048 L .19299 .05394 L .22246 .06026 L .25086 .06634 L .27817 .07219 L .30723 .07842 L .33522 .08442 L .36212 .09018 L .39077 .09632 L .41835 .10223 L .44766 .10851 L .4759 .11456 L .50306 .12038 L .53196 .12658 L .55979 .13254 L .58936 .13888 L .61785 .14498 L .64527 .15086 L .67443 .15711 L .70108 .16282 L s .70108 .16282 m .70696 .18563 L .71338 .21051 L .71941 .23388 L .72521 .25635 L .73139 .28027 L .73733 .30329 L .74364 .32777 L .74973 .35135 L .75558 .37403 L .76181 .39816 L .76781 .4214 L .77357 .44374 L .77971 .46753 L .78562 .49042 L .7919 .51476 L .79795 .53821 L .80377 .56076 L .80997 .58476 L .81593 .60787 L .82226 .63242 L .82837 .65608 L .83424 .67885 L .84049 .70306 L .8462 .72519 L s .16894 .58006 m .19641 .58595 L .22638 .59237 L .25452 .5984 L .28158 .6042 L .31039 .61037 L .33812 .61631 L .36759 .62263 L .39598 .62871 L .4233 .63457 L .45236 .64079 L .48035 .64679 L .50725 .65256 L .5359 .6587 L .56347 .6646 L .59279 .67089 L .62103 .67694 L .64819 .68276 L .67709 .68895 L .70492 .69491 L .73449 .70125 L .76298 .70735 L .79039 .71323 L .81955 .71948 L .8462 .72519 L s .02381 .01769 m .0297 .0405 L .03612 .06538 L .04215 .08875 L .04795 .11122 L .05412 .13514 L .06006 .15817 L .06638 .18264 L .07246 .20622 L .07832 .2289 L .08454 .25303 L .09054 .27627 L .09631 .29861 L .10244 .3224 L .10835 .34529 L .11463 .36964 L .12069 .39308 L .12651 .41564 L .1327 .43964 L .13866 .46274 L .145 .4873 L .1511 .51095 L .15698 .53372 L .16323 .55793 L .16894 .58006 L s .70108 .16282 m .67949 .17974 L .65595 .1982 L .63383 .21554 L .61257 .23221 L .58994 .24996 L .56815 .26704 L .54499 .2852 L .52268 .30269 L .50122 .31952 L .47838 .33743 L .4564 .35467 L .43526 .37124 L .41275 .38889 L .39108 .40588 L .36805 .42394 L .34586 .44134 L .32452 .45807 L .30181 .47587 L .27995 .49302 L .25671 .51124 L .23433 .52879 L .21279 .54568 L .18988 .56364 L .16894 .58006 L s .02381 .01769 m .05191 .01769 L .08255 .01769 L .11133 .01769 L .13901 .01769 L .16847 .01769 L .19683 .01769 L .22697 .01769 L .25601 .01769 L .28395 .01769 L .31367 .01769 L .34229 .01769 L .3698 .01769 L .3991 .01769 L .4273 .01769 L .45728 .01769 L .48616 .01769 L .51394 .01769 L .5435 .01769 L .57196 .01769 L .6022 .01769 L .63134 .01769 L .65937 .01769 L .6892 .01769 L .71645 .01769 L s .71645 .01769 m .72699 .03876 L .73848 .06174 L .74927 .08333 L .75965 .10409 L .7707 .12618 L .78133 .14745 L .79264 .17006 L .80353 .19184 L .814 .21279 L .82515 .23508 L .83588 .25655 L .8462 .27718 L .85719 .29916 L .86776 .32031 L .879 .34279 L .88983 .36445 L .90025 .38528 L .91133 .40745 L .92201 .4288 L .93335 .45148 L .94427 .47333 L .95479 .49436 L .96597 .51673 L .97619 .53717 L s .28355 .53717 m .31165 .53717 L .34229 .53717 L .37107 .53717 L .39875 .53717 L .42821 .53717 L .45657 .53717 L .48671 .53717 L .51575 .53717 L .54369 .53717 L .57341 .53717 L .60203 .53717 L .62954 .53717 L .65884 .53717 L .68704 .53717 L .71702 .53717 L .7459 .53717 L .77368 .53717 L .80324 .53717 L .8317 .53717 L .86194 .53717 L .89108 .53717 L .91911 .53717 L .94894 .53717 L .97619 .53717 L s .02381 .01769 m .03435 .03876 L .04584 .06174 L .05663 .08333 L .06701 .10409 L .07806 .12618 L .08869 .14745 L .09999 .17006 L .11088 .19184 L .12136 .21279 L .13251 .23508 L .14324 .25655 L .15356 .27718 L .16454 .29916 L .17512 .32031 L .18636 .34279 L .19719 .36445 L .20761 .38528 L .21869 .40745 L .22936 .4288 L .24071 .45148 L .25163 .47333 L .26215 .49436 L .27333 .51673 L .28355 .53717 L s .71645 .01769 m .69889 .03876 L .67974 .06174 L .66175 .08333 L .64445 .10409 L .62604 .12618 L .60831 .14745 L .58947 .17006 L .57132 .19184 L .55386 .21279 L .53529 .23508 L .5174 .25655 L .5002 .27718 L .48189 .29916 L .46427 .32031 L .44553 .34279 L .42748 .36445 L .41012 .38528 L .39164 .40745 L .37386 .4288 L .35496 .45148 L .33675 .47333 L .31922 .49436 L .30058 .51673 L .28355 .53717 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{321.875, 239.063}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHggoo00<007ooOol01Goo00<007ooOol0IGoo00<007ooOol02Goo00<007ooOol0E7oo0007 Ool01P00Oomoo`00Ool002Ioo`D003Eoo`03001oogoo00Ioo`03001oogoo06Aoo`03001oogoo00Yo o`03001oogoo05Aoo`001goo00@007ooOol0009oo`03001oogoo02Qoo`@0031oo`03001oogoo00Mo o`03001oogoo06Aoo`03001oogoo00]oo`03001oogoo05=oo`001goo00@007ooOol0009oo`03001o ogoo02aoo`D002Uoo`8000Yoo`03001oogoo06=oo`03001oogoo00aoo`03001oogoo05=oo`001goo 00@007ooOol000=oo`03001oogoo031oo`@002Aoo`03001oogoo00Yoo`03001oogoo069oo`03001o ogoo00ioo`03001oogoo059oo`001goo00D007ooOomoo`00009oo`03001oogoo03Aoo`D001ioo`03 001oogoo00]oo`03001oogoo065oo`03001oogoo00moo`03001oogoo059oo`001goo00D007ooOomo o`0000=oo`03001oogoo03Qoo`@001Uoo`03001oogoo00aoo`03001oogoo061oo`03001oogoo015o o`03001oogoo055oo`001goo00D007ooOomoo`0000=oo`03001oogoo03aoo`D001=oo`03001oogoo 00eoo`03001oogoo05moo`03001oogoo019oo`03001oogoo055oo`001goo00D007ooOomoo`0000Ao o`03001oogoo041oo`@000moo`03001oogoo00eoo`03001oogoo05ioo`03001oogoo01Aoo`03001o ogoo051oo`001goo00<007ooOol00Woo00D007ooOomoo`0004Ioo`D000Uoo`03001oogoo00ioo`03 001oogoo05ioo`03001oogoo01Aoo`03001oogoo051oo`001goo00<007ooOol00Woo00<007ooOol0 0Woo00<007ooOol0B7oo100017oo00<007ooOol03goo00<007ooOol0GGoo00<007ooOol05Woo00<0 07ooOol0Cgoo0007Ool00`00Oomoo`02Ool00`00Oomoo`02Ool00`00Oomoo`1Woo00<007ooOol07Woo00<007ooOol0:goo10008Goo00<007ooOol0:Woo 00<007ooOol0B7oo0007Ool00`00Oomoo`06Ool00`00Oomoo`06Ool00`00Oomoo`0gOol2000QOol0 0`00Oomoo`0_Ool5000KOol00`00Oomoo`0/Ool00`00Oomoo`17Ool000Moo`03001oogoo00Ioo`03 001oogoo00Ioo`03001oogoo03Ioo`03001oogoo025oo`03001oogoo03Aoo`@001Ioo`03001oogoo 02eoo`03001oogoo04Moo`001goo00<007ooOol01goo00<007ooOol01Woo00<007ooOol0=7oo00<0 07ooOol08Woo00<007ooOol0>7oo1@004Goo00<007ooOol0;Woo00<007ooOol0AWoo0007Ool00`00 Oomoo`07Ool00`00Oomoo`06Ool00`00Oomoo`0cOol00`00Oomoo`0SOol00`00Oomoo`0mOol5000; Ool00`00Oomoo`0_Ool00`00Oomoo`16Ool000Moo`03001oogoo00Moo`03001oogoo00Moo`03001o ogoo035oo`03001oogoo02Aoo`03001oogoo049oo`D000Eoo`03001oogoo035oo`03001oogoo04Eo o`001goo00<007ooOol027oo00<007ooOol01Woo00<007ooOol07oo00<007ooOol0>goo00<007ooOol06Woo00<007ooOol03goo00<007ooOol07Goo00<007ooOol0 >goo0007Ool00`00Oomoo`0=Ool00`00Oomoo`0;Ool00`00Oomoo`0BOol00`00Oomoo`0iOol00`00 Oomoo`0kOol00`00Oomoo`0IOol00`00Oomoo`0@Ool00`00Oomoo`0MOol00`00Oomoo`0kOol000Mo o`03001oogoo00eoo`03001oogoo00aoo`03001oogoo011oo`03001oogoo03Yoo`03001oogoo03Yo o`03001oogoo01Qoo`8001Aoo`03001oogoo01eoo`03001oogoo03Yoo`001goo00<007ooOol03Goo 00<007ooOol037oo00<007ooOol03goo00<007ooOol0>goo00<007ooOol0>Goo00<007ooOol067oo 00<007ooOol057oo00<007ooOol07Goo00<007ooOol0>Woo0007Ool00`00Oomoo`0>Ool00`00Oomo o`0Ool00`00Oomoo`0kOol00`00Oomoo`0hOol00`00Oomoo`0HOol00`00Oomo o`0EOol00`00Oomoo`0NOol00`00Oomoo`0iOol000Moo`03001oogoo00ioo`03001oogoo00aoo`03 001oogoo00eoo`03001oogoo03aoo`03001oogoo03Moo`03001oogoo01Qoo`03001oogoo01Moo`03 001oogoo01eoo`03001oogoo03Uoo`001goo00<007ooOol03Woo00<007ooOol03Goo00<007ooOol0 2goo00<007ooOol0?Goo00<007ooOol0=Woo00<007ooOol05goo0P006Woo00<007ooOol07Woo00<0 07ooOol0>7oo0007Ool00`00Oomoo`0>Ool00`00Oomoo`0=Ool00`00Oomoo`0:Ool00`00Oomoo`0n Ool00`00Oomoo`0eOol00`00Oomoo`0GOol00`00Oomoo`0JOol00`00Oomoo`0NOol00`00Oomoo`0h Ool000Moo`03001oogoo00moo`03001oogoo00eoo`03001oogoo00Qoo`03001oogoo03moo`03001o ogoo03Eoo`03001oogoo01Ioo`03001oogoo01]oo`03001oogoo01moo`03001oogoo03Moo`001goo 00<007ooOol03goo00<007ooOol03Goo00<007ooOol01goo00<007ooOol0@7oo00<007ooOol0=7oo 00<007ooOol05Goo0P007goo00<007ooOol07Woo00<007ooOol0=goo0007Ool00`00Oomoo`0?Ool0 0`00Oomoo`0>Ool00`00Oomoo`05Ool00`00Oomoo`11Ool00`00Oomoo`0cOol00`00Oomoo`0EOol0 0`00Oomoo`0OOol00`00Oomoo`0OOol00`00Oomoo`0fOol000Moo`03001oogoo00moo`03001oogoo 00ioo`03001oogoo00Aoo`03001oogoo049oo`03001oogoo039oo`03001oogoo01Eoo`03001oogoo 021oo`03001oogoo01moo`03001oogoo03Ioo`001goo00<007ooOol047oo00<007ooOol03Woo00<0 07ooOol00Woo00<007ooOol0@goo00<007ooOol0Ool00`00Oomoo`02 0016Ool00`00Oomoo`0aOol00`00Oomoo`0COol2000UOol00`00Oomoo`0OOol00`00Oomoo`0eOol0 00Moo`03001oogoo011oo`03001oogoo00moo`8004Qoo`03001oogoo031oo`03001oogoo01=oo`03 001oogoo02Eoo`03001oogoo021oo`03001oogoo03Aoo`001goo00<007ooOol047oo00<007ooOol0 3goo00<007ooOol0Agoo00<007ooOol0;goo00<007ooOol04goo00<007ooOol09Woo00<007ooOol0 87oo00<007ooOol0=7oo0007Ool00`00Oomoo`0AOol00`00Oomoo`0=Ool00`00Ool00018Ool00`00 Oomoo`0^Ool00`00Oomoo`0COol00`00Oomoo`0WOol00`00Oomoo`0QOol00`00Oomoo`0cOol000Mo o`03001oogoo015oo`03001oogoo00aoo`04001oogoo0018Ool00`00Oomoo`0^Ool00`00Oomoo`0A Ool2000[Ool00`00Oomoo`0POol00`00Oomoo`0cOol000Moo`03001oogoo015oo`03001oogoo00ao o`05001oogooOol00017Ool00`00Oomoo`0]Ool00`00Oomoo`0AOol00`00Oomoo`0[Ool00`00Oomo o`0QOol00`00Oomoo`0bOol000Moo`03001oogoo019oo`03001oogoo00Yoo`03001oogoo009oo`03 001oogoo04Eoo`03001oogoo02aoo`03001oogoo015oo`03001oogoo02aoo`03001oogoo025oo`03 001oogoo039oo`001goo00<007ooOol04Woo00<007ooOol02Goo00<007ooOol017oo00<007ooOol0 A7oo00<007ooOol0:goo00<007ooOol047oo0P00<7oo00<007ooOol08Goo00<007ooOol0Goo00<007ooOol08goo00<007ooOol0;Woo0007Ool00`00Oomoo`0DOol2000COol00`00Oomoo`10 Ool00`00Oomoo`0TOol00`00Oomoo`0goo00<007ooOol06Woo00<007ooOol02Goo00<007ooOol0 C7oo00<007ooOol09Goo00<007ooOol0:7oo0007Ool00`00Oomoo`09Ool00`00Oomoo`0;Ool00`00 Oomoo`0EOol00`00Oomoo`0jOol00`00Oomoo`0IOol00`00Oomoo`09Ool00`00Oomoo`1=Ool00`00 Oomoo`0VOol00`00Oomoo`0WOol000Moo`03001oogoo00Qoo`03001oogoo00aoo`03001oogoo01Eo o`03001oogoo03Yoo`03001oogoo01Qoo`03001oogoo00Qoo`80051oo`03001oogoo02Ioo`03001o ogoo02Moo`001goo00<007ooOol01goo00<007ooOol03Goo00<007ooOol05Woo00<007ooOol0>Goo 00<007ooOol067oo00<007ooOol01goo00<007ooOol0D7oo00<007ooOol09goo00<007ooOol09Woo 0007Ool00`00Oomoo`06Ool00`00Oomoo`0?Ool00`00Oomoo`0EOol00`00Oomoo`0iOol00`00Oomo o`0GOol00`00Oomoo`07Ool00`00Oomoo`1BOol00`00Oomoo`0VOol00`00Oomoo`0VOol000Moo`03 001oogoo00Eoo`03001oogoo011oo`03001oogoo01Ioo`03001oogoo03Qoo`03001oogoo01Ioo`03 001oogoo00Moo`03001oogoo05=oo`03001oogoo02Moo`03001oogoo02Eoo`001goo00<007ooOol0 17oo00<007ooOol04Goo00<007ooOol05Woo00<007ooOol0>7oo00<007ooOol05Goo00<007ooOol0 1Woo0P00EWoo00<007ooOol09goo00<007ooOol09Goo0007Ool00`00Oomoo`04Ool00`00Oomoo`0A Ool00`00Oomoo`0GOol00`00Oomoo`0gOol00`00Oomoo`0DOol00`00Oomoo`06Ool00`00Oomoo`1F Ool00`00Oomoo`0XOol00`00Oomoo`0TOol000Moo`03001oogoo00=oo`03001oogoo019oo`03001o ogoo01Moo`03001oogoo03Moo`03001oogoo01Aoo`03001oogoo00Eoo`03001oogoo05Qoo`03001o ogoo02Moo`03001oogoo02Aoo`001goo00<007ooOol00Woo00<007ooOol04goo00<007ooOol067oo 00<007ooOol0=Woo00<007ooOol04goo00<007ooOol017oo0P00Fgoo00<007ooOol0:7oo00<007oo Ool08goo0007Ool01@00Oomoogoo00005goo00<007ooOol05goo00<007ooOol0=Woo00<007ooOol0 4Woo00<007ooOol017oo00<007ooOol0Fgoo00<007ooOol0:7oo00<007ooOol08goo0007Ool01000 Ool0000067oo00<007ooOol067oo00<007ooOol0=Goo00<007ooOol04Goo00<007ooOol00goo0P00 Ggoo00<007ooOol0:7oo00<007ooOol08Woo0007Ool2000JOol00`00Oomoo`0HOol00`00Oomoo`0e Ool00`00Oomoo`0AOol00`00Oomoo`02Ool00`00Oomoo`1OOol00`00Oomoo`0XOol00`00Oomoo`0R Ool000Moog00019oo`03001oogoo009oo`03001oogoo061oo`03001oogoo02Uoo`03001oogoo025o o`0097oo00<007ooOol067oo00<007ooOol0AWoo00@007ooOomoo`8006=oo`03001oogoo02Uoo`03 001oogoo025oo`0097oo00<007ooOol06Goo00<007ooOol0A7oo00D007ooOomoo`0006Ioo`03001o ogoo02Uoo`03001oogoo021oo`0097oo00<007ooOol06Goo00<007ooOol0@goo00D007ooOomoo`00 06Moo`03001oogoo02Uoo`03001oogoo021oo`009Goo00<007ooOol06Goo00<007ooOol0@Woo00@0 07ooOol006Qoo`03001oogoo02Yoo`03001oogoo01moo`009Goo00<007ooOol06Goo00<007ooOol0 @Goo00@007oo000006Uoo`03001oogoo02Yoo`03001oogoo01moo`009Goo00<007ooOol06Woo00<0 07ooOol0?goo00<007oo0000K7oo00<007ooOol0:Woo00<007ooOol07Woo000UOol00`00Oomoo`0J Ool00`00Oomoo`0nOol00`00Ool0001]Ool00`00Oomoo`0ZOol00`00Oomoo`0NOol002Ioo`03001o ogoo01Yoo`03001oogoo03aoo`03001oo`0006ioo`03001oogoo02]oo`03001oogoo01eoo`009Woo 00<007ooOol06Woo00<007ooOol0>goo00<007oo0000Kgoo00<007ooOol0:goo00<007ooOol07Goo 000VOol00`00Oomoo`0KOol00`00Oomoo`0iOol00`00Ool0001aOol00`00Oomoo`0[Ool00`00Oomo o`0LOol002Ioo`03001oogoo01]oo`03001oogoo03Uoo`80079oo`03001oogoo02]oo`03001oogoo 01aoo`009goo00<007ooOol06goo00<007ooOol0=goo00<007ooOol0LWoo00<007ooOol0;7oo00<0 07ooOol06goo000WOol00`00Oomoo`0KOol00`00Oomoo`0fOol00`00Oomoo`1dOol00`00Oomoo`0[ Ool00`00Oomoo`0KOol002Moo`03001oogoo01aoo`03001oogoo03Aoo`03001oogoo07Eoo`03001o ogoo02aoo`03001oogoo01Yoo`009goo00<007ooOol077oo00<007ooOol0goo0016Ool5002iOol00`00Oomoo`0jOol004]o o`@00;Eoo`03001oogoo03Yoo`00Cgoo1@00/7oo00<007ooOol0>Woo001DOol4002/Ool00`00Oomo o`0jOol005Qoo`D00:Qoo`03001oogoo03Uoo`00GGoo1000Y7oo00<007ooOol0>Goo001QOol5002O Ool00`00Oomoo`0iOol006Ioo`@009]oo`03001oogoo03Uoo`00JWoo1@00Ugoo00<007ooOol0>7oo 001_Ool5002BOol00`00Oomoo`0hOol007Aoo`D008eoo`03001oogoo03Qoo`00NGoo1000RGoo00<0 07ooOol0>7oo001mOol40026Ool00`00Oomoo`0gOol0085oo`@0089oo`03001oogoo03Moo`00QGoo 1@00OGoo00<007ooOol0=goo002:Ool5001hOol00`00Oomoo`0gOol008moo`D007Aoo`03001oogoo 03Ioo`00U7oo1000L7oo00<007ooOol0=Woo002HOol4001/Ool00`00Oomoo`0fOol009aoo`@006Qo o`03001oogoo03Ioo`00X7oo1@00I7oo00<007ooOol0=Goo002UOol4001POol00`00Oomoo`0eOol0 0:Uoo`L005Uoo`03001oogoo03Eoo`00/7oo1`00Dgoo00<007ooOol0=7oo002gOol5001>Ool00`00 Oomoo`0dOol00;aoo`D004Uoo`03001oogoo03Aoo`00`Goo1000AGoo00<007ooOol0=7oo0035Ool4 0012Ool00`00Oomoo`0cOol00Goo00<007ooOol0 Eoo`@002=oo`03001oogoo039oo`00 jGoo1@007goo00<007ooOol0Ool00`00Oomoo`0`Ool00?moo`5o o`@000Yoo`03001oogoo031oo`00ogoo1Goo1@001Goo00<007ooOol0<7oo003oOol:Ool40002Ool0 0`00Oomoo`0_Ool00?moo`ioo`<0035oo`00ogoo@Woo003oOom2Ool00?mood9oo`00ogoo@Woo003o Oom2Ool00001\ \>"], ImageRangeCache->{{{0, 320.875}, {238.063, 0}} -> {-0.282556, -0.204333, \ 0.0360424, 0.0360424}}] }, 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.500001 0.055734 0.392569 0.055734 [ [ 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 .60841 .58737 L .59495 .59428 L .5799 .6007 L .56654 .60534 L .55158 .60946 L .54443 .61103 L .53672 .61246 L .53001 .61348 L .52269 .61435 L .51838 .61475 L .51439 .61504 L .51058 .61525 L .50865 .61534 L .50652 .61541 L .50461 .61546 L .50285 .61549 L .50093 .6155 L .49996 .6155 L .4989 .6155 L .49711 .61549 L .49519 .61545 L .49339 .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 .51616 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 .39824 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 .27736 .38119 L .27756 .37772 L .27784 .374 L .2785 .36729 L .27956 .35934 L .28076 .35212 L .2842 .33661 L .28848 .32216 L .2995 .29509 L .31279 .27151 L .32906 .24946 L .35002 .22763 L .3722 .2099 L .39845 .1941 L .42547 .18246 L .43958 .17798 L .44765 .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 .16974 L .49473 .16969 L .49573 .16967 L .49681 .16966 L .49784 .16964 L .49879 .16964 L .49979 .16963 L .50086 .16963 L .50188 .16964 L .50282 .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 .20705 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 .3886 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 .64882 .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 .6155 L s .93598 .48599 m .93863 .49704 L .94074 .50725 L .94278 .51927 L .94419 .53008 L .94474 .53548 L .94521 .5413 L .94539 .54395 L .94554 .54676 L .94566 .54937 L .94575 .55176 L .94582 .55446 L .94586 .55736 L .94587 .56003 L .94586 .56256 L .94584 .56398 L .94581 .56548 L .94573 .56818 L .94567 .56982 L .9456 .57137 L .94545 .57425 L .94507 .5795 L .94453 .5852 L .94301 .59652 L .9411 .60677 L .93888 .61614 L .93234 .63647 L .92299 .65694 L .91258 .67408 L .89915 .69128 L .88582 .70486 L .86934 .71841 L .85294 .72927 L .8337 .73949 L .81173 .74856 L .78965 .75542 L .76768 .76038 L .75476 .76255 L .74244 .76413 L .73561 .76482 L .72909 .76537 L .72319 .76576 L .71672 .76608 L .71334 .76621 L .70961 .76632 L .70772 .76636 L .70569 .7664 L .70376 .76642 L .702 .76644 L .69863 .76644 L Mistroke .69671 .76644 L .69493 .76642 L .69166 .76637 L .68817 .7663 L .68484 .7662 L .68117 .76606 L .67372 .76569 L .66678 .76524 L .66026 .76472 L .64539 .76322 L .62927 .76109 L .59924 .7558 L .57148 .74945 L .51553 .73259 L .45451 .70817 L .3381 .64343 L .23695 .56393 L .15623 .47662 L .12283 .42947 L .09376 .37805 L .07305 .32883 L .06544 .30447 L .06201 .29093 L .05934 .2783 L .05736 .26675 L .0565 .26072 L .05574 .25439 L .05521 .24909 L .05475 .24331 L .05459 .24079 L .05445 .23809 L .05434 .23574 L .05425 .23324 L .05421 .23176 L .05417 .23013 L .05414 .22726 L .05413 .22565 L .05413 .22392 L .05415 .22229 L .05417 .2208 L .05424 .21809 L .05429 .21656 L .05434 .21513 L .05449 .21209 L .05466 .20922 L .05509 .2038 L .05558 .19892 L .05707 .18813 L .05883 .17869 L .06125 .16852 L Mistroke .06764 .14875 L .07533 .13143 L .08405 .11615 L .09603 .09955 L .10917 .08506 L .13825 .06142 L .15547 .05111 L .17533 .04162 L .19542 .03413 L .2147 .0286 L .22588 .02603 L .238 .02374 L .24871 .0221 L .26043 .0207 L .26713 .02007 L .27331 .0196 L .27957 .01923 L .28556 .01896 L .28896 .01886 L .29083 .01881 L .29259 .01877 L .2957 .01872 L .29915 .0187 L .30097 .01869 L .3029 .0187 L .30635 .01873 L .30829 .01876 L .31009 .0188 L .31419 .01891 L .31761 .01903 L .32125 .01918 L .32781 .01954 L .33491 .02002 L .34278 .02069 L .35701 .02221 L .37046 .02401 L .3959 .02837 L .42363 .03447 L .48559 .05293 L .54465 .07659 L .65405 .13652 L .75957 .21802 L .84366 .30838 L .88032 .36064 L .90785 .41039 L .92473 .45009 L .93598 .48599 L Mfstroke .5 .39257 m .51769 .39636 L .53698 .40049 L .55509 .40437 L .57251 .40811 L .59106 .41208 L .60891 .41591 L .62788 .41997 L .64616 .42389 L .66374 .42766 L .68245 .43166 L .70046 .43552 L .71778 .43924 L .73623 .44319 L .75397 .44699 L .77285 .45104 L .79102 .45493 L .80851 .45868 L .82711 .46266 L .84503 .4665 L .86406 .47058 L .8824 .47451 L .90005 .47829 L .91882 .48232 L .93598 .48599 L s .5 .39257 m .50379 .40725 L .50792 .42327 L .51181 .43831 L .51554 .45278 L .51951 .46818 L .52334 .483 L .5274 .49875 L .53132 .51393 L .53509 .52853 L .5391 .54407 L .54296 .55902 L .54667 .57341 L .55062 .58872 L .55442 .60346 L .55847 .61913 L .56236 .63422 L .56611 .64874 L .5701 .66419 L .57393 .67906 L .57801 .69487 L .58194 .7101 L .58573 .72475 L .58975 .74034 L .59342 .75458 L s .94587 .39257 m .95499 .41236 L .96314 .43396 L .96651 .44479 L .96957 .45632 L .97191 .46705 L .97363 .47688 L .9744 .4824 L .97509 .48844 L .97562 .49448 L .97583 .49777 L .97599 .50084 L .97605 .50222 L .9761 .50372 L .97616 .50645 L .97619 .5091 L .97619 .51155 L .97617 .51305 L .97614 .51446 L .97607 .51708 L .97601 .51855 L .97595 .5199 L .97578 .52293 L .9754 .5278 L .97495 .53232 L .97352 .54247 L .97161 .55221 L .96899 .56245 L .96241 .58138 L .95288 .60101 L .94166 .61853 L .92941 .63379 L .90088 .66041 L .88189 .67378 L .86236 .68507 L .84157 .69496 L .81813 .704 L .79483 .71115 L .77261 .71651 L .7475 .72109 L .73328 .72306 L .7196 .72455 L .70672 .72561 L .69467 .72632 L .68832 .72659 L .68465 .72671 L .68128 .7268 L .67772 .72688 L .67388 .72693 L .67031 .72696 L Mistroke .66691 .72697 L .66323 .72696 L .66115 .72694 L .65924 .72692 L .65571 .72686 L .65198 .72678 L .64548 .72658 L .63832 .72629 L .63061 .72588 L .62232 .72534 L .60726 .72408 L .57759 .72063 L .55029 .71633 L .49031 .70323 L .42535 .6834 L .36469 .65941 L .30287 .62898 L .20198 .5633 L .15704 .52523 L .11495 .48184 L .08132 .43849 L .06699 .41608 L .05388 .39206 L .04353 .3692 L .036 .34855 L .033 .33864 L .03023 .32796 L .0282 .31867 L .02646 .30877 L .02568 .30331 L .02508 .29834 L .02459 .29332 L .02425 .28868 L .0241 .28608 L .02397 .28333 L .02392 .282 L .02388 .28057 L .02385 .279 L .02382 .27753 L .02381 .27486 L .02382 .27353 L .02383 .27207 L .02389 .26948 L .02397 .26708 L .02409 .2644 L .02427 .2615 L .0247 .25627 L .02525 .25121 L .02587 .24657 L .0277 .23618 L Mistroke .03026 .22537 L .03602 .20771 L .04421 .18951 L .05381 .17317 L .06414 .15898 L .09154 .1309 L .10992 .1168 L .12873 .10495 L .15042 .09376 L .17241 .08455 L .19319 .07746 L .21721 .07092 L .24248 .06569 L .25674 .06341 L .27033 .06165 L .28328 .06033 L .29526 .05939 L .30195 .05899 L .30929 .05864 L .31266 .05851 L .31626 .0584 L .31962 .05831 L .32275 .05825 L .32608 .0582 L .32973 .05817 L .3333 .05816 L .33712 .05818 L .34069 .05822 L .34407 .05827 L .34712 .05834 L .35043 .05842 L .35807 .05869 L .3662 .05908 L .38088 .06004 L .39462 .06124 L .40755 .06262 L .43723 .06671 L .46979 .07264 L .50083 .07966 L .55892 .09639 L .62016 .11922 L .67508 .14456 L .78252 .21018 L .8338 .25157 L .87594 .29308 L .93747 .37676 L .94587 .39257 L Mfstroke .5 .39257 m .51809 .39257 L .53781 .39257 L .55634 .39257 L .57416 .39257 L .59312 .39257 L .61138 .39257 L .63078 .39257 L .64947 .39257 L .66746 .39257 L .68659 .39257 L .70501 .39257 L .72273 .39257 L .74159 .39257 L .75974 .39257 L .77904 .39257 L .79763 .39257 L .81551 .39257 L .83454 .39257 L .85286 .39257 L .87233 .39257 L .89108 .39257 L .90913 .39257 L .92833 .39257 L .94587 .39257 L s .5 .39257 m .50678 .40613 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 .71381 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]HGAYHf4PAg9QL6QYHggoo1000Ool20023Ool0025oo`03001oogoo 019oo`<005Aoo`@000aoo`80085oo`0087oo00<007ooOol047oo0`00Fgoo10002Woo0P00Ogoo000O Ool00`00Oomoo`0>Ool3001ROol30009Ool2001mOol001ioo`03001oogoo00aoo`<006Qoo`<000Qo o`03001oogoo07Yoo`007Goo00<007ooOol02goo0P00KWoo10001Goo0P00NWoo000LOol00`00Oomo o`0:Ool2001dOol30004Ool2001hOol001]oo`03001oogoo00Yoo`03001oogoo07Moo`8000Aoo`03 001oogoo07Eoo`006Woo00<007ooOol02Goo0P00O7oo0`000Woo0P00MGoo000JOol00`00Oomoo`08 Ool00`00Oomoo`1oOol20002Ool2001cOol001Uoo`03001oogoo00Moo`8008Aoo`80009oo`80075o o`006Goo00<007ooOol01Goo0P00R7oo0`0000=oo`00Ool0Kgoo000HOol00`00Oomoo`04Ool2002= Ool4001^Ool001Moo`03001oogoo00Aoo`03001oogoo08moo`@006aoo`005Woo00<007ooOol00goo 0P00UGoo0P00Jgoo000FOol00`00Oomoo`02Ool00`00Oomoo`2GOol2001YOol001Eoo`03001oogoo 009oo`03001oogoo09Yoo`8006Moo`005Goo00D007ooOomoo`0009moo`<006Aoo`0057oo00D007oo Oomoo`000:9oo`<0069oo`0057oo00@007ooOol00:Aoo`04001oo`00001POol001=oo`04001oogoo 002VOol200000goo0000001NOol001=oo`03001oo`000:Uoo`03001oogoo008005aoo`004goo0P00 Zgoo00@007ooOomoo`8005Yoo`004Woo0P00[Goo0P000goo00<007ooOol0Egoo000BOol00`00Oomo o`2^Ool01000Oomoogoo0P00Egoo000AOol2002aOol00`00Oomoo`02Ool00`00Oomoo`1DOol0011o o`800;=oo`8000=oo`8005Aoo`0047oo0P00MWoo3`00<7oo00<007ooOol00Woo0P00DWoo000?Ool0 0`00Ool0001`Ool6000?Ool7000ZOol00`00Oomoo`03Ool00`00Oomoo`1?Ool000ioo`04001oogoo 001/Ool4000LOol3000XOol00`00Oomoo`03Ool2001?Ool000ioo`04001oogoo001ZOol2000SOol4 000UOol20005Ool2001=Ool000eoo`04001oogoo001XOol3000YOol2000UOol00`00Oomoo`04Ool0 0`00Oomoo`1:Ool000eoo`04001oogoo001VOol2000^Ool3000SOol00`00Oomoo`04Ool2001:Ool0 00aoo`05001oogooOol0001SOol3000cOol2000ROol20006Ool20018Ool000aoo`05001oogooOol0 001QOol2000hOol2000ROol00`00Oomoo`05Ool00`00Oomoo`15Ool000]oo`03001oogoo009oo`03 001oogoo05eoo`8003aoo`03001oogoo021oo`03001oogoo00Eoo`8004Eoo`002goo00D007ooOomo o`0005moo`03001oogoo03eoo`03001oogoo021oo`8000Moo`03001oogoo049oo`002Woo00<007oo Ool00Woo00<007ooOol0Fgoo0P00@Goo0P008Woo00<007ooOol01Goo0P00@Woo000:Ool00`00Oomo o`02Ool00`00Oomoo`1IOol20015Ool00`00Oomoo`0POol00`00Oomoo`06Ool20010Ool000Yoo`03 001oogoo009oo`03001oogoo05Qoo`03001oogoo04Ioo`80025oo`8000Qoo`03001oogoo03eoo`00 2Goo00<007ooOol00goo00<007ooOol0Egoo00<007ooOol0BGoo00<007ooOol087oo00<007ooOol0 1Woo00<007ooOol0?7oo0009Ool00`00Oomoo`03Ool00`00Oomoo`1FOol00`00Oomoo`1;Ool00`00 Oomoo`0POol00`00Oomoo`06Ool2000lOol000Qoo`03001oogoo00Aoo`03001oogoo05Aoo`8004mo o`80025oo`03001oogoo00Moo`03001oogoo03Uoo`0027oo00<007ooOol017oo00<007ooOol0Dgoo 00<007ooOol0DGoo00<007ooOol07goo00<007ooOol01goo00<007ooOol0>7oo0008Ool00`00Oomo o`04Ool00`00Oomoo`1BOol00`00Oomoo`1COol00`00Oomoo`0OOol00`00Oomoo`07Ool00`00Oomo o`0gOol000Qoo`03001oogoo00Aoo`03001oogoo055oo`03001oogoo05Eoo`03001oogoo01moo`03 001oogoo00Moo`8003Moo`0027oo00<007ooOol017oo00<007ooOol0D7oo00<007ooOol0Egoo00<0 07ooOol07goo00<007ooOol027oo00<007ooOol0=7oo0008Ool00`00Oomoo`04Ool00`00Oomoo`1? Ool00`00Oomoo`1IOol00`00Oomoo`0OOol00`00Oomoo`08Ool00`00Oomoo`0cOol000Moo`03001o ogoo00Eoo`03001oogoo04ioo`03001oogoo05]oo`03001oogoo01moo`03001oogoo00Qoo`03001o ogoo039oo`001goo00<007ooOol01Goo00<007ooOol0CGoo00<007ooOol0GGoo00<007ooOol07goo 00<007ooOol027oo0P00goo00<007ooOol0MWoo00<007ooOol09Woo00<007ooOol02Woo00<0 07ooOol077oo0008Ool00`00Oomoo`09Ool00`00Oomoo`0kOol00`00Oomoo`1gOol00`00Oomoo`0V Ool00`00Oomoo`09Ool00`00Oomoo`0LOol000Qoo`03001oogoo00Yoo`03001oogoo03Yoo`03001o ogoo07Moo`03001oogoo02Ioo`03001oogoo00Yoo`03001oogoo01]oo`0027oo00<007ooOol02Woo 00<007ooOol0>Goo00<007ooOol0NGoo00<007ooOol09Woo00<007ooOol02Woo00<007ooOol06Woo 0008Ool00`00Oomoo`0:Ool00`00Oomoo`0iOol00`00Oomoo`1iOol00`00Oomoo`0WOol00`00Oomo o`09Ool00`00Oomoo`0JOol000Uoo`03001oogoo00Yoo`03001oogoo03Qoo`03001oogoo07Uoo`03 001oogoo02Moo`03001oogoo00Yoo`03001oogoo01Uoo`002Goo00<007ooOol02Woo00<007ooOol0 >7oo00<007ooOol0NGoo00<007ooOol0:7oo00<007ooOol02Woo00<007ooOol067oo0009Ool00`00 Oomoo`0;Ool00`00Oomoo`0fOol00`00Oomoo`1kOol00`00Oomoo`0XOol00`00Oomoo`0:Ool00`00 Oomoo`0GOol000Yoo`03001oogoo00Yoo`03001oogoo03Ioo`03001oogoo07]oo`03001oogoo02Qo o`03001oogoo00Yoo`03001oogoo01Moo`002Woo00<007ooOol02goo00<007ooOol0=Goo00<007oo Ool0Ngoo00<007ooOol0:Goo00<007ooOol02Woo00<007ooOol05Woo000;Ool00`00Oomoo`0:Ool0 0`00Oomoo`0eOol00`00Oomoo`1kOol00`00Oomoo`0ZOol00`00Oomoo`0:Ool00`00Oomoo`0EOol0 00]oo`03001oogoo00Yoo`03001oogoo03Eoo`03001oogoo07]oo`03001oogoo02Yoo`03001oogoo 00Yoo`03001oogoo01Eoo`002goo00<007ooOol02goo00<007ooOol0=7oo00<007ooOol0Ngoo00<0 07ooOol0:goo00<007ooOol02Woo00<007ooOol057oo000Ool00`00Oomoo`0;Ool00`00Oomoo`0`Ool00`00Oomoo`1mOol00`00 Oomoo`0^Ool00`00Oomoo`0;Ool00`00Oomoo`0?Ool000moo`03001oogoo00]oo`03001oogoo02mo o`03001oogoo07eoo`03001oogoo02moo`03001oogoo00Yoo`03001oogoo00moo`003goo00<007oo Ool02goo00<007ooOol0;goo00<007ooOol0?GooP@0047oo000@Ool00`00Oomoo`0;Ool00`00Oomo o`0^Ool00`00Oomoo`0mOol00`00Oomoo`05000hOol00`00Oomoo`0`Ool00`00Oomoo`0:Ool00`00 Oomoo`0>Ool0011oo`03001oogoo00]oo`03001oogoo02ioo`03001oogoo03eoo`8000Ioo`H0039o o`03001oogoo031oo`03001oogoo00]oo`03001oogoo00eoo`004Goo00<007ooOol02goo00<007oo Ool0;Goo00<007ooOol0?Goo0P0037oo1@00;Goo00<007ooOol0goo 00@007ooOol000=oo`03001oogoo03Aoo`03001oogoo00Eoo`80039oo`03001oogoo00Uoo`03001o ogoo00Qoo`006Goo00<007ooOol02Woo00<007ooOol0:7oo00<007ooOol0>goo00D007ooOomoo`00 00=oo`03001oogoo03=oo`03001oogoo00Moo`@002ioo`03001oogoo00Uoo`03001oogoo00Qoo`00 6Woo00<007ooOol02Woo00<007ooOol09goo00<007ooOol0>goo00D007ooOomoo`0000=oo`03001o ogoo03=oo`03001oogoo00]oo`D002Uoo`03001oogoo00Yoo`03001oogoo00Moo`006goo00<007oo Ool02Woo00<007ooOol09Woo00<007ooOol0>goo00D007ooOomoo`0000Aoo`03001oogoo035oo`03 001oogoo015oo`D002Eoo`03001oogoo00Uoo`03001oogoo00Moo`0077oo00<007ooOol02Woo00<0 07ooOol09Woo00<007ooOol0>Woo00<007ooOol00Woo00D007ooOomoo`0003=oo`03001oogoo01Io o`D0021oo`03001oogoo00Uoo`03001oogoo00Moo`0077oo00<007ooOol02Woo00<007ooOol09Woo 00<007ooOol0>Woo00<007ooOol00Woo00<007ooOol00Woo00<007ooOol0<7oo00<007ooOol06goo 1P006Woo00<007ooOol02Goo00<007ooOol01goo000MOol00`00Oomoo`0:Ool00`00Oomoo`0UOol0 0`00Oomoo`0jOol00`00Oomoo`03Ool01@00Oomoogoo00007oo 00<007ooOol00goo00<007ooOol00goo00<007ooOol0;7oo00<007ooOol0Goo00<007ooOol01goo00<007ooOol07goo00<007ooOol09goo00<007oo Ool02Goo00<007ooOol02Goo00<007ooOol03goo00<007ooOol0Dgoo00<007ooOol00goo00<007oo Ool027oo000jOol00`00Oomoo`07Ool00`00Oomoo`0OOol00`00Oomoo`0VOol00`00Oomoo`09Ool0 0`00Oomoo`09Ool00`00Oomoo`0>Ool00`00Oomoo`1DOol00`00Oomoo`03Ool00`00Oomoo`08Ool0 03]oo`8000Qoo`03001oogoo01moo`03001oogoo02Eoo`03001oogoo00Uoo`03001oogoo00Yoo`03 001oogoo00]oo`8005Moo`03001oogoo00=oo`03001oogoo00Qoo`00?Goo00<007ooOol01Woo0P00 87oo00<007ooOol097oo00<007ooOol02Woo00<007ooOol02Goo00<007ooOol02Woo00<007ooOol0 Egoo00<007ooOol00goo00<007ooOol027oo000nOol20008Ool00`00Oomoo`0NOol2000TOol00`00 Oomoo`0:Ool00`00Oomoo`0:Ool00`00Oomoo`07Ool2001JOol00`00Oomoo`02Ool00`00Oomoo`09 Ool0041oo`03001oogoo00Ioo`03001oogoo01moo`03001oogoo025oo`03001oogoo00Yoo`03001o ogoo00Yoo`03001oogoo00Ioo`03001oogoo05Yoo`03001oogoo009oo`03001oogoo00Uoo`00@Goo 0P001goo00<007ooOol07goo00<007ooOol087oo00<007ooOol02goo00<007ooOol02Woo00<007oo Ool017oo00<007ooOol0Fgoo00<007ooOol00Woo00<007ooOol02Goo0013Ool00`00Oomoo`05Ool2 000POol2000POol00`00Oomoo`0;Ool00`00Oomoo`0:Ool00`00Oomoo`02Ool2001MOol00`00Oomo o`02Ool00`00Oomoo`0:Ool004Aoo`8000Moo`03001oogoo01moo`8001ioo`03001oogoo00aoo`03 001oogoo00Yoo`04001oogoo001OOol00`00Oomoo`02Ool00`00Oomoo`0:Ool004Ioo`03001oogoo 00Eoo`03001oogoo021oo`8001aoo`03001oogoo00aoo`03001oogoo00Yoo`<0061oo`05001oogoo Ool0000=Ool004Moo`03001oogoo00Eoo`03001oogoo025oo`8001Yoo`03001oogoo00aoo`03001o ogoo00Uoo`<0065oo`05001oogooOol0000=Ool004Qoo`8000Ioo`8002=oo`8001Qoo`03001oogoo 00eoo`03001oogoo00Ioo`80009oo`03001oogoo05moo`04001oogoo000>Ool004Yoo`03001oogoo 00Eoo`03001oogoo029oo`<001Eoo`03001oogoo00eoo`03001oogoo00=oo`<000Eoo`03001oogoo 05eoo`05001oogooOol0000>Ool004]oo`8000Ioo`03001oogoo02Aoo`@0015oo`03001oogoo00eo o`03001oo`0000<000Qoo`03001oogoo05eoo`04001oogoo000?Ool004eoo`03001oogoo00Aoo`80 02Qoo`D000aoo`03001oogoo00aoo`<000eoo`03001oogoo05aoo`04001oogoo000?Ool004ioo`80 00Ioo`03001oogoo02Yoo`@000Qoo`03001oogoo00Ioo`H0009oo`03001oogoo00]oo`03001oogoo 05aoo`03001oo`00011oo`00D7oo00<007ooOol017oo00<007ooOol0;Goo4@0027oo00<007ooOol0 37oo00<007ooOol0Fgoo00<007oo000047oo001AOol20005Ool00`00Oomoo`15Ool00`00Oomoo`0< Ool00`00Oomoo`1KOol2000AOol005=oo`03001oogoo00=oo`8004Eoo`03001oogoo00eoo`03001o ogoo05Uoo`80019oo`00E7oo0P001Goo00<007ooOol0@Woo00<007ooOol03Goo00<007ooOol0FGoo 00<007ooOol04Goo001FOol20004Ool00`00Oomoo`12Ool00`00Oomoo`0=Ool00`00Oomoo`1GOol2 000COol005Qoo`8000=oo`03001oogoo045oo`03001oogoo00eoo`03001oogoo05Ioo`8001Aoo`00 FWoo0P000Woo0P00@Goo00<007ooOol03Woo00<007ooOol0E7oo00<007oo000057oo001LOol20002 Ool00`00Oomoo`0nOol00`00Oomoo`0>Ool00`00Oomoo`1COol00`00Ool0000EOol005ioo`@0041o o`03001oogoo00ioo`03001oogoo055oo`04001oogoo000EOol0065oo`<003ioo`03001oogoo00io o`03001oogoo051oo`04001oogoo000FOol006=oo`<003aoo`03001oogoo00moo`03001oogoo04io o`05001oogooOol0000FOol006Eoo`<003Yoo`03001oogoo00moo`03001oogoo04eoo`05001oogoo Ool0000GOol006Moo`<003Uoo`03001oogoo00moo`03001oogoo04]oo`03001oogoo009oo`03001o ogoo01Eoo`00JWoo0P00=goo00<007ooOol03goo00<007ooOol0BWoo00<007ooOol00Woo00<007oo Ool05Woo001/Ool3000dOol00`00Oomoo`0@Ool00`00Oomoo`17Ool20005Ool00`00Oomoo`0FOol0 06eoo`@0039oo`03001oogoo011oo`03001oogoo04Ioo`03001oogoo00Aoo`03001oogoo01Moo`00 Kgoo1@00;goo00<007ooOol04Goo00<007ooOol0@goo0P001goo00<007ooOol05goo001aOol20000 17oo00000000;Goo00<007ooOol047oo00<007ooOol0@Woo00<007ooOol01Woo00<007ooOol067oo 001cOol20002Ool2000[Ool00`00Oomoo`0AOol00`00Oomoo`0oOol20008Ool00`00Oomoo`0IOol0 07Eoo`80009oo`<002Qoo`03001oogoo015oo`03001oogoo03eoo`8000Uoo`03001oogoo01Yoo`00 Mgoo00<007ooOol00Woo0`009Goo00<007ooOol04Woo00<007ooOol0>goo00<007ooOol02Goo00<0 07ooOol06Woo001hOol20005Ool3000SOol00`00Oomoo`0AOol00`00Oomoo`0iOol2000;Ool00`00 Oomoo`0KOol007Yoo`8000Ioo`<0021oo`03001oogoo019oo`03001oogoo03Ioo`8000aoo`03001o ogoo01aoo`00O7oo0P001goo0`007Goo00<007ooOol04Woo00<007ooOol0goo0`00=Woo 002UOol400000goo001oo`0hOol3000iOol00:Uoo`D0039oo`@003aoo`00[Woo1000:Goo1@00@7oo 002bOol9000IOol70015Ool00;]ooaT004aoo`00ogoo8Goo003oOolQOol00?moob5oo`00ogoo8Goo 003oOolQOol00001\ \>"], ImageRangeCache->{{{0, 287}, {225.063, 0}} -> {-8.98216, -7.04369, \ 0.0625933, 0.0625933}}] }, 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.500001 0.055734 0.392569 0.055734 [ [ 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 .60841 .58737 L .59495 .59428 L .5799 .6007 L .56654 .60534 L .55158 .60946 L .54443 .61103 L .53672 .61246 L .53001 .61348 L .52269 .61435 L .51838 .61475 L .51439 .61504 L .51058 .61525 L .50865 .61534 L .50652 .61541 L .50461 .61546 L .50285 .61549 L .50093 .6155 L .49996 .6155 L .4989 .6155 L .49711 .61549 L .49519 .61545 L .49339 .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 .51616 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 .39824 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 .27736 .38119 L .27756 .37772 L .27784 .374 L .2785 .36729 L .27956 .35934 L .28076 .35212 L .2842 .33661 L .28848 .32216 L .2995 .29509 L .31279 .27151 L .32906 .24946 L .35002 .22763 L .3722 .2099 L .39845 .1941 L .42547 .18246 L .43958 .17798 L .44765 .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 .16974 L .49473 .16969 L .49573 .16967 L .49681 .16966 L .49784 .16964 L .49879 .16964 L .49979 .16963 L .50086 .16963 L .50188 .16964 L .50282 .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 .20705 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 .3886 L .72292 .38995 L .72293 .3913 L .72294 .39257 L Mfstroke .5 .39257 m .49492 .40005 L .48937 .40821 L .48417 .41587 L .47916 .42323 L .47383 .43108 L .4687 .43863 L .46324 .44665 L .45799 .45438 L .45294 .46182 L .44756 .46973 L .44238 .47735 L .4374 .48467 L .4321 .49247 L .427 .49998 L .42157 .50796 L .41635 .51565 L .41132 .52304 L .40598 .53091 L .40083 .53849 L .39536 .54654 L .39008 .55429 L .38501 .56176 L .37962 .56969 L .37468 .57695 L s .5 .39257 m .50748 .39765 L .51564 .4032 L .5233 .4084 L .53067 .41341 L .53851 .41874 L .54606 .42387 L .55408 .42933 L .56181 .43458 L .56925 .43963 L .57716 .44501 L .58478 .45019 L .5921 .45517 L .5999 .46047 L .60741 .46557 L .61539 .47099 L .62308 .47622 L .63047 .48125 L .63834 .48659 L .64592 .49174 L .65397 .49721 L .66172 .50249 L .66919 .50756 L .67713 .51295 L .68438 .51788 L s .93598 .48599 m .93863 .49704 L .94074 .50725 L .94278 .51927 L .94419 .53008 L .94474 .53548 L .94521 .5413 L .94539 .54395 L .94554 .54676 L .94566 .54937 L .94575 .55176 L .94582 .55446 L .94586 .55736 L .94587 .56003 L .94586 .56256 L .94584 .56398 L .94581 .56548 L .94573 .56818 L .94567 .56982 L .9456 .57137 L .94545 .57425 L .94507 .5795 L .94453 .5852 L .94301 .59652 L .9411 .60677 L .93888 .61614 L .93234 .63647 L .92299 .65694 L .91258 .67408 L .89915 .69128 L .88582 .70486 L .86934 .71841 L .85294 .72927 L .8337 .73949 L .81173 .74856 L .78965 .75542 L .76768 .76038 L .75476 .76255 L .74244 .76413 L .73561 .76482 L .72909 .76537 L .72319 .76576 L .71672 .76608 L .71334 .76621 L .70961 .76632 L .70772 .76636 L .70569 .7664 L .70376 .76642 L .702 .76644 L .69863 .76644 L Mistroke .69671 .76644 L .69493 .76642 L .69166 .76637 L .68817 .7663 L .68484 .7662 L .68117 .76606 L .67372 .76569 L .66678 .76524 L .66026 .76472 L .64539 .76322 L .62927 .76109 L .59924 .7558 L .57148 .74945 L .51553 .73259 L .45451 .70817 L .3381 .64343 L .23695 .56393 L .15623 .47662 L .12283 .42947 L .09376 .37805 L .07305 .32883 L .06544 .30447 L .06201 .29093 L .05934 .2783 L .05736 .26675 L .0565 .26072 L .05574 .25439 L .05521 .24909 L .05475 .24331 L .05459 .24079 L .05445 .23809 L .05434 .23574 L .05425 .23324 L .05421 .23176 L .05417 .23013 L .05414 .22726 L .05413 .22565 L .05413 .22392 L .05415 .22229 L .05417 .2208 L .05424 .21809 L .05429 .21656 L .05434 .21513 L .05449 .21209 L .05466 .20922 L .05509 .2038 L .05558 .19892 L .05707 .18813 L .05883 .17869 L .06125 .16852 L Mistroke .06764 .14875 L .07533 .13143 L .08405 .11615 L .09603 .09955 L .10917 .08506 L .13825 .06142 L .15547 .05111 L .17533 .04162 L .19542 .03413 L .2147 .0286 L .22588 .02603 L .238 .02374 L .24871 .0221 L .26043 .0207 L .26713 .02007 L .27331 .0196 L .27957 .01923 L .28556 .01896 L .28896 .01886 L .29083 .01881 L .29259 .01877 L .2957 .01872 L .29915 .0187 L .30097 .01869 L .3029 .0187 L .30635 .01873 L .30829 .01876 L .31009 .0188 L .31419 .01891 L .31761 .01903 L .32125 .01918 L .32781 .01954 L .33491 .02002 L .34278 .02069 L .35701 .02221 L .37046 .02401 L .3959 .02837 L .42363 .03447 L .48559 .05293 L .54465 .07659 L .65405 .13652 L .75957 .21802 L .84366 .30838 L .88032 .36064 L .90785 .41039 L .92473 .45009 L .93598 .48599 L Mfstroke .5 .39257 m .49319 .40258 L .48577 .41351 L .4788 .42377 L .47209 .43363 L .46495 .44413 L .45808 .45424 L .45078 .46499 L .44375 .47534 L .43698 .48529 L .42978 .49589 L .42284 .50609 L .41618 .5159 L .40908 .52634 L .40225 .53639 L .39499 .54708 L .38799 .55737 L .38126 .56728 L .3741 .57781 L .3672 .58796 L .35988 .59874 L .35282 .60912 L .34603 .61912 L .3388 .62975 L .3322 .63946 L s .5 .39257 m .51676 .40396 L .53503 .41638 L .5522 .42805 L .56871 .43926 L .58628 .45121 L .60319 .4627 L .62117 .47492 L .63849 .48669 L .65515 .49802 L .67287 .51006 L .68994 .52166 L .70635 .53282 L .72383 .54469 L .74064 .55612 L .75852 .56828 L .77575 .57998 L .79231 .59124 L .80994 .60322 L .82692 .61476 L .84495 .62702 L .86233 .63883 L .87905 .65019 L .89684 .66228 L .91309 .67333 L s .94587 .39257 m .95499 .41236 L .96314 .43396 L .96651 .44479 L .96957 .45632 L .97191 .46705 L .97363 .47688 L .9744 .4824 L .97509 .48844 L .97562 .49448 L .97583 .49777 L .97599 .50084 L .97605 .50222 L .9761 .50372 L .97616 .50645 L .97619 .5091 L .97619 .51155 L .97617 .51305 L .97614 .51446 L .97607 .51708 L .97601 .51855 L .97595 .5199 L .97578 .52293 L .9754 .5278 L .97495 .53232 L .97352 .54247 L .97161 .55221 L .96899 .56245 L .96241 .58138 L .95288 .60101 L .94166 .61853 L .92941 .63379 L .90088 .66041 L .88189 .67378 L .86236 .68507 L .84157 .69496 L .81813 .704 L .79483 .71115 L .77261 .71651 L .7475 .72109 L .73328 .72306 L .7196 .72455 L .70672 .72561 L .69467 .72632 L .68832 .72659 L .68465 .72671 L .68128 .7268 L .67772 .72688 L .67388 .72693 L .67031 .72696 L Mistroke .66691 .72697 L .66323 .72696 L .66115 .72694 L .65924 .72692 L .65571 .72686 L .65198 .72678 L .64548 .72658 L .63832 .72629 L .63061 .72588 L .62232 .72534 L .60726 .72408 L .57759 .72063 L .55029 .71633 L .49031 .70323 L .42535 .6834 L .36469 .65941 L .30287 .62898 L .20198 .5633 L .15704 .52523 L .11495 .48184 L .08132 .43849 L .06699 .41608 L .05388 .39206 L .04353 .3692 L .036 .34855 L .033 .33864 L .03023 .32796 L .0282 .31867 L .02646 .30877 L .02568 .30331 L .02508 .29834 L .02459 .29332 L .02425 .28868 L .0241 .28608 L .02397 .28333 L .02392 .282 L .02388 .28057 L .02385 .279 L .02382 .27753 L .02381 .27486 L .02382 .27353 L .02383 .27207 L .02389 .26948 L .02397 .26708 L .02409 .2644 L .02427 .2615 L .0247 .25627 L .02525 .25121 L .02587 .24657 L .0277 .23618 L Mistroke .03026 .22537 L .03602 .20771 L .04421 .18951 L .05381 .17317 L .06414 .15898 L .09154 .1309 L .10992 .1168 L .12873 .10495 L .15042 .09376 L .17241 .08455 L .19319 .07746 L .21721 .07092 L .24248 .06569 L .25674 .06341 L .27033 .06165 L .28328 .06033 L .29526 .05939 L .30195 .05899 L .30929 .05864 L .31266 .05851 L .31626 .0584 L .31962 .05831 L .32275 .05825 L .32608 .0582 L .32973 .05817 L .3333 .05816 L .33712 .05818 L .34069 .05822 L .34407 .05827 L .34712 .05834 L .35043 .05842 L .35807 .05869 L .3662 .05908 L .38088 .06004 L .39462 .06124 L .40755 .06262 L .43723 .06671 L .46979 .07264 L .50083 .07966 L .55892 .09639 L .62016 .11922 L .67508 .14456 L .78252 .21018 L .8338 .25157 L .87594 .29308 L .93747 .37676 L .94587 .39257 L Mfstroke .5 .39257 m .49544 .40379 L .49047 .41602 L .4858 .42752 L .48132 .43857 L .47654 .45033 L .47194 .46165 L .46705 .47369 L .46234 .48529 L .45781 .49644 L .45299 .50831 L .44834 .51974 L .44388 .53072 L .43913 .54242 L .43455 .55368 L .42969 .56565 L .42501 .57719 L .4205 .58828 L .41571 .60008 L .41109 .61144 L .40619 .62352 L .40146 .63515 L .39691 .64635 L .39207 .65826 L .38765 .66914 L s .5 .39257 m .51877 .40019 L .53925 .40851 L .55847 .41632 L .57696 .42383 L .59665 .43183 L .61559 .43952 L .63573 .4477 L .65513 .45558 L .6738 .46317 L .69365 .47123 L .71277 .479 L .73116 .48647 L .75073 .49442 L .76957 .50207 L .7896 .51021 L .8089 .51805 L .82745 .52558 L .8472 .53361 L .86621 .54133 L .88642 .54954 L .90589 .55744 L .92462 .56505 L .94454 .57315 L .96275 .58054 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]HGAYHf4PAg9QL6QYHggoo1000Ool20023Ool0025oo`03001oogoo 019oo`<005Aoo`@000aoo`80085oo`0087oo00<007ooOol047oo0`00Fgoo10002Woo0P00Ogoo000O Ool00`00Oomoo`0>Ool3001ROol30009Ool2001mOol001ioo`03001oogoo00aoo`<006Qoo`<000Qo o`03001oogoo07Yoo`007Goo00<007ooOol02goo0P00KWoo10001Goo0P00NWoo000LOol00`00Oomo o`0:Ool2001dOol30004Ool2001hOol001]oo`03001oogoo00Yoo`03001oogoo07Moo`8000Aoo`03 001oogoo07Eoo`006Woo00<007ooOol02Goo0P00O7oo0`000Woo0P00MGoo000JOol00`00Oomoo`08 Ool00`00Oomoo`1oOol20002Ool2001cOol001Uoo`03001oogoo00Moo`8008Aoo`80009oo`80075o o`006Goo00<007ooOol01Goo0P00R7oo0`0000=oo`00Ool0Kgoo000HOol00`00Oomoo`04Ool2002= Ool4001^Ool001Moo`03001oogoo00Aoo`03001oogoo08moo`@006aoo`005Woo00<007ooOol00goo 0P00UGoo0P00Jgoo000FOol00`00Oomoo`02Ool00`00Oomoo`2GOol2001YOol001Eoo`03001oogoo 009oo`03001oogoo09Yoo`8006Moo`005Goo00D007ooOomoo`0009moo`<006Aoo`0057oo00D007oo Oomoo`000:9oo`<0069oo`0057oo00@007ooOol00:Aoo`04001oo`00001POol001=oo`04001oogoo 002VOol200000goo0000001NOol001=oo`03001oo`000:Uoo`03001oogoo008005aoo`004goo0P00 Zgoo00@007ooOomoo`8005Yoo`004Woo0P00[Goo0P000goo00<007ooOol0Egoo000BOol00`00Oomo o`2^Ool01000Oomoogoo0P00Egoo000AOol2002aOol00`00Oomoo`02Ool00`00Oomoo`1DOol0011o o`800;=oo`8000=oo`8005Aoo`0047oo0P00MWoo3`00<7oo00<007ooOol00Woo0P00DWoo000?Ool0 0`00Ool0001`Ool6000?Ool7000ZOol00`00Oomoo`03Ool00`00Oomoo`1?Ool000ioo`04001oogoo 001/Ool4000LOol3000XOol00`00Oomoo`03Ool2001?Ool000ioo`04001oogoo001ZOol2000SOol4 000UOol20005Ool2001=Ool000eoo`04001oogoo001XOol3000YOol2000UOol00`00Oomoo`04Ool0 0`00Oomoo`1:Ool000eoo`04001oogoo001VOol2000^Ool3000SOol00`00Oomoo`04Ool2001:Ool0 00aoo`05001oogooOol0001SOol3000cOol2000ROol20006Ool20018Ool000aoo`05001oogooOol0 001QOol2000hOol2000ROol00`00Oomoo`05Ool00`00Oomoo`15Ool000]oo`03001oogoo009oo`03 001oogoo05eoo`8003aoo`03001oogoo021oo`03001oogoo00Eoo`8004Eoo`002goo00D007ooOomo o`0005moo`03001oogoo03eoo`03001oogoo021oo`8000Moo`03001oogoo049oo`002Woo00<007oo Ool00Woo00<007ooOol0Fgoo0P00@Goo0P008Woo00<007ooOol01Goo0P00@Woo000:Ool00`00Oomo o`02Ool00`00Oomoo`1IOol20015Ool00`00Oomoo`0POol00`00Oomoo`06Ool20010Ool000Yoo`03 001oogoo009oo`03001oogoo05Qoo`03001oogoo04Ioo`80025oo`8000Qoo`03001oogoo03eoo`00 2Goo00<007ooOol00goo00<007ooOol0Egoo00<007ooOol0BGoo00<007ooOol087oo00<007ooOol0 1Woo00<007ooOol0?7oo0009Ool00`00Oomoo`03Ool00`00Oomoo`1FOol00`00Oomoo`1;Ool00`00 Oomoo`0POol00`00Oomoo`06Ool2000lOol000Qoo`03001oogoo00Aoo`03001oogoo05Aoo`8004mo o`80025oo`03001oogoo00Moo`03001oogoo03Uoo`0027oo00<007ooOol017oo00<007ooOol0Dgoo 00<007ooOol0DGoo00<007ooOol07goo00<007ooOol01goo00<007ooOol0>7oo0008Ool00`00Oomo o`04Ool00`00Oomoo`1BOol00`00Oomoo`1COol00`00Oomoo`0OOol00`00Oomoo`07Ool00`00Oomo o`0gOol000Qoo`03001oogoo00Aoo`03001oogoo055oo`03001oogoo05Eoo`03001oogoo01moo`03 001oogoo00Moo`8003Moo`0027oo00<007ooOol017oo00<007ooOol0D7oo00<007ooOol0Egoo00<0 07ooOol07goo00<007ooOol027oo00<007ooOol0=7oo0008Ool00`00Oomoo`04Ool00`00Oomoo`1? Ool00`00Oomoo`1IOol00`00Oomoo`0OOol00`00Oomoo`08Ool00`00Oomoo`0cOol000Moo`03001o ogoo00Eoo`03001oogoo04ioo`03001oogoo05]oo`03001oogoo01moo`03001oogoo00Qoo`03001o ogoo039oo`001goo00<007ooOol01Goo00<007ooOol0CGoo00<007ooOol0GGoo00<007ooOol07goo 00<007ooOol027oo0P00goo00<007ooOol0MWoo00<007ooOol09Woo00<007ooOol02Woo00<0 07ooOol077oo0008Ool00`00Oomoo`09Ool00`00Oomoo`0kOol00`00Oomoo`1gOol00`00Oomoo`0V Ool00`00Oomoo`09Ool00`00Oomoo`0LOol000Qoo`03001oogoo00Yoo`03001oogoo03Yoo`03001o ogoo07Moo`03001oogoo02Ioo`03001oogoo00Yoo`03001oogoo01]oo`0027oo00<007ooOol02Woo 00<007ooOol0>Goo00<007ooOol0NGoo00<007ooOol09Woo00<007ooOol02Woo00<007ooOol06Woo 0008Ool00`00Oomoo`0:Ool00`00Oomoo`0iOol00`00Oomoo`1iOol00`00Oomoo`0WOol00`00Oomo o`09Ool00`00Oomoo`0JOol000Uoo`03001oogoo00Yoo`03001oogoo03Qoo`03001oogoo07Uoo`03 001oogoo02Moo`03001oogoo00Yoo`03001oogoo01Uoo`002Goo00<007ooOol02Woo00<007ooOol0 >7oo00<007ooOol0NGoo00<007ooOol0:7oo00<007ooOol02Woo00<007ooOol067oo0009Ool00`00 Oomoo`0;Ool00`00Oomoo`0fOol00`00Oomoo`1kOol00`00Oomoo`0XOol00`00Oomoo`0:Ool00`00 Oomoo`0GOol000Yoo`03001oogoo00Yoo`03001oogoo03Ioo`03001oogoo07]oo`03001oogoo02Qo o`03001oogoo00Yoo`03001oogoo01Moo`002Woo00<007ooOol02goo00<007ooOol0=Goo00<007oo Ool0Ngoo00<007ooOol0:Goo00<007ooOol02Woo00<007ooOol05Woo000;Ool00`00Oomoo`0:Ool0 0`00Oomoo`0eOol00`00Oomoo`1kOol00`00Oomoo`0ZOol00`00Oomoo`0:Ool00`00Oomoo`0EOol0 00]oo`03001oogoo00Yoo`03001oogoo03Eoo`03001oogoo07]oo`03001oogoo02Yoo`03001oogoo 00Yoo`03001oogoo01Eoo`002goo00<007ooOol02goo00<007ooOol0=7oo00<007ooOol0Ngoo00<0 07ooOol0:goo00<007ooOol02Woo00<007ooOol057oo000Ool00`00Oomoo`0;Ool00`00Oomoo`0`Ool00`00Oomoo`1mOol00`00 Oomoo`0^Ool00`00Oomoo`0;Ool00`00Oomoo`0?Ool000moo`03001oogoo00]oo`03001oogoo02mo o`03001oogoo07eoo`03001oogoo02moo`03001oogoo00Yoo`03001oogoo00moo`003goo00<007oo Ool02goo00<007ooOol0;goo00<007ooOol0?Goo0P00?Woo00<007ooOol0;goo00<007ooOol02goo 00<007ooOol03Woo000@Ool00`00Oomoo`0;Ool00`00Oomoo`0^Ool00`00Oomoo`0lOol5000lOol0 0`00Oomoo`0`Ool00`00Oomoo`0:Ool00`00Oomoo`0>Ool0011oo`03001oogoo00]oo`03001oogoo 02ioo`03001oogoo03aoo`04001oogooOol3000jOol00`00Oomoo`0`Ool00`00Oomoo`0;Ool00`00 Oomoo`0=Ool0015oo`03001oogoo00]oo`03001oogoo02eoo`03001oogoo03]oo`8000Aoo`@003Qo o`03001oogoo035oo`03001oogoo00Yoo`03001oogoo00eoo`004Goo00<007ooOol02goo00<007oo Ool0;Goo00<007ooOol0>Woo0P001Woo0P0000=oo`000000=Woo00<007ooOol0Goo00<007ooOol02Goo00<007oo Ool027oo000IOol00`00Oomoo`0:Ool00`00Oomoo`0XOol00`00Oomoo`0`Ool01@00Oomoogoo0000 7Goo0P003Goo0`005Goo00<007ooOol0>Goo00<007ooOol02Goo00<007ooOol027oo000JOol00`00 Oomoo`0:Ool00`00Oomoo`0WOol00`00Oomoo`0_Ool20003Ool00`00Oomoo`0MOol00`00Oomoo`0= Ool2000COol00`00Oomoo`0iOol00`00Oomoo`0:Ool00`00Oomoo`07Ool001]oo`03001oogoo00Yo o`03001oogoo02Ioo`03001oogoo02moo`03001oogoo009oo`03001oogoo01ioo`8000moo`<000mo o`03001oogoo03]oo`03001oogoo00Uoo`03001oogoo00Moo`0077oo00<007ooOol02Woo00<007oo Ool09Woo00<007ooOol0;Goo00<007ooOol00Woo00<007ooOol08Goo0P0047oo0`0037oo00<007oo Ool0>goo00<007ooOol02Goo00<007ooOol01goo000LOol00`00Oomoo`0:Ool00`00Oomoo`0VOol0 0`00Oomoo`0]Ool00`00Oomoo`02Ool00`00Oomoo`0SOol00`00Oomoo`0@Ool2000:Ool00`00Oomo o`0kOol00`00Oomoo`09Ool00`00Oomoo`07Ool001eoo`03001oogoo00Yoo`03001oogoo02Eoo`03 001oogoo02aoo`03001oogoo00=oo`03001oogoo02Aoo`03001oogoo015oo`8000Moo`03001oogoo 03aoo`03001oogoo00Uoo`03001oogoo00Moo`007Woo00<007ooOol02Woo00<007ooOol09Goo00<0 07ooOol0:Woo00<007ooOol00goo00<007ooOol09Woo0P004goo0P001Goo00<007ooOol0?Goo00<0 07ooOol027oo00<007ooOol01goo000OOol00`00Oomoo`09Ool00`00Oomoo`0UOol00`00Oomoo`0Y Ool20005Ool00`00Oomoo`0XOol00`00Oomoo`0BOol300000goo001oo`0oOol00`00Oomoo`09Ool0 0`00Oomoo`06Ool001moo`03001oogoo00Yoo`03001oogoo02Eoo`03001oogoo02Moo`8000Eoo`03 001oogoo02Yoo`03001oogoo01Aoo`80041oo`03001oogoo00Uoo`03001oogoo00Ioo`0087oo00<0 07ooOol02Woo00<007ooOol097oo00<007ooOol09Woo0P001Woo00<007ooOol0:goo0P0057oo00<0 07oo00000P00?Goo00<007ooOol02Goo00<007ooOol01Woo000QOol00`00Oomoo`0:Ool00`00Oomo o`0TOol00`00Oomoo`0UOol20005Ool00`00Oomoo`0^Ool2000BOol00`00Oomoo`02Ool2000lOol0 0`00Oomoo`08Ool00`00Oomoo`06Ool0029oo`03001oogoo00Yoo`03001oogoo02=oo`03001oogoo 02Eoo`03001oogoo00Aoo`03001oogoo031oo`03001oogoo00ioo`03001oogoo00Eoo`<003Uoo`03 001oogoo00Qoo`03001oogoo00Ioo`008goo00<007ooOol02Woo00<007ooOol08goo00<007ooOol0 8goo00<007ooOol01Goo00<007ooOol0Ool00`00Oomoo`09Ool00`00Oomoo`0nOol00`00 Oomoo`0>Ool00`00Oomoo`0XOol3000BOol00`00Oomoo`05Ool00`00Oomoo`06Ool003Eoo`03001o ogoo00Qoo`03001oogoo01ioo`03001oogoo00aoo`03001oogoo00Yoo`03001oogoo03eoo`03001o ogoo011oo`8002]oo`<000moo`03001oogoo00Aoo`03001oogoo00Moo`00=Woo0P002Goo00<007oo Ool07Woo0P002goo0P002goo00<007ooOol0?Goo00<007ooOol04goo0P00;7oo0P003Goo00<007oo Ool017oo00<007ooOol01goo000hOol00`00Oomoo`07Ool00`00Oomoo`0OOol00`00Oomoo`07Ool2 000Woo00<007ooOol01goo00<007ooOol07goo00<007ooOol017oo0P0037oo00<007ooOol0>Woo00<0 07ooOol077oo0P00;goo0P001Goo00<007ooOol00goo00<007ooOol027oo000kOol20008Ool00`00 Oomoo`0OOol00`00Oomoo`03Ool00`00Oomoo`0;Ool00`00Oomoo`0hOol2000QOol00`00Oomoo`0^ Ool20003Ool00`00Oomoo`03Ool00`00Oomoo`08Ool003eoo`03001oogoo00Ioo`80021oo`05001o ogooOol0000>Ool00`00Oomoo`0gOol00`00Oomoo`0ROol00`00Oomoo`0_Ool200000goo001oo`04 Ool00`00Oomoo`08Ool003ioo`8000Qoo`03001oogoo01ioo`@000eoo`03001oogoo03Ioo`8002Io o`80035oo`8000Aoo`03001oogoo00Uoo`00@7oo00<007ooOol01Woo00<007ooOol07goo00<007oo Ool037oo00<007ooOol0=Goo00<007ooOol0:7oo00<007ooOol0;goo100000=oo`00Ool02Woo0011 Ool20007Ool00`00Oomoo`0MOol00`00Ool00007oo0P00:7oo00D007ooOomoo`0000eoo`00B7oo0P001Woo0P005Goo00<007ooOol02goo0`00<7oo 0P00?7oo0P009Woo00@007ooOol000ioo`00BWoo00<007ooOol01Goo00<007ooOol04Goo00<007oo Ool03Woo0`00:goo0`00@7oo00<007ooOol08Woo00D007ooOomoo`0000ioo`00Bgoo0P001Woo00<0 07ooOol047oo00<007ooOol03Goo00@007ooOomoo`@002=oo`@004Aoo`03001oogoo025oo`04001o ogoo000?Ool004eoo`03001oogoo00Aoo`8000moo`03001oogoo00ioo`03001oogoo00Eoo`D001]o o`<004Uoo`80025oo`04001oogoo000?Ool004ioo`8000Ioo`03001oogoo00]oo`03001oogoo00mo o`03001oogoo00Yoo`@0015oo`H004ioo`03001oogoo01ioo`03001oo`00011oo`00D7oo00<007oo Ool017oo00<007ooOol02Woo00<007ooOol03Woo00<007ooOol03goo4@00EGoo00<007ooOol07Goo 00<007oo000047oo001AOol20005Ool00`00Oomoo`08Ool00`00Oomoo`0?Ool00`00Oomoo`1fOol2 000MOol2000AOol005=oo`03001oogoo00=oo`8000Moo`03001oogoo00moo`03001oogoo07Uoo`80 01Yoo`80019oo`00E7oo0P001Goo00<007ooOol017oo00<007ooOol03goo00<007ooOol0Ngoo00<0 07ooOol05goo00<007ooOol04Goo001FOol20004Ool00`00Oomoo`02Ool00`00Oomoo`0?Ool00`00 Oomoo`1mOol00`00Oomoo`0EOol2000COol005Qoo`8000=oo`04001oogoo000BOol00`00Oomoo`1n Ool2000DOol2000DOol005Yoo`80009oo`<0019oo`03001oogoo081oo`03001oogoo011oo`03001o o`0001Aoo`00G7oo0P0000=oo`0000004Goo00<007ooOol0PWoo00<007ooOol03Woo00<007oo0000 5Goo001NOol4000@Ool00`00Oomoo`23Ool2000=Ool01000Oomoo`005Goo001QOol3000=Ool00`00 Oomoo`26Ool2000:Ool01000Oomoo`005Woo001SOol3000;Ool00`00Oomoo`28Ool00`00Oomoo`06 Ool01@00Oomoogoo00005Woo001UOol30008Ool00`00Oomoo`2:Ool20005Ool01@00Oomoogoo0000 5goo001WOol30006Ool00`00Oomoo`2Ool01000Oomoogoo0P0000=oo`00Ool067oo001_Ool50029Ool20006Ool2 000IOol0075oo`800004Ool000000025Ool00`00Oomoo`06Ool00`00Oomoo`0HOol007=oo`80009o o`80085oo`8000Qoo`03001oogoo01Uoo`00MGoo0P000Woo0`00O7oo0P002Goo00<007ooOol06Woo 001gOol00`00Oomoo`02Ool3001hOol00`00Oomoo`09Ool00`00Oomoo`0JOol007Qoo`8000Eoo`<0 07=oo`8000]oo`03001oogoo01]oo`00NWoo0P001Woo0`00KWoo0P0037oo00<007ooOol077oo001l Ool20007Ool3001XOol3000=Ool00`00Oomoo`0MOol007ioo`8000Qoo`<0065oo`@000moo`03001o ogoo01ioo`00P7oo0P002Goo1000FWoo0`004Woo00<007ooOol07goo0022Ool2000;Ool4001COol3 000DOol00`00Oomoo`0POol008Aoo`8000eoo`@004aoo`<001Eoo`8002=oo`00QWoo0`003Woo1000 A7oo10005goo00<007ooOol08goo0029Ool2000@Ool6000iOol5000JOol00`00Oomoo`0TOol008]o o`8001Aoo`T002]oo`D001eoo`8002Moo`00SGoo0`006Woo2@005Woo300087oo0P00:Goo002@Ool2 000QOolF000[Ool00`00Oomoo`0YOol0099oo`<005eoo`8002aoo`00UGoo0`00F7oo0P00;Woo002H Ool3001COol2000`Ool009]oo`@004eoo`80039oo`00Wgoo0`00B7oo0P00=7oo002ROol30012Ool3 000fOol00:Eoo`@003]oo`<003Uoo`00ZGoo1@00"], ImageRangeCache->{{{0, 287}, {225.063, 0}} -> {-8.98216, -7.04369, \ 0.0625933, 0.0625933}}] }, 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.500001 0.055734 0.392569 0.055734 [ [ 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 .60841 .58737 L .59495 .59428 L .5799 .6007 L .56654 .60534 L .55158 .60946 L .54443 .61103 L .53672 .61246 L .53001 .61348 L .52269 .61435 L .51838 .61475 L .51439 .61504 L .51058 .61525 L .50865 .61534 L .50652 .61541 L .50461 .61546 L .50285 .61549 L .50093 .6155 L .49996 .6155 L .4989 .6155 L .49711 .61549 L .49519 .61545 L .49339 .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 .51616 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 .39824 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 .27736 .38119 L .27756 .37772 L .27784 .374 L .2785 .36729 L .27956 .35934 L .28076 .35212 L .2842 .33661 L .28848 .32216 L .2995 .29509 L .31279 .27151 L .32906 .24946 L .35002 .22763 L .3722 .2099 L .39845 .1941 L .42547 .18246 L .43958 .17798 L .44765 .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 .16974 L .49473 .16969 L .49573 .16967 L .49681 .16966 L .49784 .16964 L .49879 .16964 L .49979 .16963 L .50086 .16963 L .50188 .16964 L .50282 .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 .20705 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 .3886 L .72292 .38995 L .72293 .3913 L .72294 .39257 L Mfstroke .5 .39257 m .49492 .40005 L .48937 .40821 L .48417 .41587 L .47916 .42323 L .47383 .43108 L .4687 .43863 L .46324 .44665 L .45799 .45438 L .45294 .46182 L .44756 .46973 L .44238 .47735 L .4374 .48467 L .4321 .49247 L .427 .49998 L .42157 .50796 L .41635 .51565 L .41132 .52304 L .40598 .53091 L .40083 .53849 L .39536 .54654 L .39008 .55429 L .38501 .56176 L .37962 .56969 L .37468 .57695 L s .5 .39257 m .50748 .39765 L .51564 .4032 L .5233 .4084 L .53067 .41341 L .53851 .41874 L .54606 .42387 L .55408 .42933 L .56181 .43458 L .56925 .43963 L .57716 .44501 L .58478 .45019 L .5921 .45517 L .5999 .46047 L .60741 .46557 L .61539 .47099 L .62308 .47622 L .63047 .48125 L .63834 .48659 L .64592 .49174 L .65397 .49721 L .66172 .50249 L .66919 .50756 L .67713 .51295 L .68438 .51788 L s .2 1 0 r .93598 .48599 m .93863 .49704 L .94074 .50725 L .94278 .51927 L .94419 .53008 L .94474 .53548 L .94521 .5413 L .94539 .54395 L .94554 .54676 L .94566 .54937 L .94575 .55176 L .94582 .55446 L .94586 .55736 L .94587 .56003 L .94586 .56256 L .94584 .56398 L .94581 .56548 L .94573 .56818 L .94567 .56982 L .9456 .57137 L .94545 .57425 L .94507 .5795 L .94453 .5852 L .94301 .59652 L .9411 .60677 L .93888 .61614 L .93234 .63647 L .92299 .65694 L .91258 .67408 L .89915 .69128 L .88582 .70486 L .86934 .71841 L .85294 .72927 L .8337 .73949 L .81173 .74856 L .78965 .75542 L .76768 .76038 L .75476 .76255 L .74244 .76413 L .73561 .76482 L .72909 .76537 L .72319 .76576 L .71672 .76608 L .71334 .76621 L .70961 .76632 L .70772 .76636 L .70569 .7664 L .70376 .76642 L .702 .76644 L .69863 .76644 L Mistroke .69671 .76644 L .69493 .76642 L .69166 .76637 L .68817 .7663 L .68484 .7662 L .68117 .76606 L .67372 .76569 L .66678 .76524 L .66026 .76472 L .64539 .76322 L .62927 .76109 L .59924 .7558 L .57148 .74945 L .51553 .73259 L .45451 .70817 L .3381 .64343 L .23695 .56393 L .15623 .47662 L .12283 .42947 L .09376 .37805 L .07305 .32883 L .06544 .30447 L .06201 .29093 L .05934 .2783 L .05736 .26675 L .0565 .26072 L .05574 .25439 L .05521 .24909 L .05475 .24331 L .05459 .24079 L .05445 .23809 L .05434 .23574 L .05425 .23324 L .05421 .23176 L .05417 .23013 L .05414 .22726 L .05413 .22565 L .05413 .22392 L .05415 .22229 L .05417 .2208 L .05424 .21809 L .05429 .21656 L .05434 .21513 L .05449 .21209 L .05466 .20922 L .05509 .2038 L .05558 .19892 L .05707 .18813 L .05883 .17869 L .06125 .16852 L Mistroke .06764 .14875 L .07533 .13143 L .08405 .11615 L .09603 .09955 L .10917 .08506 L .13825 .06142 L .15547 .05111 L .17533 .04162 L .19542 .03413 L .2147 .0286 L .22588 .02603 L .238 .02374 L .24871 .0221 L .26043 .0207 L .26713 .02007 L .27331 .0196 L .27957 .01923 L .28556 .01896 L .28896 .01886 L .29083 .01881 L .29259 .01877 L .2957 .01872 L .29915 .0187 L .30097 .01869 L .3029 .0187 L .30635 .01873 L .30829 .01876 L .31009 .0188 L .31419 .01891 L .31761 .01903 L .32125 .01918 L .32781 .01954 L .33491 .02002 L .34278 .02069 L .35701 .02221 L .37046 .02401 L .3959 .02837 L .42363 .03447 L .48559 .05293 L .54465 .07659 L .65405 .13652 L .75957 .21802 L .84366 .30838 L .88032 .36064 L .90785 .41039 L .92473 .45009 L .93598 .48599 L Mfstroke .5 .39257 m .49319 .40258 L .48577 .41351 L .4788 .42377 L .47209 .43363 L .46495 .44413 L .45808 .45424 L .45078 .46499 L .44375 .47534 L .43698 .48529 L .42978 .49589 L .42284 .50609 L .41618 .5159 L .40908 .52634 L .40225 .53639 L .39499 .54708 L .38799 .55737 L .38126 .56728 L .3741 .57781 L .3672 .58796 L .35988 .59874 L .35282 .60912 L .34603 .61912 L .3388 .62975 L .3322 .63946 L s .5 .39257 m .51676 .40396 L .53503 .41638 L .5522 .42805 L .56871 .43926 L .58628 .45121 L .60319 .4627 L .62117 .47492 L .63849 .48669 L .65515 .49802 L .67287 .51006 L .68994 .52166 L .70635 .53282 L .72383 .54469 L .74064 .55612 L .75852 .56828 L .77575 .57998 L .79231 .59124 L .80994 .60322 L .82692 .61476 L .84495 .62702 L .86233 .63883 L .87905 .65019 L .89684 .66228 L .91309 .67333 L s .8 0 1 r .94587 .39257 m .95499 .41236 L .96314 .43396 L .96651 .44479 L .96957 .45632 L .97191 .46705 L .97363 .47688 L .9744 .4824 L .97509 .48844 L .97562 .49448 L .97583 .49777 L .97599 .50084 L .97605 .50222 L .9761 .50372 L .97616 .50645 L .97619 .5091 L .97619 .51155 L .97617 .51305 L .97614 .51446 L .97607 .51708 L .97601 .51855 L .97595 .5199 L .97578 .52293 L .9754 .5278 L .97495 .53232 L .97352 .54247 L .97161 .55221 L .96899 .56245 L .96241 .58138 L .95288 .60101 L .94166 .61853 L .92941 .63379 L .90088 .66041 L .88189 .67378 L .86236 .68507 L .84157 .69496 L .81813 .704 L .79483 .71115 L .77261 .71651 L .7475 .72109 L .73328 .72306 L .7196 .72455 L .70672 .72561 L .69467 .72632 L .68832 .72659 L .68465 .72671 L .68128 .7268 L .67772 .72688 L .67388 .72693 L .67031 .72696 L Mistroke .66691 .72697 L .66323 .72696 L .66115 .72694 L .65924 .72692 L .65571 .72686 L .65198 .72678 L .64548 .72658 L .63832 .72629 L .63061 .72588 L .62232 .72534 L .60726 .72408 L .57759 .72063 L .55029 .71633 L .49031 .70323 L .42535 .6834 L .36469 .65941 L .30287 .62898 L .20198 .5633 L .15704 .52523 L .11495 .48184 L .08132 .43849 L .06699 .41608 L .05388 .39206 L .04353 .3692 L .036 .34855 L .033 .33864 L .03023 .32796 L .0282 .31867 L .02646 .30877 L .02568 .30331 L .02508 .29834 L .02459 .29332 L .02425 .28868 L .0241 .28608 L .02397 .28333 L .02392 .282 L .02388 .28057 L .02385 .279 L .02382 .27753 L .02381 .27486 L .02382 .27353 L .02383 .27207 L .02389 .26948 L .02397 .26708 L .02409 .2644 L .02427 .2615 L .0247 .25627 L .02525 .25121 L .02587 .24657 L .0277 .23618 L Mistroke .03026 .22537 L .03602 .20771 L .04421 .18951 L .05381 .17317 L .06414 .15898 L .09154 .1309 L .10992 .1168 L .12873 .10495 L .15042 .09376 L .17241 .08455 L .19319 .07746 L .21721 .07092 L .24248 .06569 L .25674 .06341 L .27033 .06165 L .28328 .06033 L .29526 .05939 L .30195 .05899 L .30929 .05864 L .31266 .05851 L .31626 .0584 L .31962 .05831 L .32275 .05825 L .32608 .0582 L .32973 .05817 L .3333 .05816 L .33712 .05818 L .34069 .05822 L .34407 .05827 L .34712 .05834 L .35043 .05842 L .35807 .05869 L .3662 .05908 L .38088 .06004 L .39462 .06124 L .40755 .06262 L .43723 .06671 L .46979 .07264 L .50083 .07966 L .55892 .09639 L .62016 .11922 L .67508 .14456 L .78252 .21018 L .8338 .25157 L .87594 .29308 L .93747 .37676 L .94587 .39257 L Mfstroke .5 .39257 m .49544 .40379 L .49047 .41602 L .4858 .42752 L .48132 .43857 L .47654 .45033 L .47194 .46165 L .46705 .47369 L .46234 .48529 L .45781 .49644 L .45299 .50831 L .44834 .51974 L .44388 .53072 L .43913 .54242 L .43455 .55368 L .42969 .56565 L .42501 .57719 L .4205 .58828 L .41571 .60008 L .41109 .61144 L .40619 .62352 L .40146 .63515 L .39691 .64635 L .39207 .65826 L .38765 .66914 L s .5 .39257 m .51877 .40019 L .53925 .40851 L .55847 .41632 L .57696 .42383 L .59665 .43183 L .61559 .43952 L .63573 .4477 L .65513 .45558 L .6738 .46317 L .69365 .47123 L .71277 .479 L .73116 .48647 L .75073 .49442 L .76957 .50207 L .7896 .51021 L .8089 .51805 L .82745 .52558 L .8472 .53361 L .86621 .54133 L .88642 .54954 L .90589 .55744 L .92462 .56505 L .94454 .57315 L .96275 .58054 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{323.688, 254.188}, ImageMargins->{{43.75, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg Ool004]oo`@Kh2Ioo`HKhgoo0W`0:Goo00Ool000aoo`03 I1moogoo00=oo`036n1oogoo06Uoo`9l04=oo`9l02Moo`036n1oogoo00Ioo`9T7daoo`0037oo00=T 7gooOol00Woo00Goo0008Ool00f@OOomoo`06Ool00a_POomoo`1IOol00g`0Oomoo`1UOol00g`0 Oomoo`0TOol00a_POomoo`09Ool00f@OOomoo`0hOol000Qoo`03I1moogoo00Ioo`036n1oogoo05Qo o`03O01oogoo06Moo`03O01oogoo02=oo`036n1oogoo00Yoo`9T7cQoo`0027oo00=T7gooOol01Woo 00Goo00=l07ooOol0S7oo00=l07ooOol0Ool00f@OOomoo`07oo00=l07ooOol0SGoo00=l07ooOol0Ool0 0f@OOomoo`0AOol0011oo`03I1moogoo00aoo`036n1oogoo03Moo`03O01oogoo08eoo`03O01oogoo 03=oo`036n1oogoo00eoo`03I1moogoo015oo`0047oo00=T7gooOol03Goo00Goo00Ool00a_PO01oo`04Ool3I1lbOol00g`0Oomoo`0jOol00a_POomoo`0=Ool00f@O Oomoo`0;Ool001Ioo`03I1moogoo00aoo`036n1oogoo039oo`03O01oogoo03ioo`036n1oof@O00mo o`8Kh003O01oogoo00Aoo`=T7bmoo`03O01oogoo03Yoo`036n1oogoo00eoo`03I1moogoo00]oo`00 5goo00=T7gooOol037oo00goo00goo00Goo0Q_P3goo00=l07ooOol02goo0V@O?7oo00Ool3I1ljOol00a_POomoo`09 Ool00f@OOomoo`06Ool002Yoo`03I1moogoo00]oo`036n1oogoo02Moo`03O01oogoo02Aoo`036n1l 07oo00Moo`03I1moogoo03aoo`03O00Kh7oo00]oo`03O01oogoo015oo`=T7cMoo`036n1oogoo00Uo o`03I1moogoo00Ioo`00:goo00=T7gooOol02goo00Ool26n0]Ool2I1lHOol0 0a_POomoo`07Ool00f@OOomoo`06Ool003Uoo`9T7`]oo`036n1oogoo02=oo`03O01oogoo011oo`03 6n1l07oo00]oo`03I1moogoo04Eoo`03O01oogoo015oo`036n1oogoo02aoo`9T7aIoo`036n1oogoo 00Moo`03I1moogoo00Ioo`00>goo00=T7gooOol02Goo00Goo 0W`0>Goo00Ool2I1l7Ool26n0LOol0 0a_POomoo`08Ool2O005Ool00f@OOomoo`0gOol2O00lOol00a_POomoo`0^Ool01A_POomoogooI1l0 3Woo001@Ool00f@OOomoo`06Ool00a_POomoo`0IOol00a_POomoo`0:Ool2O002Ool00f@OOomoo`0f Ool2O00oOol26n0^Ool01A_POomoogooI1l03Woo001AOol2I1l7Ool00a_POomoo`0GOol00a_POomo o`0=Ool2O0000f@OOomoo`0dOol2O013Ool00a_POomoo`0[Ool011_POomoof@O3goo001COol2I1l6 Ool00a_POomoo`0EOol00a_POomoo`0@Ool00f@OO01l000aOol3O016Ool26n0[Ool011_POomoof@O 3goo001EOol00f@OOomoo`04Ool26n0DOol00a_POomoo`0@Ool016@OOomoogoo0W`0;Goo0W`0Bgoo 00Ool00a_POomoo`0MOol008Moo`8Kh0Ioo`=T 7gmoo`9T7`moo`036n1oogoo01ioo`00RGoo0Q_P1goo16@ON7oo0f@O47oo00"], ImageRangeCache->{{{0, 322.688}, {253.188, 0}} -> {-8.97722, -7.04369, \ 0.0556402, 0.0556402}}] }, 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: .74288 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.0865801 0.0176875 0.0865801 [ [ 0 0 0 0 ] [ 1 .74288 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 0 m 1 0 L 1 .74288 L 0 .74288 L closepath clip newpath 1 0 0 r .5 Mabswid [ ] 0 setdash .02381 .01769 m .03786 .01769 L .05318 .01769 L .06757 .01769 L .08141 .01769 L .09614 .01769 L .11032 .01769 L .12539 .01769 L .13991 .01769 L .15388 .01769 L .16874 .01769 L .18305 .01769 L .19681 .01769 L .21146 .01769 L .22556 .01769 L .24055 .01769 L .25499 .01769 L .26887 .01769 L .28365 .01769 L .29788 .01769 L .313 .01769 L .32757 .01769 L .34159 .01769 L .3565 .01769 L .37013 .01769 L s .37013 .01769 m .37013 .03174 L .37013 .04706 L .37013 .06145 L .37013 .07529 L .37013 .09002 L .37013 .1042 L .37013 .11927 L .37013 .13379 L .37013 .14776 L .37013 .16262 L .37013 .17693 L .37013 .19068 L .37013 .20533 L .37013 .21943 L .37013 .23442 L .37013 .24886 L .37013 .26275 L .37013 .27753 L .37013 .29176 L .37013 .30688 L .37013 .32145 L .37013 .33547 L .37013 .35038 L .37013 .36401 L s .02381 .36401 m .03786 .36401 L .05318 .36401 L .06757 .36401 L .08141 .36401 L .09614 .36401 L .11032 .36401 L .12539 .36401 L .13991 .36401 L .15388 .36401 L .16874 .36401 L .18305 .36401 L .19681 .36401 L .21146 .36401 L .22556 .36401 L .24055 .36401 L .25499 .36401 L .26887 .36401 L .28365 .36401 L .29788 .36401 L .313 .36401 L .32757 .36401 L .34159 .36401 L .3565 .36401 L .37013 .36401 L s .02381 .01769 m .02381 .03174 L .02381 .04706 L .02381 .06145 L .02381 .07529 L .02381 .09002 L .02381 .1042 L .02381 .11927 L .02381 .13379 L .02381 .14776 L .02381 .16262 L .02381 .17693 L .02381 .19068 L .02381 .20533 L .02381 .21943 L .02381 .23442 L .02381 .24886 L .02381 .26275 L .02381 .27753 L .02381 .29176 L .02381 .30688 L .02381 .32145 L .02381 .33547 L .02381 .35038 L .02381 .36401 L s .37013 .01769 m .35608 .03174 L .34076 .04706 L .32637 .06145 L .31253 .07529 L .2978 .09002 L .28362 .1042 L .26855 .11927 L .25403 .13379 L .24006 .14776 L .2252 .16262 L .21089 .17693 L .19713 .19068 L .18248 .20533 L .16838 .21943 L .15339 .23442 L .13895 .24886 L .12507 .26275 L .11029 .27753 L .09606 .29176 L .08094 .30688 L .06637 .32145 L .05235 .33547 L .03744 .35038 L .02381 .36401 L s .2 1 0 r .02381 .01769 m .05128 .02357 L .08125 .03 L .10939 .03603 L .13645 .04183 L .16526 .048 L .19299 .05394 L .22246 .06026 L .25086 .06634 L .27817 .07219 L .30723 .07842 L .33522 .08442 L .36212 .09018 L .39077 .09632 L .41835 .10223 L .44766 .10851 L .4759 .11456 L .50306 .12038 L .53196 .12658 L .55979 .13254 L .58936 .13888 L .61785 .14498 L .64527 .15086 L .67443 .15711 L .70108 .16282 L s .70108 .16282 m .70696 .18563 L .71338 .21051 L .71941 .23388 L .72521 .25635 L .73139 .28027 L .73733 .30329 L .74364 .32777 L .74973 .35135 L .75558 .37403 L .76181 .39816 L .76781 .4214 L .77357 .44374 L .77971 .46753 L .78562 .49042 L .7919 .51476 L .79795 .53821 L .80377 .56076 L .80997 .58476 L .81593 .60787 L .82226 .63242 L .82837 .65608 L .83424 .67885 L .84049 .70306 L .8462 .72519 L s .16894 .58006 m .19641 .58595 L .22638 .59237 L .25452 .5984 L .28158 .6042 L .31039 .61037 L .33812 .61631 L .36759 .62263 L .39598 .62871 L .4233 .63457 L .45236 .64079 L .48035 .64679 L .50725 .65256 L .5359 .6587 L .56347 .6646 L .59279 .67089 L .62103 .67694 L .64819 .68276 L .67709 .68895 L .70492 .69491 L .73449 .70125 L .76298 .70735 L .79039 .71323 L .81955 .71948 L .8462 .72519 L s .02381 .01769 m .0297 .0405 L .03612 .06538 L .04215 .08875 L .04795 .11122 L .05412 .13514 L .06006 .15817 L .06638 .18264 L .07246 .20622 L .07832 .2289 L .08454 .25303 L .09054 .27627 L .09631 .29861 L .10244 .3224 L .10835 .34529 L .11463 .36964 L .12069 .39308 L .12651 .41564 L .1327 .43964 L .13866 .46274 L .145 .4873 L .1511 .51095 L .15698 .53372 L .16323 .55793 L .16894 .58006 L s .70108 .16282 m .67949 .17974 L .65595 .1982 L .63383 .21554 L .61257 .23221 L .58994 .24996 L .56815 .26704 L .54499 .2852 L .52268 .30269 L .50122 .31952 L .47838 .33743 L .4564 .35467 L .43526 .37124 L .41275 .38889 L .39108 .40588 L .36805 .42394 L .34586 .44134 L .32452 .45807 L .30181 .47587 L .27995 .49302 L .25671 .51124 L .23433 .52879 L .21279 .54568 L .18988 .56364 L .16894 .58006 L s .8 0 1 r .02381 .01769 m .05191 .01769 L .08255 .01769 L .11133 .01769 L .13901 .01769 L .16847 .01769 L .19683 .01769 L .22697 .01769 L .25601 .01769 L .28395 .01769 L .31367 .01769 L .34229 .01769 L .3698 .01769 L .3991 .01769 L .4273 .01769 L .45728 .01769 L .48616 .01769 L .51394 .01769 L .5435 .01769 L .57196 .01769 L .6022 .01769 L .63134 .01769 L .65937 .01769 L .6892 .01769 L .71645 .01769 L s .71645 .01769 m .72699 .03876 L .73848 .06174 L .74927 .08333 L .75965 .10409 L .7707 .12618 L .78133 .14745 L .79264 .17006 L .80353 .19184 L .814 .21279 L .82515 .23508 L .83588 .25655 L .8462 .27718 L .85719 .29916 L .86776 .32031 L .879 .34279 L .88983 .36445 L .90025 .38528 L .91133 .40745 L .92201 .4288 L .93335 .45148 L .94427 .47333 L .95479 .49436 L .96597 .51673 L .97619 .53717 L s .28355 .53717 m .31165 .53717 L .34229 .53717 L .37107 .53717 L .39875 .53717 L .42821 .53717 L .45657 .53717 L .48671 .53717 L .51575 .53717 L .54369 .53717 L .57341 .53717 L .60203 .53717 L .62954 .53717 L .65884 .53717 L .68704 .53717 L .71702 .53717 L .7459 .53717 L .77368 .53717 L .80324 .53717 L .8317 .53717 L .86194 .53717 L .89108 .53717 L .91911 .53717 L .94894 .53717 L .97619 .53717 L s .02381 .01769 m .03435 .03876 L .04584 .06174 L .05663 .08333 L .06701 .10409 L .07806 .12618 L .08869 .14745 L .09999 .17006 L .11088 .19184 L .12136 .21279 L .13251 .23508 L .14324 .25655 L .15356 .27718 L .16454 .29916 L .17512 .32031 L .18636 .34279 L .19719 .36445 L .20761 .38528 L .21869 .40745 L .22936 .4288 L .24071 .45148 L .25163 .47333 L .26215 .49436 L .27333 .51673 L .28355 .53717 L s .71645 .01769 m .69889 .03876 L .67974 .06174 L .66175 .08333 L .64445 .10409 L .62604 .12618 L .60831 .14745 L .58947 .17006 L .57132 .19184 L .55386 .21279 L .53529 .23508 L .5174 .25655 L .5002 .27718 L .48189 .29916 L .46427 .32031 L .44553 .34279 L .42748 .36445 L .41012 .38528 L .39164 .40745 L .37386 .4288 L .35496 .45148 L .33675 .47333 L .31922 .49436 L .30058 .51673 L .28355 .53717 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{288, 213.938}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgOol000Moo`03 O00Kh6@O01=oo`@Kh4Aoo`03O01oogoo009oo`03O01oogoo05aoo`03I1moogoo00=oo`03I1moogoo 04ioo`001goo00Al01_POomT7aIoo`@Kh3ioo`9l00Eoo`03O01oogoo05]oo`03I1moogoo00Eoo`03 I1moogoo04eoo`001goo00Al01_POomT7aYoo`HKh3Moo`03O01oogoo00Eoo`03O01oogoo05Yoo`03 I1moogoo00Ioo`03I1moogoo04eoo`001goo00El07oo6n1oof@O01moo`HKh31oo`03O01oogoo00Io o`03O01oogoo05Uoo`03I1moogoo00Qoo`03I1moogoo04aoo`001goo00El07oo6n1oof@O02Eoo`@K h2]oo`03O01oogoo00Moo`03O01oogoo05Qoo`03I1moogoo00Uoo`03I1moogoo04aoo`001goo00=l 07oo6n000Woo00=T7gooOol09Woo11_P9Woo00=l07ooOol027oo00=l07ooOol0F7oo00=T7gooOol0 2Woo00=T7gooOol0Bgoo0007Ool00g`0OolKh002Ool00f@OOomoo`0ZOol46n0QOol00g`0Oomoo`09 Ool00g`0Oomoo`1GOol00f@OOomoo`0;Ool00f@OOomoo`1;Ool000Moo`04O01oogoo6n02Ool00f@O Oomoo`0]Ool56n0KOol00g`0Oomoo`0:Ool00g`0Oomoo`1FOol00f@OOomoo`0=Ool00f@OOomoo`1: Ool000Moo`04O01oogoo6n02Ool00f@OOomoo`0bOol46n0FOol00g`0Oomoo`0;Ool00g`0Oomoo`1E Ool00f@OOomoo`0>Ool00f@OOomoo`1:Ool000Moo`04O01oogoo6n03Ool00f@OOomoo`0eOol66n0? Ool00g`0Oomoo`0Ool00g`0Oomoo`1BOol00f@OOomoo`0COol00f@OOomoo`18Ool000Moo`05O01oogooOolK h003Ool00f@OOomoo`14Ool46n0@Ool00g`0Oomoo`1AOol00f@OOomoo`0DOol00f@OOomoo`18Ool0 00Moo`05O01oogooOolKh004Ool00f@OOomoo`14Ool00g`0Oomoo`046n0Woo00=l07ooOol05goo00=l07ooOol03Goo11_P>Goo00=T7gooOol087oo00=T7gooOol0 @goo0007Ool00g`0Oomoo`03Ool00a_POomoo`04Ool00f@OOomoo`0hOol00g`0Oomoo`0HOol00g`0 Oomoo`0AOol66n0cOol00f@OOomoo`0POol00f@OOomoo`13Ool000Moo`03O01oogoo00=oo`036n1o ogoo00Aoo`03I1moogoo03Qoo`03O01oogoo01Qoo`03O01oogoo01Moo`HKh2aoo`03I1moogoo029o o`03I1moogoo049oo`001goo00=l07ooOol017oo007oo1Q_P1Goo00=T7gooOol0:goo 00=T7gooOol0?goo0007Ool00g`0Oomoo`06Ool00a_POomoo`05Ool00f@OOomoo`0[Ool00g`0Oomo o`0QOol00g`0Oomoo`0nOol46n000gooI1moo`0]Ool00f@OOomoo`0nOol000Moo`03O01oogoo00Io o`036n1oogoo00Eoo`03I1moogoo02Yoo`03O01oogoo029oo`03O01oogoo049oo`04I1lKh1_P6n0/ Ool00f@OOomoo`0nOol000Moo`03O01oogoo00Ioo`036n1oogoo00Ioo`03I1moogoo02Qoo`03O01o ogoo02=oo`03O01oogoo045oo`03I1moogoo009oo`@Kh2Uoo`03I1moogoo03eoo`001goo00=l07oo Ool01Woo00goo0007Ool00g`0Oomoo`08Ool00a_POomoo`06Ool00f@OOomoo`0QOol00g`0Oomoo`0X Ool00g`0Oomoo`0mOol00f@OOomoo`0JOol36n0HOol00f@OOomoo`0kOol000Moo`03O01oogoo00Qo o`036n1oogoo00Moo`03I1moogoo01moo`03O01oogoo02Uoo`03O01oogoo03aoo`03I1moogoo01Yo o`046n1oogoo6n0IOol00f@OOomoo`0jOol000Moo`03O01oogoo00Qoo`036n1oogoo00Moo`03I1mo ogoo01ioo`03O01oogoo02Yoo`03O01oogoo03]oo`03I1moogoo01Yoo`056n1oogooOolKh00IOol0 0f@OOomoo`0jOol000Moo`03O01oogoo00Qoo`036n1oogoo00Qoo`03I1moogoo01aoo`03O01oogoo 02]oo`03O01oogoo03Yoo`03I1moogoo01Uoo`8Kh0Eoo`036n1oogoo01Moo`03I1moogoo03Uoo`00 1goo00=l07ooOol02Goo00Goo00=T7gooOol06Goo00Goo0007Ool00g`0 Oomoo`09Ool00a_POomoo`08Ool00f@OOomoo`0IOol00g`0Oomoo`0]Ool00g`0Oomoo`0iOol00f@O Oomoo`0HOol00a_POomoo`06Ool00a_POomoo`0HOol00f@OOomoo`0hOol000Moo`03O01oogoo00Uo o`036n1oogoo00Qoo`03I1moogoo01Qoo`03O01oogoo02ioo`03O01oogoo03Qoo`03I1moogoo01Qo o`036n1oogoo00Moo`036n1oogoo01Qoo`03I1moogoo03Qoo`001goo00=l07ooOol02Goo007oo00=l07ooOol0;goo00=T7gooOol057oo00Woo00=l07ooOol0;Goo00=T7goo Ool04Woo00 Ool00a_POomoo`0=Ool00f@OOomoo`0oOol00g`0Oomoo`0YOol00f@OOomoo`0@Ool00a_POomoo`0S Ool00a_POomoo`0LOol00f@OOomoo`0_Ool000Moo`03O01oogoo00ioo`036n1oogoo00aoo`03O01T 7goo041oo`03O01oogoo02Qoo`03I1moogoo011oo`036n1oogoo02Eoo`036n1oogoo01]oo`03I1mo ogoo02moo`001goo00=l07ooOol03Woo00Goo00=l07ooOol07goo00=T7gooOol02goo007oo00=l07ooOol077oo00=T7gooOol02Woo00Woo00Ool01G`0Oomoogoo6n004goo00=T7goo Ool0=goo00=l07ooOol06goo00=T7gooOol02Goo0Q_P?Goo00Ool002Uoo`036n1oogoo01ioo`03I1moogoo00Eo o`8Kh0Uoo`03I1moogoo085oo`036n1oogoo02aoo`03I1moogoo00eoo`00:Goo00Goo000]Ool00a_POomoo`0=Ool00a_POomoo`2UOol00a_POomo o`0hOol002ioo`036n1oogoo00Yoo`8Kh:Qoo`036n1oogoo03Qoo`00;Woo007oo000^Ool00a_POomoo`08Ool00a_POomoo`2ZOol00a_POomoo`0g Ool002ioo`036n1oogoo00Ioo`8Kh:eoo`036n1oogoo03Moo`00;goo00Ool00a_POomoo`0`Ool009moo`DKh4Yoo`03 6n1oogoo02moo`00Y7oo11_PAWoo00Goo00Eoo`@Kh0Uoo`036n1oogoo02]oo`00jGoo 1Q_P0goo00"], ImageRangeCache->{{{0, 287}, {212.938, 0}} -> {-0.282297, -0.204291, \ 0.0402947, 0.0402947}}] }, 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->{504, 668}, WindowMargins->{{Automatic, 0}, {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, 93, 2, 42, "Input"], Cell[3328, 134, 43, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[3408, 140, 94, 2, 42, "Input"], Cell[3505, 144, 44, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[3586, 150, 94, 2, 42, "Input"], Cell[3683, 154, 44, 1, 70, "Output"] }, Open ]], Cell[3742, 158, 61, 1, 30, "Input"], Cell[3806, 161, 57, 1, 30, "Input"], Cell[CellGroupData[{ Cell[3888, 166, 36, 1, 30, "Input"], Cell[3927, 169, 40, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[4004, 175, 35, 1, 30, "Input"], Cell[4042, 178, 45, 1, 70, "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[4136, 185, 47, 0, 39, "Section"], Cell[4186, 187, 88, 2, 46, "Input"], Cell[4277, 191, 160, 4, 30, "Input"], Cell[CellGroupData[{ Cell[4462, 199, 47, 1, 30, "Input"], Cell[4512, 202, 237, 7, 73, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[4786, 214, 75, 2, 30, "Input"], Cell[4864, 218, 238, 7, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[5139, 230, 66, 2, 30, "Input"], Cell[5208, 234, 37, 1, 29, "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[5294, 241, 25, 0, 39, "Section"], Cell[CellGroupData[{ Cell[5344, 245, 33, 0, 47, "Subsection"], Cell[CellGroupData[{ Cell[5402, 249, 92, 2, 30, "Input"], Cell[5497, 253, 40, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[5574, 259, 69, 1, 30, "Input"], Cell[5646, 262, 40, 1, 70, "Output"] }, Open ]], Cell[5701, 266, 58, 1, 30, "Input"], Cell[5762, 269, 143, 3, 30, "Input"], Cell[5908, 274, 145, 3, 30, "Input"], Cell[6056, 279, 146, 3, 30, "Input"], Cell[6205, 284, 332, 5, 110, "Input"], Cell[6540, 291, 109, 2, 30, "Input"], Cell[CellGroupData[{ Cell[6674, 297, 76, 1, 32, "Input"], Cell[6753, 300, 35, 1, 70, "Output"] }, Open ]], Cell[6803, 304, 154, 3, 30, "Input"], Cell[6960, 309, 156, 3, 30, "Input"], Cell[7119, 314, 158, 3, 30, "Input"], Cell[CellGroupData[{ Cell[7302, 321, 54, 1, 30, "Input"], Cell[7359, 324, 185, 3, 70, "Output"] }, Open ]], Cell[7559, 330, 82, 1, 30, "Input"], Cell[CellGroupData[{ Cell[7666, 335, 48, 1, 30, "Input"], Cell[7717, 338, 116, 2, 70, "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[7882, 346, 29, 0, 31, "Subsection"], Cell[7914, 348, 638, 12, 90, "Input"], Cell[CellGroupData[{ Cell[8577, 364, 235, 5, 30, "Input"], Cell[8815, 371, 35, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[8887, 377, 235, 5, 30, "Input"], Cell[9125, 384, 38, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[9200, 390, 50, 1, 30, "Input"], Cell[9253, 393, 38, 1, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[9328, 399, 128, 2, 30, "Input"], Cell[9459, 403, 191, 3, 70, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[9687, 411, 128, 2, 30, "Input"], Cell[9818, 415, 106, 2, 70, "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[9973, 423, 37, 0, 31, "Subsection"], Cell[10013, 425, 156, 3, 50, "Input"], Cell[CellGroupData[{ Cell[10194, 432, 342, 7, 50, "Input"], Cell[10539, 441, 60745, 1113, 142, 5796, 430, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]], Cell[CellGroupData[{ Cell[71321, 1559, 53, 1, 30, "Input"], Cell[71377, 1562, 61983, 1136, 144, 5849, 438, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]], Cell[CellGroupData[{ Cell[133397, 2703, 241, 5, 30, "Input"], Cell[133641, 2710, 22611, 721, 211, 7806, 534, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]], Cell[CellGroupData[{ Cell[156289, 3436, 186, 3, 30, "Input"], Cell[156478, 3441, 16081, 475, 211, 5285, 337, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[172620, 3923, 42, 0, 39, "Section"], Cell[CellGroupData[{ Cell[172687, 3927, 57, 0, 47, "Subsection"], Cell[172747, 3929, 100, 2, 30, "Input"], Cell[CellGroupData[{ Cell[172872, 3935, 47, 1, 30, "Input"], Cell[172922, 3938, 244, 7, 73, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[173203, 3950, 75, 2, 30, "Input"], Cell[173281, 3954, 241, 7, 55, "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[173571, 3967, 56, 0, 31, "Subsection"], Cell[CellGroupData[{ Cell[173652, 3971, 77, 2, 30, "Input"], Cell[173732, 3975, 88, 1, 42, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[173857, 3981, 62, 2, 30, "Input"], Cell[173922, 3985, 75, 1, 29, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[174034, 3991, 64, 2, 33, "Input"], Cell[174101, 3995, 75, 1, 29, "Output"] }, Open ]], Cell[174191, 3999, 255, 5, 44, "Input"], Cell[174449, 4006, 90, 2, 30, "Input"], Cell[CellGroupData[{ Cell[174564, 4012, 48, 1, 30, "Input"], Cell[174615, 4015, 307, 7, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[174959, 4027, 48, 1, 30, "Input"], Cell[175010, 4030, 302, 7, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[175349, 4042, 194, 4, 30, "Input"], Cell[175546, 4048, 241, 7, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[175824, 4060, 75, 2, 30, "Input"], Cell[175902, 4064, 241, 7, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[176180, 4076, 116, 2, 30, "Input"], Cell[176299, 4080, 81, 1, 29, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[176417, 4086, 116, 2, 30, "Input"], Cell[176536, 4090, 76, 1, 29, "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[176661, 4097, 73, 0, 47, "Subsection"], Cell[CellGroupData[{ Cell[176759, 4101, 65, 1, 30, "Input"], Cell[176827, 4104, 174, 3, 76, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[177038, 4112, 42, 1, 33, "Input"], Cell[177083, 4115, 75, 1, 29, "Output"] }, Open ]], Cell[177173, 4119, 89, 1, 30, "Input"], Cell[CellGroupData[{ Cell[177287, 4124, 52, 1, 30, "Input"], Cell[177342, 4127, 50, 1, 29, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[177429, 4133, 52, 1, 30, "Input"], Cell[177484, 4136, 302, 7, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[177823, 4148, 86, 1, 30, "Input"], Cell[177912, 4151, 61, 1, 42, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[178010, 4157, 35, 1, 30, "Input"], Cell[178048, 4160, 61, 1, 42, "Output"] }, Open ]], Cell[178124, 4164, 22, 0, 33, "Text"], Cell[CellGroupData[{ Cell[178171, 4168, 53, 1, 30, "Input"], Cell[178227, 4171, 81, 1, 29, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[178345, 4177, 53, 1, 30, "Input"], Cell[178401, 4180, 76, 1, 29, "Output"] }, Open ]] }, Open ]], Cell[CellGroupData[{ Cell[178526, 4187, 33, 0, 47, "Subsection"], Cell[CellGroupData[{ Cell[178584, 4191, 192, 3, 48, "Input"], Cell[178779, 4196, 53, 1, 29, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[178869, 4202, 222, 4, 48, "Input"], Cell[179094, 4208, 52, 1, 29, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[179183, 4214, 229, 4, 48, "Input"], Cell[179415, 4220, 57, 1, 29, "Output"] }, Open ]] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[179533, 4228, 32, 0, 39, "Section"], Cell[179568, 4230, 187, 4, 33, "Input"], Cell[CellGroupData[{ Cell[179780, 4238, 47, 1, 30, "Input"], Cell[179830, 4241, 297, 7, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[180164, 4253, 195, 4, 90, "Input"], Cell[180362, 4259, 10697, 353, 119, 3809, 264, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]], Cell[CellGroupData[{ Cell[191096, 4617, 122, 2, 53, "Input"], Cell[191221, 4621, 300, 7, 55, "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[191570, 4634, 30, 0, 39, "Section"], Cell[191603, 4636, 215, 5, 52, "Input"], Cell[CellGroupData[{ Cell[191843, 4645, 47, 1, 30, "Input"], Cell[191893, 4648, 303, 7, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[192233, 4660, 127, 2, 58, "Input"], Cell[192363, 4664, 303, 7, 55, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[192703, 4676, 151, 2, 42, "Input"], Cell[192857, 4680, 59, 1, 29, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[192953, 4686, 179, 3, 42, "Input"], Cell[193135, 4691, 56, 1, 29, "Output"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[193240, 4698, 53, 0, 39, "Section"], Cell[CellGroupData[{ Cell[193318, 4702, 215, 4, 30, "Input"], Cell[193536, 4708, 19106, 633, 172, 7626, 487, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]], Cell[CellGroupData[{ Cell[212679, 5346, 256, 6, 30, "Input"], Cell[212938, 5354, 28978, 710, 248, 6601, 429, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]], Cell[241931, 6067, 56, 1, 30, "Input"], Cell[241990, 6070, 56, 1, 30, "Input"], Cell[242049, 6073, 82, 1, 30, "Input"], Cell[242134, 6076, 79, 1, 30, "Input"], Cell[242216, 6079, 88, 1, 30, "Input"], Cell[CellGroupData[{ Cell[242329, 6084, 256, 6, 30, "Input"], Cell[242588, 6092, 30002, 896, 235, 9899, 643, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]], Cell[272605, 6991, 106, 2, 50, "Input"], Cell[CellGroupData[{ Cell[272736, 6997, 265, 6, 30, "Input"], Cell[273004, 7005, 29272, 886, 235, 9987, 643, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]], Cell[302291, 7894, 274, 6, 30, "Input"], Cell[302568, 7902, 290, 6, 30, "Input"], Cell[302861, 7910, 291, 6, 30, "Input"], Cell[CellGroupData[{ Cell[303177, 7920, 186, 4, 30, "Input"], Cell[303366, 7926, 32391, 926, 263, 10009, 645, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]], Cell[335772, 8855, 271, 6, 30, "Input"], Cell[336046, 8863, 287, 6, 30, "Input"], Cell[336336, 8871, 288, 6, 30, "Input"], Cell[CellGroupData[{ Cell[336649, 8881, 186, 4, 30, "Input"], Cell[336838, 8887, 26566, 682, 222, 6623, 431, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[363453, 9575, 37, 0, 39, "Section"], Cell[CellGroupData[{ Cell[363515, 9579, 44, 1, 30, "Input"], Cell[363562, 9582, 89, 1, 29, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[363688, 9588, 107, 2, 30, "Input"], Cell[363798, 9592, 99, 2, 29, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[363934, 9599, 71, 1, 30, "Input"], Cell[364008, 9602, 130, 3, 29, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[364175, 9610, 73, 1, 30, "Input"], Cell[364251, 9613, 130, 3, 29, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[364418, 9621, 73, 1, 30, "Input"], Cell[364494, 9624, 130, 3, 29, "Output"] }, Open ]] }, Closed]] }, Open ]] } ] *) (******************************************************************* End of Mathematica Notebook file. *******************************************************************)