(************** 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[ 16376, 506]*) (*NotebookOutlinePosition[ 17155, 532]*) (* CellTagsIndexPosition[ 17111, 528]*) (*WindowFrame->Normal*) Notebook[{ Cell[BoxData[ StyleBox[\(Pr\[AAcute]ctica\ 3 : \ Superficies\ I\), "Title", FontColor->RGBColor[1, 0, 0]]], "Input"], Cell[TextData[{ StyleBox["Objetivo:", FontFamily->"Book Antiqua", FontColor->RGBColor[1, 0, 0]], StyleBox[" Aprender como dibujar con mathematica curvas planas definidas no \ param\[EAcute]tricamente: de manera implicita o en coordenadas polares. Tambi\ \[EAcute]n trataremos de reconstruir una curva de la que conocemos su \ curvatura y torsi\[OAcute]n. ", FontFamily->"Book Antiqua"] }], "Text"], Cell[TextData[StyleBox["Los enlaces de internet a los que se hace referencia \ pueden encontrarse en: www.ugr.es/~santimo/cursup.htm", FontFamily->"Book Antiqua"]], "Text", FontSize->14], Cell[CellGroupData[{ Cell[TextData[StyleBox["Representaci\[OAcute]n gr\[AAcute]fica de \ superficies.", FontFamily->"Book Antiqua", FontColor->RGBColor[1, 0, 0]]], "Subsubtitle"], Cell[TextData[{ StyleBox["Plot3D:", FontFamily->"Book Antiqua", FontColor->RGBColor[1, 0, 0]], StyleBox[" Genera gr\[AAcute]ficas de funciones reales de dos variables. \ Busca en la ayuda de ", FontFamily->"Book Antiqua"], StyleBox["Mathematica", FontFamily->"Book Antiqua", FontSlant->"Italic"], StyleBox[" como se usa esta instrucci\[OAcute]n.", FontFamily->"Book Antiqua"] }], "Text"], Cell[TextData[StyleBox["El paraboloide hiperb\[OAcute]lico es el grafo de \ f(x,y)=xy.", FontFamily->"Book Antiqua"]], "Text"], Cell[BoxData[ \(\(Plot3D[x\ y, {x, \(-5\), 5}, {y, \(-5\), 5}];\)\)], "Input"], Cell[BoxData[ \(\(Plot3D[x\ y, {x, \(-5\), 5}, {y, \(-5\), 5}, AspectRatio \[Rule] 1.2, Mesh \[Rule] False];\)\)], "Input"], Cell[BoxData[ \(\(Plot3D[x\ y, {x, \(-5\), 5}, {y, \(-5\), 5}, AspectRatio \[Rule] 1.2, Mesh \[Rule] False];\)\)], "Input"], Cell[TextData[StyleBox["Tambi\[EAcute]n son posibles otras opciones ya \ conocidas como ViewPoint y PlotPoint. M\[AAcute]s opciones en la ayuda.", FontFamily->"Book Antiqua"]], "Text"], Cell[BoxData[ \(\(Plot3D[\((x^2 + 3\ y^2)\)\ E^\((1 - x^2 - y^2)\), {x, \(-2\), 2}, {y, \(-2\), 2}];\)\)], "Input"], Cell[BoxData[ \(\(Plot3D[\((x^2 + 3\ y^2)\)\ E^\((1 - x^2 - y^2)\), {x, \(-2\), 2}, {y, \(-2\), 2}, \ PlotPoints \[Rule] 25, ViewPoint \[Rule] {2, \(-2\), 0}];\)\)], "Input"], Cell[TextData[{ StyleBox["Ejercicio:", FontFamily->"Book Antiqua", FontWeight->"Bold"], StyleBox[" Dibuja la superficie silla de Mono: f(x,y)=x^3-3uv^2. Prueba \ algunas opciones de Plot3D", FontFamily->"Book Antiqua"] }], "Text"], Cell[TextData[{ StyleBox["ContourPlot:", FontFamily->"Book Antiqua", FontColor->RGBColor[1, 0, 0]], StyleBox[" Puede generar graficos de contornos de una funci\[OAcute]n de \ dos variables. Busca m\[AAcute]s informaci\[OAcute]n en la ayuda.", FontFamily->"Book Antiqua"] }], "Text"], Cell[TextData[StyleBox["El paraboloide", FontFamily->"Book Antiqua"]], "Text"], Cell[BoxData[ \(\(Plot3D[u^2 + v^2, {u, \(-5\), 5}, {v, \(-5\), 5}];\)\)], "Input"], Cell[TextData[StyleBox["Otra manera de ver el paraboloide:", FontFamily->"Book Antiqua"]], "Text"], Cell[BoxData[ \(\(ContourPlot[u^2 + v^2, {u, \(-2\), 2}, {v, \(-2\), 2}];\)\)], "Input"], Cell[TextData[{ StyleBox["Ejercicio:", FontFamily->"Book Antiqua", FontWeight->"Bold"], StyleBox[" Obt\[EAcute]n un gr\[AAcute]fico de contorno de la silla de \ mono.", FontFamily->"Book Antiqua"] }], "Text"], Cell[TextData[{ StyleBox["ParametricPlot3D:", FontFamily->"Book Antiqua", FontColor->RGBColor[1, 0, 0]], StyleBox[" Dibuja un objeto en R3 dado en forma param\[EAcute]trica. Busca \ en la ayuda de ", FontFamily->"Book Antiqua"], StyleBox["Mathematica", FontFamily->"Book Antiqua", FontSlant->"Italic"], StyleBox[" como se usa esta instrucci\[OAcute]n.", FontFamily->"Book Antiqua"] }], "Text"], Cell[BoxData[ \(\(ParametricPlot3D[{u, 1/u\ Cos[v], 1/u\ Sin[v]}, {u, 1, 7}, {v, 0, 2 Pi}];\)\)], "Input"], Cell[BoxData[ \(\(ParametricPlot3D[{x, y, x\ y}, {x, \(-1\), 1}, {y, \(-1\), 1}];\)\)], "Input"], Cell[TextData[{ StyleBox["Ejercicio:", FontFamily->"Book Antiqua", FontWeight->"Bold"], StyleBox[" Dibuja un hiperboloide de una hoja: X(u,v)={cosh v cos u, cosh \ v sen u, senh v}.", FontFamily->"Book Antiqua"] }], "Text"], Cell[BoxData[ \(\(ParametricPlot3D[{\((4 + 4\ Cos[v])\)\ Cos[ u], \((4 + 4\ Cos[v])\)\ Sin[u], 4\ Sin[v]}, {u, 0, 2 Pi}, {v, 0, 2 Pi}, PlotPoints \[Rule] {24, 48}, Axes \[Rule] None, Boxed \[Rule] False];\)\)], "Input"], Cell[TextData[StyleBox["Pintando solo la mitad", FontFamily->"Book Antiqua"]], "Text"], Cell[BoxData[ \(\(ParametricPlot3D[{\((4 + 4\ Cos[v])\)\ Cos[ u], \((4 + 4\ Cos[v])\)\ Sin[u], 4\ Sin[v]}, {u, 0, Pi}, {v, 0, 2 Pi}, PlotPoints \[Rule] {24, 48}, Axes \[Rule] None, Boxed \[Rule] False];\)\)], "Input"], Cell[TextData[{ StyleBox["Ejercicio:", FontFamily->"Book Antiqua", FontWeight->"Bold"], StyleBox[" \[DownQuestion]Por qu\[EAcute] el anterior gr\[AAcute]fico no \ representa a una superficie?", FontFamily->"Book Antiqua"] }], "Text"], Cell[TextData[StyleBox["Ejemplo de otra superficie parametrizada que no es \ superficie.", FontFamily->"Book Antiqua"]], "Text"], Cell[BoxData[{ \(\(alpha[t_] := {0, t^3 - 4 t, t^2 - 4};\)\), "\n", \(\(Y[t_, s_] := alpha[t] + s {1, 0, 0};\)\), "\n", \(ParametricPlot3D[Y[t, s], {t, \(-3\), 3}, {s, \(-3\), 3}, ViewPoint \[Rule] {3, 2, .5}, Compiled \[Rule] False, PlotPoints \[Rule] {80, 15}]\)}], "Input"], Cell[TextData[{ StyleBox["La Esfera ", FontColor->RGBColor[1, 0, 0]], " (como grafo, como superficie de revoluci\[OAcute]n, a trav\[EAcute]s de \ la proyecci\[OAcute]n estereogr\[AAcute]fica)" }], "Text", FontFamily->"Book Antiqua", FontSize->16, FontWeight->"Plain", FontVariations->{"CompatibilityType"->0}], Cell[TextData[StyleBox["Como grafo:", FontFamily->"Book Antiqua"]], "Text"], Cell[BoxData[{ \(\(ee1 = ParametricPlot3D[{x, y, Sqrt[1 - x^2 - y^2]}, {x, \(-1\), 1}, {y, \(-1\), 1}, PlotPoints \[Rule] 50];\)\), "\[IndentingNewLine]", \(\(ee2 = ParametricPlot3D[{x, y, \(-Sqrt[1 - x^2 - y^2]\)}, {x, \(-1\), 1}, {y, \(-1\), 1}, PlotPoints \[Rule] 50];\)\)}], "Input"], Cell[BoxData[ \(\(Show[ee1, ee2];\)\)], "Input"], Cell[TextData[StyleBox["Con coordenadas polares:", FontFamily->"Book Antiqua"]], "Text"], Cell[BoxData[ \(e1 = ParametricPlot3D[{u\ Cos[v], u\ \ Sin[v], Sqrt[1 - u^2]}, {u, 0, 1}, {v, 0, 2 Pi}, ViewPoint \[Rule] {1, 2, 1}]; e2 = ParametricPlot3D[{u\ Cos[v], u\ \ Sin[v], \(-Sqrt[1 - u^2]\)}, {u, 0, 1}, {v, 0, 2 Pi}, ViewPoint \[Rule] {1, 2, 1}];\)], "Input"], Cell[BoxData[ \(\(Show[e1, e2];\)\)], "Input"], Cell[TextData[StyleBox["Como superficie de revoluci\[OAcute]n:", FontFamily->"Book Antiqua"]], "Text"], Cell[BoxData[ \(\(ParametricPlot3D[{Cos[t]\ Cos[theta], \ Cos[t]\ Sin[theta], \ Sin[t]}, \[IndentingNewLine]{t, \(-Pi\)/2, Pi/2}, {theta, 0, 2 Pi}, \ ViewPoint \[Rule] {1, 2, 1}];\)\)], "Input"], Cell[TextData[StyleBox["Parametrizada por la proyecci\[OAcute]n estereogr\ \[AAcute]fica:", FontFamily->"Book Antiqua"]], "Text"], Cell[BoxData[{ \(\(a = 3;\)\), "\[IndentingNewLine]", \(\(ParametricPlot3D[{2 u/\((1 + u^2 + v^2)\), 2 v/\((1 + u^2 + v^2)\), \((u^2 + v^2 - 1)\)/\((1 + u^2 + v^2)\)}, \[IndentingNewLine]{u, \(-a\), a}, {v, \(-a\), a}, PlotRange \[Rule] All, PlotPoints \[Rule] 50];\)\), "\[IndentingNewLine]", \(a = 7; ParametricPlot3D[{2 u/\((1 + u^2 + v^2)\), 2 v/\((1 + u^2 + v^2)\), \((u^2 + v^2 - 1)\)/\((1 + u^2 + v^2)\)}, \[IndentingNewLine]{u, \(-a\), a}, {v, \(-a\), a}, PlotRange \[Rule] All, PlotPoints \[Rule] 50];\)}], "Input"], Cell[TextData[{ StyleBox["Ejercicio:", FontFamily->"Book Antiqua", FontWeight->"Bold"], StyleBox[" Consulta el enlace 5 a internet que muestra una galer\[IAcute]a \ de distintas superficies. \[DownQuestion]Son todas ellas superficies seg\ \[UAcute]n la definici\[OAcute]n dada en clase?", FontFamily->"Book Antiqua"] }], "Text"], Cell[TextData[StyleBox["Superficies de revoluci\[OAcute]n ", FontColor->RGBColor[1, 0, 0]]], "Text", FontFamily->"Book Antiqua", FontSize->16, FontWeight->"Plain", FontVariations->{"CompatibilityType"->0}], Cell[BoxData[{ \(\(f[t_] := t;\)\), "\[IndentingNewLine]", \(g[t_] := 3 Sin[t]\)}], "Input"], Cell[BoxData[{ \(\(t1 = 0;\)\), "\[IndentingNewLine]", \(\(t2 = 8\ Pi;\)\)}], "Input"], Cell[BoxData[ \(\(ParametricPlot3D[{f[t]\ Cos[theta], f[t]\ Sin[theta], g[t]}, {theta, 0, 2 Pi}, {t, t1, t2}, AspectRatio \[Rule] Automatic, ViewPoint \[Rule] {1, 1, 1}, PlotRange \[Rule] All, PlotPoints \[Rule] 50];\)\)], "Input"], Cell[TextData[{ StyleBox["Ejercicio:", FontFamily->"Book Antiqua", FontWeight->"Bold"], StyleBox[" Dibujar por el m\[EAcute]todo anterior las siguientes \ superficies de revoluci\[OAcute]n:", FontFamily->"Book Antiqua"] }], "Text"], Cell["\<\ paraboloide: f[t]=t, g[t]=t^2 hiperboloide de una hoja: f[t]=Cosh[t], g[t]=Sinh[t] hiperboloide de dos hojas: f[t]= Sinh[t], g[t]=Cohs[t] cilindro: f[t]=1,g[t]=t cono= f[t]=t,g[t]=-t+1 elipse: f[t]= 2 Cos[t], g[t]= Sin[t] toro: f[t]=2+ Cos[t],g[t]=Sin[t] \ \>", "Text", FontFamily->"Book Antiqua"], Cell[TextData[{ StyleBox["Ejercicio:", FontFamily->"Book Antiqua", FontWeight->"Bold"], StyleBox[" Consulta el enlace 4 a internet sobre algunos ejemplos de \ superficies. \[DownQuestion]Qu\[EAcute] tiene de peculiar la superficie \ llamada pseudoesfera?", FontFamily->"Book Antiqua"] }], "Text"] }, Open ]], Cell[CellGroupData[{ Cell[TextData[StyleBox["Isometr\[IAcute]a entre el catenoide y el helicoide.", FontFamily->"Book Antiqua", FontColor->RGBColor[1, 0, 0]]], "Subsubtitle"], Cell[TextData[{ StyleBox["Ejercicio:", FontFamily->"Book Antiqua", FontWeight->"Bold"], StyleBox[" Dibujar el siguiente helicoide: X(u,v)=(v cos u, v sen u, u).", FontFamily->"Book Antiqua"] }], "Text"], Cell[TextData[{ StyleBox["Ejercicio:", FontFamily->"Book Antiqua", FontWeight->"Bold"], StyleBox[" Dibujar el siguiente catenoide: X(u,v)=(cos u cosh v,sen u cosh \ v, v).", FontFamily->"Book Antiqua"] }], "Text"], Cell[TextData[StyleBox["Considerar la siguiente familia de superficies \ dependiente del parametro \[Theta]. Esta familia forma una \ deformaci\[OAcute]n isom\[EAcute]trica del catenoide en el helicoide para \ \[Theta] entre 0 y \[Pi]/2.", FontFamily->"Book Antiqua"]], "Text"], Cell[BoxData[ \(x[r_, t_, \[Theta]_] := {\(-\(\(Cos[t - \[Theta]] + r\ \((\(-2\)\ Cos[\[Theta]] + r\ Cos[t + \[Theta]])\)\)\/\(2\ r\)\)\), \(-\(\(Sin[ t - \[Theta]] + r\^2\ Sin[t + \[Theta]]\)\/\(2\ r\)\)\), Cos[\[Theta]]\ Log[r] - t\ Sin[\[Theta]]}\)], "Input", Background->None], Cell[BoxData[ \(gr[\[Theta]_] := ParametricPlot3D[ x[r^2, t, \[Theta]], {r, 1/Sqrt[6], Sqrt[6]}, {t, 0, 2\ Pi}, PlotPoints \[Rule] 35, Axes \[Rule] False, ViewPoint \[Rule] {\(-1.481\), 2.293, 2.000}]\)], "Input", Background->None], Cell[BoxData[ \(gr[0]; gr[Pi/2];\)], "Input"], Cell[BoxData[ \(Table[gr[\[Theta]], {\[Theta], 0, Pi/2, \((Pi/2)\)/6}]\)], "Input", Background->None], Cell[TextData[StyleBox["Selecciona la celda del resultado anterior, pulsa \ \"cell\" en el men\[UAcute] y despu\[EAcute]s \"Animate selected...\" para \ visualizar una animaci\[OAcute]n de la deformaci\[OAcute]n.", FontFamily->"Book Antiqua"]], "Text"], Cell[TextData[{ StyleBox["Ejercicio:", FontFamily->"Book Antiqua", FontWeight->"Bold"], StyleBox[" Modifica las instrucciones anteriores para crear una animaci\ \[OAcute]n con m\[AAcute]s fotogramas, y as\[IAcute] mostrar una animaci\ \[OAcute]n m\[AAcute]s suave.", FontFamily->"Book Antiqua"] }], "Text"] }, Open ]], Cell[CellGroupData[{ Cell[TextData[StyleBox["Superficies no orientables:", FontFamily->"Book Antiqua", FontColor->RGBColor[1, 0, 0]]], "Subsubtitle"], Cell[TextData[StyleBox["Cinta de Moebius", FontColor->RGBColor[1, 0, 0]]], "Text", FontFamily->"Book Antiqua", FontSize->16, FontWeight->"Plain", FontVariations->{"CompatibilityType"->0}], Cell[TextData[{ StyleBox["Ejercicio:", FontFamily->"Book Antiqua", FontWeight->"Bold"], StyleBox[" Dibujar la siguiente cinta de Moebius: X(u,v)=(Cos u+v Cos(u/2) \ Cos u, Sen u +v Cos(u/2) Sen u, v Sen(u/2)) con u entre 0 y 2Pi. Consultar \ sus propiedades y utilidades pr\[AAcute]cticas en los enlaces 1, 2 y 3.", FontFamily->"Book Antiqua"] }], "Text"], Cell[TextData[StyleBox["Botella de Klein", FontColor->RGBColor[1, 0, 0]]], "Text", FontFamily->"Book Antiqua", FontSize->16, FontWeight->"Plain", FontVariations->{"CompatibilityType"->0}], Cell[TextData[{ StyleBox["Ejercicio:", FontFamily->"Book Antiqua", FontWeight->"Bold"], StyleBox[" Consulta en los enlaces 6, 7 y 8 como es esta superficie.", FontFamily->"Book Antiqua"] }], "Text"] }, Open ]], Cell[CellGroupData[{ Cell[TextData[StyleBox["Superficies minimales y superficies con curvatura \ media constante:", FontFamily->"Book Antiqua", FontColor->RGBColor[1, 0, 0]]], "Subsubtitle"], Cell[TextData[StyleBox["Superficie de Scherck", FontColor->RGBColor[1, 0, 0]]], "Text", FontFamily->"Book Antiqua", FontSize->16, FontWeight->"Plain", FontVariations->{"CompatibilityType"->0}] }, Open ]], Cell[CellGroupData[{ Cell["\<\ Las superficies de Scherck son grafos de la funci\[OAcute]n z=Log[Cos[c \ y+d]/Cos[c x+e]]\ \>", "Subtitle", FontFamily->"Book Antiqua", FontSize->16], Cell[BoxData[ \(\(scherck[c_]\)[x_, y_] := {x, y, Log[Cos[c\ y]/Cos[\ c\ x]]}\)], "Input"], Cell["Haciendo c=1, d=0 y variando e", "Text", FontFamily->"Book Antiqua"], Cell[BoxData[ \(familias3 = Table[ParametricPlot3D[ Evaluate[\(scherck2[1, e]\)[x, y]], {x, \(-Pi\)/2 - e, Pi/2 - e}, {y, \(-Pi\)/2 - 1, Pi/2 - 1}], {e, 0, 2}]\)], "Input"], Cell[BoxData[ \(\(Show[familias3];\)\)], "Input"], Cell[TextData[StyleBox["Consulta los enlaces 9 y 10.", FontFamily->"Book Antiqua"]], "Text"] }, Open ]] }, FrontEndVersion->"4.1 for Microsoft Windows", ScreenRectangle->{{0, 1024}, {0, 723}}, ScreenStyleEnvironment->"Presentation", WindowSize->{915, 670}, WindowMargins->{{0, Automatic}, {Automatic, 0}}, PrintingCopies->1, PrintingPageRange->{Automatic, Automatic}, StyleDefinitions -> "Default.nb" ] (******************************************************************* 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[1705, 50, 132, 3, 71, "Input"], Cell[1840, 55, 413, 9, 72, "Text"], Cell[2256, 66, 192, 3, 44, "Text"], Cell[CellGroupData[{ Cell[2473, 73, 161, 3, 70, "Subsubtitle"], Cell[2637, 78, 419, 12, 73, "Text"], Cell[3059, 92, 128, 2, 46, "Text"], Cell[3190, 96, 82, 1, 38, "Input"], Cell[3275, 99, 136, 2, 38, "Input"], Cell[3414, 103, 136, 2, 38, "Input"], Cell[3553, 107, 186, 2, 46, "Text"], Cell[3742, 111, 130, 2, 38, "Input"], Cell[3875, 115, 198, 3, 61, "Input"], Cell[4076, 120, 246, 7, 47, "Text"], Cell[4325, 129, 298, 7, 72, "Text"], Cell[4626, 138, 80, 1, 46, "Text"], Cell[4709, 141, 87, 1, 38, "Input"], Cell[4799, 144, 100, 1, 46, "Text"], Cell[4902, 147, 92, 1, 38, "Input"], Cell[4997, 150, 224, 7, 47, "Text"], Cell[5224, 159, 425, 12, 73, "Text"], Cell[5652, 173, 122, 2, 38, "Input"], Cell[5777, 177, 111, 2, 38, "Input"], Cell[5891, 181, 241, 7, 47, "Text"], Cell[6135, 190, 259, 4, 61, "Input"], Cell[6397, 196, 88, 1, 46, "Text"], Cell[6488, 199, 256, 4, 61, "Input"], Cell[6747, 205, 249, 7, 47, "Text"], Cell[6999, 214, 130, 2, 46, "Text"], Cell[7132, 218, 306, 5, 107, "Input"], Cell[7441, 225, 325, 9, 46, "Text"], Cell[7769, 236, 77, 1, 46, "Text"], Cell[7849, 239, 351, 7, 107, "Input"], Cell[8203, 248, 52, 1, 38, "Input"], Cell[8258, 251, 90, 1, 46, "Text"], Cell[8351, 254, 309, 5, 107, "Input"], Cell[8663, 261, 50, 1, 38, "Input"], Cell[8716, 264, 104, 1, 46, "Text"], Cell[8823, 267, 221, 3, 61, "Input"], Cell[9047, 272, 131, 2, 46, "Text"], Cell[9181, 276, 624, 11, 199, "Input"], Cell[9808, 289, 344, 8, 73, "Text"], Cell[10155, 299, 215, 5, 46, "Text"], Cell[10373, 306, 102, 2, 61, "Input"], Cell[10478, 310, 95, 2, 61, "Input"], Cell[10576, 314, 265, 4, 84, "Input"], Cell[10844, 320, 247, 7, 47, "Text"], Cell[11094, 329, 313, 11, 254, "Text"], Cell[11410, 342, 312, 8, 73, "Text"] }, Open ]], Cell[CellGroupData[{ Cell[11759, 355, 160, 3, 70, "Subsubtitle"], Cell[11922, 360, 218, 6, 47, "Text"], Cell[12143, 368, 229, 7, 47, "Text"], Cell[12375, 377, 279, 4, 72, "Text"], Cell[12657, 383, 362, 7, 84, "Input"], Cell[13022, 392, 270, 6, 61, "Input"], Cell[13295, 400, 49, 1, 38, "Input"], Cell[13347, 403, 107, 2, 38, "Input"], Cell[13457, 407, 254, 3, 72, "Text"], Cell[13714, 412, 322, 8, 73, "Text"] }, Open ]], Cell[CellGroupData[{ Cell[14073, 425, 132, 2, 70, "Subsubtitle"], Cell[14208, 429, 197, 5, 46, "Text"], Cell[14408, 436, 371, 8, 73, "Text"], Cell[14782, 446, 197, 5, 46, "Text"], Cell[14982, 453, 215, 6, 47, "Text"] }, Open ]], Cell[CellGroupData[{ Cell[15234, 464, 173, 3, 70, "Subsubtitle"], Cell[15410, 469, 202, 5, 46, "Text"] }, Open ]], Cell[CellGroupData[{ Cell[15649, 479, 164, 5, 60, "Subtitle"], Cell[15816, 486, 103, 2, 38, "Input"], Cell[15922, 490, 76, 1, 46, "Text"], Cell[16001, 493, 206, 4, 84, "Input"], Cell[16210, 499, 53, 1, 38, "Input"], Cell[16266, 502, 94, 1, 46, "Text"] }, Open ]] } ] *) (******************************************************************* End of Mathematica Notebook file. *******************************************************************)