(************** Content-type: application/mathematica ************** CreatedBy='Mathematica 5.0' 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[ 16394, 658]*) (*NotebookOutlinePosition[ 17911, 707]*) (* CellTagsIndexPosition[ 17801, 700]*) (*WindowFrame->Normal*) Notebook[{ Cell["\<\ Tutorial file 3. MA530. The Laplace Transform.\ \>", "Input", Evaluatable->False, FontFamily->"Times New Roman", FontSize->36, FontColor->RGBColor[0, 0, 1]], Cell[TextData[{ "\t", StyleBox["Examples in this file correspond to O'Neil \"Advanced Engineering \ Mathematics\" 6th ed.\n\tCompare the analytical solutions in the book with \ the computer solutions in this file:", FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[CellGroupData[{ Cell[TextData[{ StyleBox["\t", FontSize->24], StyleBox["Definition of the Laplace Transform", FontSize->24, FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[TextData[{ "\t", StyleBox["Definition: \n\t\tThe Laplace transform \[GothicCapitalL] [f] of \ f is a function defined by\n\t\t\n\t\t", FontColor->RGBColor[0, 0, 1]], "\[GothicCapitalL][f]s=", Cell[BoxData[ \(TraditionalForm\`\[Integral]\_0\%\[Infinity]\( e\^\(-st\)\) \(f( t)\) \[DifferentialD]t\)]], "\n\t\t\n\t\t", StyleBox["for all s such that this integral converges.", FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[CellGroupData[{ Cell[TextData[{ "\t", StyleBox["Example 3.1. p. 108. Calculate the Laplace transform of ", FontColor->RGBColor[0, 0, 1]], "f(t)=", Cell[BoxData[ \(TraditionalForm\`e\^at\)]], StyleBox[" using the definition.", FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell["Let us write the definition directly:", "Subsubtitle", FontColor->RGBColor[0, 0, 1]], Cell[BoxData[ \(Integrate[Exp[\(-s\)*t] Exp[a*t], {t, 0, \[Infinity]}]\)], "Input"], Cell["\<\ The program gives us the correct answer, and consider a and s as complex \ numbers.\ \>", "Subsubtitle", FontColor->RGBColor[0, 0, 1]], Cell["We also can explicitly say that a and s are real numbers:", \ "Subsubtitle", FontColor->RGBColor[0, 0, 1]], Cell[BoxData[ \(Integrate[Exp[\(-s\)*t] Exp[a*t], {t, 0, \[Infinity]}, Assumptions \[Rule] {a \[Element] Reals, s \[Element] Reals}]\)], "Input"] }, Closed]], Cell[CellGroupData[{ Cell[TextData[{ "\t", StyleBox["Example 3.2. p. 108. Calculate the Laplace transform of ", FontColor->RGBColor[0, 0, 1]], "f(t)=", Cell[BoxData[ \(TraditionalForm\`sin(t)\)]], StyleBox[" using the definition.", FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell["Let us write the definition directly:", "Subsubtitle", FontColor->RGBColor[0, 0, 1]], Cell[CellGroupData[{ Cell[BoxData[ \(Integrate[Exp[\(-s\)*t] Sin[t], {t, 0, \[Infinity]}]\)], "Input"], Cell["\<\ The program gives us the correct answer, but consider s as a complex \ number.\ \>", "Subsubtitle", FontColor->RGBColor[0, 0, 1]], Cell["We also can explicitly write that a is a real numbers:", "Subsubtitle", FontColor->RGBColor[0, 0, 1]], Cell[BoxData[ \(Integrate[Exp[\(-s\)*t] Sin[t], {t, 0, \[Infinity]}, Assumptions \[Rule] s \[Element] Reals]\)], "Input"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[TextData[{ "\t", StyleBox["Calculate the Laplace transform of ", FontColor->RGBColor[0, 0, 1]], "f(t)=", Cell[BoxData[ \(TraditionalForm\`\[Delta](t - a)\)]], StyleBox[" using the definition.", FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[BoxData[ \(Integrate[ Exp[\(-s\)*t] DiracDelta[t - a], {t, 0, \[Infinity]}]\)], "Input"] }, Closed]], Cell[CellGroupData[{ Cell[TextData[{ "\t", StyleBox["Calculate the Laplace transform of ", FontColor->RGBColor[0, 0, 1]], "f(t)=", Cell[BoxData[ \(TraditionalForm\`sinh(ta)\)]], StyleBox[" using the definition.", FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[BoxData[ \(Integrate[Exp[\(-s\)*t] Sinh[a*t], {t, 0, \[Infinity]}]\)], "Input"] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[TextData[{ StyleBox["\t", FontSize->24], StyleBox["Using functions: LaplaceTransform[expr,t,s] and \ InverseLaplaceTransform[expr,s,t] ", FontSize->24, FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[CellGroupData[{ Cell[BoxData[ StyleBox[ RowBox[{\(Example : \ f \((t)\)\), "=", FormBox[\(e\^at\), "TraditionalForm"]}], FontColor->RGBColor[0, 0, 1]]], "Input", Evaluatable->False], Cell[CellGroupData[{ Cell[TextData[{ "\t", StyleBox["Calculate the Laplace transform of ", FontColor->RGBColor[0, 0, 1]], "f(t)=", Cell[BoxData[ \(TraditionalForm\`e\^at\)]], StyleBox[" ", FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[BoxData[ \(LaplaceTransform[Exp[a*t], t, s]\)], "Input", CellTags->"LaplaceTransform"] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "\t", StyleBox["Calculate an inverse Laplace transform of ", FontColor->RGBColor[0, 0, 1]], Cell[BoxData[ \(1\/\(\(-a\) + s\)\)]] }], "Subsubtitle"], Cell[BoxData[ \(InverseLaplaceTransform[1\/\(\(-a\) + s\), s, t]\)], "Input", CellTags->"LaplaceTransform"] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[BoxData[ StyleBox[\(Example : \ f \((t)\) = sin \((t)\)\), FontColor->RGBColor[0, 0, 1]]], "Input", Evaluatable->False], Cell[CellGroupData[{ Cell[TextData[{ "\t", StyleBox[" Calculate the Laplace transform of ", FontColor->RGBColor[0, 0, 1]], "f(t)=", Cell[BoxData[ \(TraditionalForm\`sin(t)\)]], StyleBox[" ", FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[BoxData[ \(LaplaceTransform[Sin[t], t, s]\)], "Input", CellTags->"LaplaceTransform"] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "\t", StyleBox[" Calculate an inverse Laplace transform of ", FontColor->RGBColor[0, 0, 1]], Cell[BoxData[ \(1\/\(1 + s\^2\)\)]] }], "Subsubtitle"], Cell[BoxData[ \(InverseLaplaceTransform[1\/\(1 + s\^2\), s, t]\)], "Input"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[BoxData[ StyleBox[\(Example : \ f \((t)\) = \[Delta] \((t - a)\)\), FontColor->RGBColor[0, 0, 1]]], "Input", Evaluatable->False], Cell[CellGroupData[{ Cell[TextData[{ "\t", StyleBox["Calculate the Laplace transform of ", FontColor->RGBColor[0, 0, 1]], "f(t)=", Cell[BoxData[ \(TraditionalForm\`\[Delta](t - a)\)]] }], "Subsubtitle"], Cell[BoxData[ \(LaplaceTransform[DiracDelta[t - a], t, s]\)], "Input", CellTags->"LaplaceTransform"] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "\t", StyleBox[" Calculate an inverse Laplace transform of ", FontColor->RGBColor[0, 0, 1]], Cell[BoxData[ \(\[ExponentialE]\^\(\(-a\)\ s\)\)]] }], "Subsubtitle"], Cell[BoxData[ \(InverseLaplaceTransform[Exp[\(-a\)*s], s, t]\)], "Input"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[BoxData[ StyleBox[\(Example : \ f \((t)\) = sinh \((ta)\)\), FontColor->RGBColor[0, 0, 1]]], "Input", Evaluatable->False], Cell[CellGroupData[{ Cell[TextData[{ "\t", StyleBox["Calculate the Laplace transform of ", FontColor->RGBColor[0, 0, 1]], "f(t)=", Cell[BoxData[ \(TraditionalForm\`sinh(ta)\)]], StyleBox[" using the definition.", FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[BoxData[ \(LaplaceTransform[Sinh[a*t], t, s]\)], "Input", CellTags->"LaplaceTransform"] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "\t", StyleBox[" Calculate an inverse Laplace transform of ", FontColor->RGBColor[0, 0, 1]], Cell[BoxData[ \(a\/\(\(-a\^2\) + s\^2\)\)]] }], "Subsubtitle"], Cell[BoxData[ \(InverseLaplaceTransform[a\/\(\(-a\^2\) + s\^2\), s, t]\)], "Input"] }, Open ]] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[TextData[{ StyleBox["\t", FontSize->24], StyleBox["Laplace Transform of derivates", FontSize->24, FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[BoxData[ \(LaplaceTransform[\(f'\)[t], t, s]\)], "Input"], Cell[BoxData[ \(LaplaceTransform[\(f''\)[t], t, s]\)], "Input"], Cell[BoxData[ \(LaplaceTransform[\(\(Derivative[3]\)[f[t]]\)[t], t, s]\)], "Input"] }, Closed]], Cell[CellGroupData[{ Cell[TextData[{ StyleBox["\t", FontSize->24], StyleBox["Solution of initial value problems", FontSize->24, FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[CellGroupData[{ Cell[TextData[{ "\t", StyleBox["Example 3.3 p. 117 Solve y'-4y=1, y(0)=1", FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[BoxData[ \(LaplaceTransform[\(y'\)[t] - 4*y[t], t, s] \[Equal] LaplaceTransform[1, t, s]\)], "Input"], Cell[BoxData[ \(% /. {LaplaceTransform[y[t], t, s] \[Rule] Y[s], y[0] \[Rule] 1}\)], "Input"], Cell[BoxData[ \(Solve[%, Y[s]]\)], "Input"], Cell[BoxData[ \(InverseLaplaceTransform[\(1 + s\)\/\(\((\(-4\) + s)\)\ s\), s, t]\)], "Input"] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "\t", StyleBox["Example 3.4 p. 118 Solve y''+4y'+3y=Exp[t]; y(0)=0, y'(0)=2", FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[BoxData[ \(LaplaceTransform[\(y''\)[t] + 4*\(y'\)[t] + 3*y[t], t, s] \[Equal] LaplaceTransform[Exp[t], t, s]\)], "Input"], Cell[BoxData[ \(% /. {LaplaceTransform[y[t], t, s] \[Rule] Y[s], \ y[0] \[Rule] 0, \(y'\)[0] \[Rule] 2}\)], "Input"], Cell[BoxData[ \(Solve[%, Y[s]]\)], "Input"], Cell[BoxData[ \(InverseLaplaceTransform[\(\(-1\) + 2\ s\)\/\(\((\(-1\) + s)\)\ \((3 + 4\ \ s + s\^2)\)\), s, t]\)], "Input"] }, Closed]], Cell[CellGroupData[{ Cell[TextData[{ "\t", StyleBox["Solve y''+y=t; y(0)=1, y'(0)=0", FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[BoxData[ \(LaplaceTransform[\(y''\)[t] + y[t], t, s] \[Equal] LaplaceTransform[t, t, s]\)], "Input"], Cell[BoxData[ \(% /. {LaplaceTransform[y[t], t, s] \[Rule] Y[s], \ y[0] \[Rule] 1, \(y'\)[0] \[Rule] 0}\)], "Input"], Cell[BoxData[ \(Solve[%, Y[s]]\)], "Input"], Cell[BoxData[ \(InverseLaplaceTransform[\(1 + s\^3\)\/\(s\^2\ \((1 + s\^2)\)\), s, t]\)], "Input"] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[TextData[{ StyleBox["\t", FontSize->24], StyleBox["The First Shifting Theorem", FontSize->24, FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[CellGroupData[{ Cell[TextData[{ "\t", StyleBox["Example 3.5 p. 121 Laplace transforms of cos(bt) and \ Exp[at]cos(bt)", FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[BoxData[ \(LaplaceTransform[Cos[b*t], t, s]\)], "Input"], Cell[BoxData[ \(LaplaceTransform[Exp[a*t] Cos[b*t], t, s]\)], "Input"] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "\t", StyleBox["Example 3.6 p. 121 Laplace transforms of t^3 and Exp[at]t^3", FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[BoxData[ \(LaplaceTransform[t^3, t, s]\)], "Input"], Cell[BoxData[ \(LaplaceTransform[Exp[a*t] t^3, t, s]\)], "Input"] }, Open ]], Cell[CellGroupData[{ Cell[TextData[{ "\t", StyleBox["Example 3.7 p. 121 Inverse Laplace transform of 4/(s^2+4s+20)", FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[BoxData[ \(InverseLaplaceTransform[4/\((s^2 + 4*s + 20)\), s, t]\)], "Input"], Cell[BoxData[ \(FullSimplify[%]\)], "Input"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[TextData[{ StyleBox["\t", FontSize->24], StyleBox["The Heaviside Function and Pulses", FontSize->24, FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[CellGroupData[{ Cell[TextData[{ "\t", StyleBox["In ", FontColor->RGBColor[0, 0, 1]], StyleBox["Mathematica", FontSlant->"Italic", FontColor->RGBColor[0, 0, 1]], StyleBox[" the Heaviside function is given by the operator UnitStep[x]", FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[BoxData[ \(\(u[x_] = UnitStep[x];\)\)], "Input", CellTags->"UnitStep"], Cell[BoxData[ \(\(Plot[u[x], {x, \(-5\), 5}, PlotRange -> {\(-1\), 2}, AxesOrigin -> {\(-0.5\), \(-0.5\)}];\)\)], "Input", CellTags->"UnitStep"], Cell[BoxData[ \(Consider\ the\ following\ \(example\ : \ \(\(H \((t - Pi)\) cos \((t)\)\ \((see\ page\ 124 of\ the\ textbook)\)\)\(:\)\)\)\)], "Input", Evaluatable->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[ \(\(Plot[u[x - Pi]*Cos[x], {x, \(-3\), 15}, PlotRange -> {\(-1\), 1.5}, AxesOrigin -> {0, \(-0.5\)}];\)\)], "Input", CellTags->"UnitStep"] }, Open ]], Cell[BoxData[ \(Example\ of\ the\ \(pulse : \(\(\((\ H \((t - 1)\) - H \((t - 2)\))\) Exp[t]\ \((see\ page\ 124 of\ the\ textbook)\)\)\(:\)\)\)\)], "Input", Evaluatable->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[ \(\(Plot[\((UnitStep[t - 1] - UnitStep[t - 2])\)*Exp[t], {t, 0, 3}, PlotRange -> {\(-1\), 10}, AxesOrigin -> {0, \(-0.5\)}];\)\)], "Input",\ CellTags->"UnitStep"] }, Closed]], Cell[CellGroupData[{ Cell[TextData[{ StyleBox["\t", FontSize->24], StyleBox["Solution of the initial value problems with discontinuous forcing \ functions.", FontSize->24, FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[CellGroupData[{ Cell[TextData[{ "\t", StyleBox["Example 3.13 p. 127 Solve the initial value problem y''+4y=f(t); \ y(0)=y'(0)=0, where f(t)=0 for t<3, and f(t)=t for t=>3", FontColor->RGBColor[0, 0, 1]] }], "Subsubtitle"], Cell[BoxData[ \(LaplaceTransform[\(y''\)[t] + 4*y[t], t, s] \[Equal] LaplaceTransform[UnitStep[t - 3] t, t, s]\)], "Input"], Cell[BoxData[ \(% /. {LaplaceTransform[y[t], t, s] \[Rule] Y[s], y[0] \[Rule] 0, \(y'\)[0] \[Rule] 0}\)], "Input"], Cell[BoxData[ \(Solve[%, Y[s]]\)], "Input"], Cell[BoxData[ \(solution[t_] = InverseLaplaceTransform[\(\[ExponentialE]\^\(\(-3\)\ s\)\ \((1 + 3\ \ s)\)\)\/\(s\^2\ \((4 + s\^2)\)\), s, t]\)], "Input"], Cell[BoxData[ \(Compare\ the\ following\ plot\ with\ Fig . \ 3.17\ \ p . \ 129\)], "Input", Evaluatable->False, FontColor->RGBColor[0, 0, 1]], Cell[BoxData[ \(\(Plot[solution[t], {t, 0, 10}, PlotRange -> {\(-1\), 4}, AxesOrigin -> {0, \(-0.5\)}];\)\)], "Input", CellTags->"UnitStep"], Cell[BoxData[ \(In\ Mathematica\ we\ can\ also\ solve\ this\ initial\ value\ problem\ \ numerically\ using\ function\ \(\(NDSolve\)\(:\)\)\)], "Input", Evaluatable->False, FontColor->RGBColor[0, 0, 1]], Cell["\<\ NDSolve[ {y''[t]+4y[t] == If[t <= 3, 0, t], y[0] == 0, y'[0] == 0}, y, {t, 0, \ 10}, MaxSteps->1000]\ \>", "Input", AspectRatioFixed->True], Cell["\<\ Plot[Evaluate[y[t]/. %], {t, 0, 10}, PlotRange -> {-1, 4}, AxesOrigin -> \ {0,-0.5}];\ \>", "Input", AspectRatioFixed->True] }, Open ]] }, Closed]] }, FrontEndVersion->"5.0 for Microsoft Windows", ScreenRectangle->{{0, 1400}, {0, 952}}, CellGrouping->Manual, WindowSize->{1392, 912}, WindowMargins->{{0, Automatic}, {Automatic, 0}} ] (******************************************************************* Cached data follows. If you edit this Notebook file directly, not using Mathematica, you must remove the line containing CacheID at the top of the file. The cache data will then be recreated when you save this file from within Mathematica. *******************************************************************) (*CellTagsOutline CellTagsIndex->{ "LaplaceTransform"->{ Cell[6296, 232, 97, 2, 30, "Input", CellTags->"LaplaceTransform"], Cell[6613, 247, 113, 2, 42, "Input", CellTags->"LaplaceTransform"], Cell[7181, 273, 95, 2, 30, "Input", CellTags->"LaplaceTransform"], Cell[7995, 311, 106, 2, 30, "Input", CellTags->"LaplaceTransform"], Cell[8891, 351, 98, 2, 30, "Input", CellTags->"LaplaceTransform"]}, "UnitStep"->{ Cell[13456, 555, 81, 2, 30, "Input", CellTags->"UnitStep"], Cell[13540, 559, 159, 3, 30, "Input", CellTags->"UnitStep"], Cell[13946, 571, 167, 3, 30, "Input", CellTags->"UnitStep"], Cell[14376, 584, 192, 4, 30, "Input", CellTags->"UnitStep"], Cell[15706, 633, 155, 3, 30, "Input", CellTags->"UnitStep"]} } *) (*CellTagsIndex CellTagsIndex->{ {"LaplaceTransform", 17017, 674}, {"UnitStep", 17421, 685} } *) (*NotebookFileOutline Notebook[{ Cell[1754, 51, 174, 6, 55, "Input", Evaluatable->False], Cell[1931, 59, 273, 6, 50, "Subsubtitle"], Cell[CellGroupData[{ Cell[2229, 69, 172, 6, 39, "Subsubtitle"], Cell[2404, 77, 465, 12, 132, "Subsubtitle"], Cell[CellGroupData[{ Cell[2894, 93, 282, 9, 30, "Subsubtitle"], Cell[3179, 104, 92, 1, 30, "Subsubtitle"], Cell[3274, 107, 87, 1, 30, "Input"], Cell[3364, 110, 146, 4, 30, "Subsubtitle"], Cell[3513, 116, 114, 2, 30, "Subsubtitle"], Cell[3630, 120, 167, 3, 30, "Input"] }, Closed]], Cell[CellGroupData[{ Cell[3834, 128, 283, 9, 32, "Subsubtitle"], Cell[4120, 139, 92, 1, 30, "Subsubtitle"], Cell[CellGroupData[{ Cell[4237, 144, 85, 1, 30, "Input"], Cell[4325, 147, 141, 4, 30, "Subsubtitle"], Cell[4469, 153, 109, 1, 30, "Subsubtitle"], Cell[4581, 156, 132, 2, 30, "Input"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[4762, 164, 271, 9, 32, "Subsubtitle"], Cell[5036, 175, 103, 2, 30, "Input"] }, Closed]], Cell[CellGroupData[{ Cell[5176, 182, 264, 9, 32, "Subsubtitle"], Cell[5443, 193, 88, 1, 30, "Input"] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[5580, 200, 221, 7, 41, "Subsubtitle"], Cell[CellGroupData[{ Cell[5826, 211, 202, 6, 30, "Input", Evaluatable->False], Cell[CellGroupData[{ Cell[6053, 221, 240, 9, 30, "Subsubtitle"], Cell[6296, 232, 97, 2, 30, "Input", CellTags->"LaplaceTransform"] }, Open ]], Cell[CellGroupData[{ Cell[6430, 239, 180, 6, 33, "Subsubtitle"], Cell[6613, 247, 113, 2, 42, "Input", CellTags->"LaplaceTransform"] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[6775, 255, 136, 3, 27, "Input", Evaluatable->False], Cell[CellGroupData[{ Cell[6936, 262, 242, 9, 30, "Subsubtitle"], Cell[7181, 273, 95, 2, 30, "Input", CellTags->"LaplaceTransform"] }, Open ]], Cell[CellGroupData[{ Cell[7313, 280, 179, 6, 33, "Subsubtitle"], Cell[7495, 288, 79, 1, 42, "Input"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[7623, 295, 145, 3, 27, "Input", Evaluatable->False], Cell[CellGroupData[{ Cell[7793, 302, 199, 7, 30, "Subsubtitle"], Cell[7995, 311, 106, 2, 30, "Input", CellTags->"LaplaceTransform"] }, Open ]], Cell[CellGroupData[{ Cell[8138, 318, 194, 6, 30, "Subsubtitle"], Cell[8335, 326, 77, 1, 30, "Input"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[8461, 333, 138, 3, 27, "Input", Evaluatable->False], Cell[CellGroupData[{ Cell[8624, 340, 264, 9, 32, "Subsubtitle"], Cell[8891, 351, 98, 2, 30, "Input", CellTags->"LaplaceTransform"] }, Open ]], Cell[CellGroupData[{ Cell[9026, 358, 187, 6, 33, "Subsubtitle"], Cell[9216, 366, 87, 1, 40, "Input"] }, Open ]] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[9364, 374, 167, 6, 41, "Subsubtitle"], Cell[9534, 382, 66, 1, 30, "Input"], Cell[9603, 385, 67, 1, 30, "Input"], Cell[9673, 388, 87, 1, 30, "Input"] }, Closed]], Cell[CellGroupData[{ Cell[9797, 394, 171, 6, 41, "Subsubtitle"], Cell[CellGroupData[{ Cell[9993, 404, 132, 4, 30, "Subsubtitle"], Cell[10128, 410, 117, 2, 30, "Input"], Cell[10248, 414, 106, 2, 30, "Input"], Cell[10357, 418, 47, 1, 30, "Input"], Cell[10407, 421, 105, 2, 44, "Input"] }, Open ]], Cell[CellGroupData[{ Cell[10549, 428, 152, 4, 30, "Subsubtitle"], Cell[10704, 434, 137, 2, 30, "Input"], Cell[10844, 438, 129, 2, 30, "Input"], Cell[10976, 442, 47, 1, 30, "Input"], Cell[11026, 445, 128, 2, 44, "Input"] }, Closed]], Cell[CellGroupData[{ Cell[11191, 452, 122, 4, 32, "Subsubtitle"], Cell[11316, 458, 116, 2, 30, "Input"], Cell[11435, 462, 129, 2, 30, "Input"], Cell[11567, 466, 47, 1, 30, "Input"], Cell[11617, 469, 109, 2, 47, "Input"] }, Closed]] }, Closed]], Cell[CellGroupData[{ Cell[11775, 477, 163, 6, 41, "Subsubtitle"], Cell[CellGroupData[{ Cell[11963, 487, 160, 5, 30, "Subsubtitle"], Cell[12126, 494, 65, 1, 30, "Input"], Cell[12194, 497, 74, 1, 30, "Input"] }, Open ]], Cell[CellGroupData[{ Cell[12305, 503, 150, 4, 30, "Subsubtitle"], Cell[12458, 509, 60, 1, 30, "Input"], Cell[12521, 512, 69, 1, 30, "Input"] }, Open ]], Cell[CellGroupData[{ Cell[12627, 518, 152, 4, 30, "Subsubtitle"], Cell[12782, 524, 86, 1, 30, "Input"], Cell[12871, 527, 48, 1, 30, "Input"] }, Open ]] }, Closed]], Cell[CellGroupData[{ Cell[12968, 534, 170, 6, 41, "Subsubtitle"], Cell[CellGroupData[{ Cell[13163, 544, 290, 9, 31, "Subsubtitle"], Cell[13456, 555, 81, 2, 30, "Input", CellTags->"UnitStep"], Cell[13540, 559, 159, 3, 30, "Input", CellTags->"UnitStep"], Cell[13702, 564, 241, 5, 30, "Input", Evaluatable->False], Cell[13946, 571, 167, 3, 30, "Input", CellTags->"UnitStep"] }, Open ]], Cell[14128, 577, 245, 5, 30, "Input", Evaluatable->False], Cell[14376, 584, 192, 4, 30, "Input", CellTags->"UnitStep"] }, Closed]], Cell[CellGroupData[{ Cell[14605, 593, 215, 7, 41, "Subsubtitle"], Cell[CellGroupData[{ Cell[14845, 604, 213, 5, 30, "Subsubtitle"], Cell[15061, 611, 134, 2, 30, "Input"], Cell[15198, 615, 127, 2, 30, "Input"], Cell[15328, 619, 47, 1, 30, "Input"], Cell[15378, 622, 164, 3, 47, "Input"], Cell[15545, 627, 158, 4, 30, "Input", Evaluatable->False], Cell[15706, 633, 155, 3, 30, "Input", CellTags->"UnitStep"], Cell[15864, 638, 209, 4, 30, "Input", Evaluatable->False], Cell[16076, 644, 151, 4, 30, "Input"], Cell[16230, 650, 136, 4, 30, "Input"] }, Open ]] }, Closed]] } ] *) (******************************************************************* End of Mathematica Notebook file. *******************************************************************)