(* Content-type: application/mathematica *) (*** Wolfram Notebook File ***) (* http://www.wolfram.com/nb *) (* CreatedBy='Mathematica 7.0' *) (*CacheID: 234*) (* Internal cache information: NotebookFileLineBreakTest NotebookFileLineBreakTest NotebookDataPosition[ 145, 7] NotebookDataLength[ 19871, 627] NotebookOptionsPosition[ 18034, 574] NotebookOutlinePosition[ 18461, 590] CellTagsIndexPosition[ 18418, 587] WindowFrame->Normal*) (* Beginning of Notebook Content *) Notebook[{ Cell[TextData[StyleBox["Curl", FontSize->36, FontWeight->"Bold"]], "Text", CellChangeTimes->{{3.520708169194457*^9, 3.520708302270027*^9}, { 3.5207083746748867`*^9, 3.520708477016672*^9}, {3.7315282918463373`*^9, 3.731528312610525*^9}}, TextAlignment->Center, FontFamily->"Times New Roman", FontSize->24], Cell["\<\ In this worksheet you will look at some vector fields and calculate their \ curls to get a feel for what the curl is geometrically. Define and plot some vectors in 2-dimensions and calculate the curl of the \ vector. Note: even though we are interested in looking at a 2-dimensional \ vector, we will define it to be a three component vector, where the \ z-component is zero. This is done because the curl operation is expecting a \ three component vector.\ \>", "Text", CellChangeTimes->{{3.520708169194457*^9, 3.520708302270027*^9}, { 3.5207083746748867`*^9, 3.520708477016672*^9}, {3.7315282918463373`*^9, 3.731528293232417*^9}}, FontFamily->"Times New Roman", FontSize->24, Background->RGBColor[0.87, 0.94, 1]], Cell[BoxData[ RowBox[{"Clear", "[", RowBox[{"x", ",", "y", ",", "z"}], "]"}]], "Input", CellChangeTimes->{{3.520782799423931*^9, 3.52078280337698*^9}, 3.5209633063738594`*^9, 3.731528376637187*^9}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell[BoxData[ RowBox[{"Needs", "[", "\"\\"", "]"}]], "Input", CellChangeTimes->{{3.520709943801009*^9, 3.5207099744410458`*^9}}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell[BoxData[{ RowBox[{"Element", "[", RowBox[{"x", ",", "Reals"}], "]"}], "\[IndentingNewLine]", RowBox[{"Element", "[", RowBox[{"y", ",", "Reals"}], "]"}], "\[IndentingNewLine]", RowBox[{"Element", "[", RowBox[{"z", ",", "Reals"}], "]"}]}], "Input", CellChangeTimes->{{3.520712052823015*^9, 3.5207120770413003`*^9}}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell[BoxData[ RowBox[{ RowBox[{"v1", "=", RowBox[{"{", RowBox[{"0", ",", "1", ",", "0"}], "}"}]}], "\[IndentingNewLine]"}]], "Input", CellChangeTimes->{{3.5207084796884956`*^9, 3.5207084935007305`*^9}, 3.5207827334408226`*^9, 3.7315283852546797`*^9}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell["Plot the vector field \"2-d\"--the third dimension is trivial", "Text", CellChangeTimes->{{3.520709645634859*^9, 3.520709663634514*^9}}, FontFamily->"Times New Roman", FontSize->24, Background->RGBColor[0.87, 0.94, 1]], Cell[BoxData[ RowBox[{ RowBox[{"VectorPlot3D", "[", RowBox[{"v1", ",", RowBox[{"{", RowBox[{"x", ",", RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"y", ",", RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"z", ",", RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", RowBox[{"AxesLabel", "\[Rule]", RowBox[{"{", RowBox[{"x", ",", "y", ",", "z"}], "}"}]}], ",", RowBox[{"VectorPoints", "\[Rule]", "5"}], ",", RowBox[{"VectorScale", "\[Rule]", "Small"}]}], "]"}], "\[IndentingNewLine]"}]], "Input", CellChangeTimes->{{3.5207096664625845`*^9, 3.5207097336331697`*^9}, { 3.520709779788533*^9, 3.5207097813353786`*^9}, 3.520710280153926*^9, 3.520711188573984*^9, 3.5207827362532687`*^9, 3.7315283876068144`*^9}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell["\<\ You can calculate the curl of this function in your head...do you agree with \ Maple?\ \>", "Text", CellChangeTimes->{{3.520709882630309*^9, 3.5207099167077794`*^9}}, FontFamily->"Times New Roman", FontSize->24, Background->RGBColor[0.87, 0.94, 1]], Cell[BoxData[ RowBox[{ RowBox[{"f1", "=", RowBox[{"Curl", "[", RowBox[{"v1", ",", RowBox[{"Cartesian", "[", RowBox[{"x", ",", "y", ",", "z"}], "]"}]}], "]"}]}], "\[IndentingNewLine]"}]], "Input", CellChangeTimes->{{3.5207099296606555`*^9, 3.5207099357542887`*^9}, { 3.520710001987392*^9, 3.5207100135652947`*^9}, 3.520782739034466*^9, 3.731528389317912*^9}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell["Now try another vector field:", "Text", CellChangeTimes->{{3.5207100259088078`*^9, 3.5207100320024405`*^9}}, FontFamily->"Times New Roman", FontSize->24, Background->RGBColor[0.87, 0.94, 1]], Cell[BoxData[ RowBox[{"v2", "=", RowBox[{"{", RowBox[{"x", ",", "y", ",", "0"}], "}"}]}]], "Input", CellChangeTimes->{{3.5207111406061554`*^9, 3.5207111491372414`*^9}, 3.520782743862498*^9}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell[BoxData[ RowBox[{"VectorPlot3D", "[", RowBox[{"v2", ",", RowBox[{"{", RowBox[{"x", ",", RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"y", ",", RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"z", ",", RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", RowBox[{"AxesLabel", "\[Rule]", RowBox[{"{", RowBox[{"x", ",", "y", ",", "z"}], "}"}]}], ",", RowBox[{"VectorPoints", "\[Rule]", "5"}], ",", RowBox[{"VectorScale", "\[Rule]", "Small"}]}], "]"}]], "Input", CellChangeTimes->{{3.520711155246499*^9, 3.5207111820897336`*^9}, 3.5207827470186872`*^9}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell[BoxData[ RowBox[{ RowBox[{"f2", "=", RowBox[{"Curl", "[", RowBox[{"v2", ",", RowBox[{"Cartesian", "[", RowBox[{"x", ",", "y", ",", "z"}], "]"}]}], "]"}]}], "\[IndentingNewLine]"}]], "Input", CellChangeTimes->{{3.5207112195421395`*^9, 3.5207112359636993`*^9}, 3.520782749831133*^9, 3.731528390596986*^9}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell["Now try another vector field:", "Text", CellChangeTimes->{{3.520711263853789*^9, 3.520711272009882*^9}}, FontFamily->"Times New Roman", FontSize->24, Background->RGBColor[0.87, 0.94, 1]], Cell[BoxData[ RowBox[{"v3", "=", RowBox[{"{", RowBox[{"0", ",", RowBox[{"Exp", "[", RowBox[{"-", RowBox[{"y", "^", "2"}]}], "]"}], ",", "0"}], "}"}]}]], "Input", CellChangeTimes->{{3.5207112738848457`*^9, 3.5207112916345053`*^9}, 3.5207827516904726`*^9}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell[BoxData[ RowBox[{"VectorPlot3D", "[", RowBox[{"v3", ",", RowBox[{"{", RowBox[{"x", ",", RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"y", ",", RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"z", ",", RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", RowBox[{"AxesLabel", "\[Rule]", RowBox[{"{", RowBox[{"x", ",", "y", ",", "z"}], "}"}]}], ",", RowBox[{"VectorPoints", "\[Rule]", "5"}], ",", RowBox[{"VectorScale", "\[Rule]", "Small"}]}], "]"}]], "Input", CellChangeTimes->{{3.520711346024086*^9, 3.520711359789447*^9}, 3.520782753940429*^9}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell[BoxData[ RowBox[{ RowBox[{"f3", "=", RowBox[{"Curl", "[", RowBox[{"v3", ",", RowBox[{"Cartesian", "[", RowBox[{"x", ",", "y", ",", "z"}], "]"}]}], "]"}]}], "\[IndentingNewLine]"}]], "Input", CellChangeTimes->{{3.520711391288842*^9, 3.5207114061479316`*^9}, 3.5207827573153644`*^9, 3.731528392613101*^9}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell["Now try another vector field:", "Text", CellChangeTimes->{{3.5207114269912815`*^9, 3.5207114476158857`*^9}}, FontFamily->"Times New Roman", FontSize->24, Background->RGBColor[0.87, 0.94, 1]], Cell[BoxData[ RowBox[{ RowBox[{"v4", "=", RowBox[{"{", RowBox[{"0", ",", RowBox[{"Exp", "[", RowBox[{"-", RowBox[{"x", "^", "2"}]}], "]"}], ",", "0"}], "}"}]}], "\[IndentingNewLine]"}]], "Input", CellChangeTimes->{{3.5207114494596*^9, 3.5207114689904747`*^9}, 3.5207827597528176`*^9, 3.731528393940177*^9}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell["\<\ Imagine putting a paddle wheel in the plane of the plot, it will turn if the \ curl is non-zero. If you put a paddle wheel in the center, what will happen? \ Where is the curl positive? Where is it negative? (Recall, in a right \ handed coordinate system, you can use the right hand rule to determine which \ direction is positive. Is positive into or out of the page?) Where is the \ curl zero? Which vector component of the curl are we examining?\ \>", "Text", CellChangeTimes->{{3.5207114793965254`*^9, 3.5207114849120445`*^9}, { 3.52071152784872*^9, 3.520711570191657*^9}, {3.520711604925365*^9, 3.520711686751919*^9}}, FontFamily->"Times New Roman", FontSize->24, Background->RGBColor[0.87, 0.94, 1]], Cell[BoxData[ RowBox[{"VectorPlot3D", "[", RowBox[{"v4", ",", RowBox[{"{", RowBox[{"x", ",", RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"y", ",", RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"z", ",", RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", RowBox[{"AxesLabel", "\[Rule]", RowBox[{"{", RowBox[{"x", ",", "y", ",", "z"}], "}"}]}], ",", RowBox[{"VectorPoints", "\[Rule]", "5"}], ",", RowBox[{"VectorScale", "\[Rule]", "Small"}]}], "]"}]], "Input", CellChangeTimes->{{3.5207116981891994`*^9, 3.5207117137514005`*^9}, 3.5207827647839713`*^9}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell[BoxData[ RowBox[{ RowBox[{"f4", "=", RowBox[{"Curl", "[", RowBox[{"v4", ",", RowBox[{"Cartesian", "[", RowBox[{"x", ",", "y", ",", "z"}], "]"}]}], "]"}]}], "\[IndentingNewLine]"}]], "Input", CellChangeTimes->{{3.520711768844093*^9, 3.520711782515705*^9}, { 3.5207766948692656`*^9, 3.5207766977754602`*^9}, 3.5207827680495334`*^9, 3.731528396725336*^9}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell["Now try another vector field:", "Text", CellChangeTimes->{{3.520711811577647*^9, 3.520711817061917*^9}}, FontFamily->"Times New Roman", FontSize->24, Background->RGBColor[0.87, 0.94, 1]], Cell[BoxData[ RowBox[{"v5", "=", RowBox[{"{", RowBox[{ RowBox[{"-", "y"}], ",", "x", ",", "0"}], "}"}]}]], "Input", CellChangeTimes->{{3.520711818843133*^9, 3.520711828280452*^9}, 3.5207827807055407`*^9}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell[BoxData[ RowBox[{"VectorPlot3D", "[", RowBox[{"v5", ",", RowBox[{"{", RowBox[{"x", ",", RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"y", ",", RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"z", ",", RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", RowBox[{"AxesLabel", "\[Rule]", RowBox[{"{", RowBox[{"x", ",", "y", ",", "z"}], "}"}]}], ",", RowBox[{"VectorPoints", "\[Rule]", "5"}], ",", RowBox[{"VectorScale", "\[Rule]", "Small"}]}], "]"}]], "Input", CellChangeTimes->{{3.5207118324053726`*^9, 3.5207118615610623`*^9}, 3.5207827711275992`*^9}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell[BoxData[ RowBox[{ RowBox[{"f5", "=", RowBox[{"Curl", "[", RowBox[{"v5", ",", RowBox[{"Cartesian", "[", RowBox[{"x", ",", "y", ",", "z"}], "]"}]}], "]"}]}], "\[IndentingNewLine]"}]], "Input", CellChangeTimes->{{3.5207118949979205`*^9, 3.5207119073883076`*^9}, 3.5207827739400454`*^9, 3.731528398140417*^9}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell["Now try another vector field: ", "Text", CellChangeTimes->{{3.5207119339034233`*^9, 3.5207119394658165`*^9}, { 3.520964984060397*^9, 3.520965049668513*^9}, 3.521314773696636*^9}, FontFamily->"Times New Roman", FontSize->24, Background->RGBColor[0.87, 0.94, 1]], Cell[BoxData[{ RowBox[{"v6", "=", RowBox[{"{", RowBox[{ RowBox[{ RowBox[{"-", "y"}], "/", RowBox[{"(", RowBox[{ RowBox[{"x", "^", "2"}], "+", RowBox[{"y", "^", "2"}]}], ")"}]}], ",", RowBox[{"x", "/", RowBox[{"(", RowBox[{ RowBox[{"x", "^", "2"}], "+", RowBox[{"y", "^", "2"}]}], ")"}]}], ",", "0"}], "}"}]}], "\[IndentingNewLine]", RowBox[{"VectorPlot3D", "[", RowBox[{"v6", ",", RowBox[{"{", RowBox[{"x", ",", RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"y", ",", RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", RowBox[{"{", RowBox[{"z", ",", RowBox[{"-", "1"}], ",", "1"}], "}"}], ",", RowBox[{"AxesLabel", "\[Rule]", RowBox[{"{", RowBox[{"\"\\"", ",", "\"\\"", ",", "\"\\""}], "}"}]}], ",", RowBox[{"VectorPoints", "\[Rule]", "5"}], ",", RowBox[{"VectorScale", "\[Rule]", "Small"}]}], "]"}]}], "Input", CellChangeTimes->{{3.521314348298554*^9, 3.5213144246564627`*^9}, { 3.521314469811846*^9, 3.5213144705618315`*^9}}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell[BoxData[ RowBox[{"f6", "=", RowBox[{"Simplify", "[", RowBox[{"Curl", "[", RowBox[{"v6", ",", RowBox[{"Cartesian", "[", RowBox[{"x", ",", "y", ",", "z"}], "]"}]}], "]"}], "]"}]}]], "Input", CellChangeTimes->{{3.5213145378730392`*^9, 3.5213146069029636`*^9}}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell[BoxData[""], "Input", CellChangeTimes->{{3.5207747819528694`*^9, 3.520774799686904*^9}, { 3.520774839561138*^9, 3.520774857545168*^9}, 3.5207752633342514`*^9}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell["\<\ Now define a \"2-d\" vector field of your own, plot it, and find its curl:\ \>", "Text", CellChangeTimes->{{3.520773970046583*^9, 3.520773991108679*^9}, { 3.7315284063518867`*^9, 3.7315284072249365`*^9}, {3.731528572778406*^9, 3.7315285766296263`*^9}}, FontFamily->"Times New Roman", FontSize->24, Background->RGBColor[0.87, 0.94, 1]], Cell[BoxData[""], "Input", FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell["\<\ Define and plot some vectors in 3 dimensions. Calculate the curl of these \ vector fields:\ \>", "Text", CellChangeTimes->{{3.520773970046583*^9, 3.520773991108679*^9}, { 3.7315284063518867`*^9, 3.7315284072249365`*^9}}, FontFamily->"Times New Roman", FontSize->24, Background->RGBColor[0.87, 0.94, 1]], Cell[BoxData[ RowBox[{"v7", "=", RowBox[{"{", RowBox[{"x", ",", "y", ",", "z"}], "}"}]}]], "Input", CellChangeTimes->{{3.520774111543866*^9, 3.5207741180437417`*^9}, 3.520782787658532*^9}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell[BoxData[ RowBox[{ RowBox[{"VectorPlot3D", "[", RowBox[{"v7", ",", RowBox[{"{", RowBox[{"x", ",", RowBox[{"-", "5"}], ",", "5"}], "}"}], ",", RowBox[{"{", RowBox[{"y", ",", RowBox[{"-", "5"}], ",", "5"}], "}"}], ",", RowBox[{"{", RowBox[{"z", ",", RowBox[{"-", "5"}], ",", "5"}], "}"}], ",", RowBox[{"AxesLabel", "\[Rule]", RowBox[{"{", RowBox[{"x", ",", "y", ",", "z"}], "}"}]}], ",", RowBox[{"VectorPoints", "\[Rule]", "5"}], ",", RowBox[{"VectorScale", "\[Rule]", "Small"}]}], "]"}], "\[IndentingNewLine]"}]], "Input", CellChangeTimes->{{3.5207741250123577`*^9, 3.5207741604648023`*^9}, { 3.520774533707636*^9, 3.520774539223155*^9}, {3.520775528876028*^9, 3.520775531813472*^9}, {3.520776007773083*^9, 3.5207760291945467`*^9}, 3.5207827912053385`*^9, {3.5209644224305563`*^9, 3.520964446539468*^9}, 3.7315284139583216`*^9}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell[TextData[{ "By changing the orientation of the plot, you can view the plot in the plane \ of the coordinate axis (i.e. ", Cell[BoxData[ FormBox["x", TraditionalForm]], FormatType->"TraditionalForm"], "-", Cell[BoxData[ FormBox["y", TraditionalForm]], FormatType->"TraditionalForm"], " plane, ", Cell[BoxData[ FormBox["x", TraditionalForm]], FormatType->"TraditionalForm"], "-", Cell[BoxData[ FormBox["z", TraditionalForm]], FormatType->"TraditionalForm"], " plane, or ", Cell[BoxData[ FormBox["y", TraditionalForm]], FormatType->"TraditionalForm"], "-", Cell[BoxData[ FormBox["z", TraditionalForm]], FormatType->"TraditionalForm"], " plane). Convince yourself that each component of the curl is zero. Now, \ calculate the curl." }], "Text", CellChangeTimes->{{3.520776416155867*^9, 3.5207764813889894`*^9}, { 3.731528469415494*^9, 3.7315284845383587`*^9}}, FontFamily->"Times New Roman", FontSize->24, Background->RGBColor[0.87, 0.94, 1]], Cell[BoxData[ RowBox[{ RowBox[{"f7", "=", RowBox[{"Curl", "[", RowBox[{"v7", ",", RowBox[{"Cartesian", "[", RowBox[{"x", ",", "y", ",", "z"}], "]"}]}], "]"}]}], "\[IndentingNewLine]"}]], "Input", CellChangeTimes->{{3.520776520778858*^9, 3.520776595574297*^9}, { 3.520776677416476*^9, 3.520776678150837*^9}, 3.5207827942677803`*^9, 3.7315284204036903`*^9}, FontFamily->"Consolas", FontSize->24, FontWeight->"Bold"], Cell["\<\ Now choose your own 3-d vecor field, plot it, and find its curl:\ \>", "Text", CellChangeTimes->{{3.5207767215406284`*^9, 3.5207767557743464`*^9}}, FontFamily->"Times New Roman", FontSize->24, Background->RGBColor[0.87, 0.94, 1]], Cell["\<\ by Corinne Manogue Copyright 2004 Corinne Manogue\ \>", "Text", CellChangeTimes->{3.731528297630668*^9, 3.7315284921427937`*^9}, FontFamily->"Times New Roman", FontSize->24] }, WindowSize->{2560, 1388}, WindowMargins->{{-9, Automatic}, {Automatic, -9}}, PrivateNotebookOptions->{"VersionedStylesheet"->{"Default.nb"[8.] -> False}}, FrontEndVersion->"11.0 for Microsoft Windows (64-bit) (September 21, 2016)", StyleDefinitions->"Default.nb" ] (* End of Notebook Content *) (* Internal cache information *) (*CellTagsOutline CellTagsIndex->{} *) (*CellTagsIndex CellTagsIndex->{} *) (*NotebookFileOutline Notebook[{ Cell[545, 20, 315, 8, 55, "Text"], Cell[863, 30, 736, 15, 147, "Text"], Cell[1602, 47, 267, 7, 43, "Input"], Cell[1872, 56, 209, 5, 43, "Input"], Cell[2084, 63, 394, 10, 114, "Input"], Cell[2481, 75, 331, 10, 79, "Input"], Cell[2815, 87, 228, 4, 57, "Text"], Cell[3046, 93, 896, 24, 79, "Input"], Cell[3945, 119, 262, 7, 57, "Text"], Cell[4210, 128, 454, 13, 79, "Input"], Cell[4667, 143, 200, 4, 57, "Text"], Cell[4870, 149, 264, 8, 43, "Input"], Cell[5137, 159, 720, 21, 43, "Input"], Cell[5860, 182, 402, 12, 79, "Input"], Cell[6265, 196, 196, 4, 57, "Text"], Cell[6464, 202, 346, 11, 43, "Input"], Cell[6813, 215, 716, 21, 43, "Input"], Cell[7532, 238, 402, 12, 79, "Input"], Cell[7937, 252, 200, 4, 57, "Text"], Cell[8140, 258, 408, 13, 79, "Input"], Cell[8551, 273, 729, 13, 87, "Text"], Cell[9283, 288, 722, 21, 43, "Input"], Cell[10008, 311, 454, 13, 79, "Input"], Cell[10465, 326, 196, 4, 57, "Text"], Cell[10664, 332, 282, 9, 43, "Input"], Cell[10949, 343, 722, 21, 43, "Input"], Cell[11674, 366, 404, 12, 79, "Input"], Cell[12081, 380, 273, 5, 57, "Text"], Cell[12357, 387, 1170, 36, 79, "Input"], Cell[13530, 425, 350, 10, 43, "Input"], Cell[13883, 437, 229, 5, 43, "Input"], Cell[14115, 444, 353, 8, 57, "Text"], Cell[14471, 454, 87, 3, 43, "Input"], Cell[14561, 459, 319, 8, 57, "Text"], Cell[14883, 469, 262, 8, 43, "Input"], Cell[15148, 479, 1000, 26, 79, "Input"], Cell[16151, 507, 988, 33, 57, "Text"], Cell[17142, 542, 452, 13, 79, "Input"], Cell[17597, 557, 243, 6, 57, "Text"], Cell[17843, 565, 187, 7, 101, "Text"] } ] *)