(************** Content-type: application/mathematica ************** CreatedBy='Mathematica 4.2' 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[ 27612, 924]*) (*NotebookOutlinePosition[ 28705, 958]*) (* CellTagsIndexPosition[ 28661, 954]*) (*WindowFrame->Normal*) Notebook[{ Cell[CellGroupData[{ Cell["Regular Power Series Solution", "Title"], Cell["\<\ Solution of y''+cos(x) y=0 for y(x) with y(0)=1 and y'(0)=0. An exact solution can be found in this case, and can be compared with the series solution.\ \>", "Text"], Cell[BoxData[ \(Off[General::spell1]\)], "Input"], Cell[TextData[{ "Let's find a solution valid out to ", Cell[BoxData[ \(TraditionalForm\`x\^10\)]], ". The first step in finding a series solution is to find an expansion for \ Cos[x]: " }], "Text"], Cell[BoxData[ \(\(n = 10;\)\)], "Input"], Cell[CellGroupData[{ Cell[BoxData[ \(cosser = Cos[x] + O[x]^\((n + 1)\)\)], "Input"], Cell[BoxData[ InterpretationBox[ RowBox[{ "1", "-", \(x\^2\/2\), "+", \(x\^4\/24\), "-", \(x\^6\/720\), "+", \(x\^8\/40320\), "-", \(x\^10\/3628800\), "+", InterpretationBox[\(O[x]\^11\), SeriesData[ x, 0, {}, 0, 11, 1]]}], SeriesData[ x, 0, {1, 0, Rational[ -1, 2], 0, Rational[ 1, 24], 0, Rational[ -1, 720], 0, Rational[ 1, 40320], 0, Rational[ -1, 3628800]}, 0, 11, 1]]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(y[x_] = Sum[a[k]\ x^k, \ {k, 0, n, 2}] + O[x]^\((n + 1)\)\)], "Input"], Cell[BoxData[ InterpretationBox[ RowBox[{\(a[0]\), "+", \(a[2]\ x\^2\), "+", \(a[4]\ x\^4\), "+", \(a[6]\ x\^6\), "+", \(a[8]\ x\^8\), "+", \(a[10]\ x\^10\), "+", InterpretationBox[\(O[x]\^11\), SeriesData[ x, 0, {}, 0, 11, 1]]}], SeriesData[ x, 0, { a[ 0], 0, a[ 2], 0, a[ 4], 0, a[ 6], 0, a[ 8], 0, a[ 10]}, 0, 11, 1]]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(deqn = \(y''\)[x] + cosser*y[x] \[Equal] 0\)], "Input"], Cell[BoxData[ RowBox[{ InterpretationBox[ RowBox[{\((a[0] + 2\ a[2])\), "+", \(\((\(-\(a[0]\/2\)\) + a[2] + 12\ a[4])\)\ x\^2\), "+", \(\((a[0]\/24 - a[2]\/2 + a[4] + 30\ a[6])\)\ x\^4\), "+", \(\((\(-\(a[0]\/720\)\) + a[2]\/24 - a[4]\/2 + a[6] + 56\ a[8])\)\ x\^6\), "+", \(\((a[0]\/40320 - a[2]\/720 + a[4]\/24 - a[6]\/2 + a[8] + 90\ a[10])\)\ x\^8\), "+", InterpretationBox[\(O[x]\^9\), SeriesData[ x, 0, {}, 0, 9, 1]]}], SeriesData[ x, 0, { Plus[ a[ 0], Times[ 2, a[ 2]]], 0, Plus[ Times[ Rational[ -1, 2], a[ 0]], a[ 2], Times[ 12, a[ 4]]], 0, Plus[ Times[ Rational[ 1, 24], a[ 0]], Times[ Rational[ -1, 2], a[ 2]], a[ 4], Times[ 30, a[ 6]]], 0, Plus[ Times[ Rational[ -1, 720], a[ 0]], Times[ Rational[ 1, 24], a[ 2]], Times[ Rational[ -1, 2], a[ 4]], a[ 6], Times[ 56, a[ 8]]], 0, Plus[ Times[ Rational[ 1, 40320], a[ 0]], Times[ Rational[ -1, 720], a[ 2]], Times[ Rational[ 1, 24], a[ 4]], Times[ Rational[ -1, 2], a[ 6]], a[ 8], Times[ 90, a[ 10]]]}, 0, 9, 1]], "==", "0"}]], "Output"] }, Open ]], Cell[TextData[{ "Here are the unknowns in the expansion of ", Cell[BoxData[ \(TraditionalForm\`y(x)\)]], " that we must solve for:" }], "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(coeffs = Table[a[k], {k, 2, n, 2}]\)], "Input"], Cell[BoxData[ \({a[2], a[4], a[6], a[8], a[10]}\)], "Output"] }, Open ]], Cell["Here are the algebraic equations for those coefficients:", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(eqns = LogicalExpand[deqn]\)], "Input"], Cell[BoxData[ \(a[0] + 2\ a[2] == 0 && \(-\(a[0]\/2\)\) + a[2] + 12\ a[4] == 0 && a[0]\/24 - a[2]\/2 + a[4] + 30\ a[6] == 0 && \(-\(a[0]\/720\)\) + a[2]\/24 - a[4]\/2 + a[6] + 56\ a[8] == 0 && a[0]\/40320 - a[2]\/720 + a[4]\/24 - a[6]\/2 + a[8] + 90\ a[10] == 0\)], "Output"] }, Open ]], Cell["\<\ We actually don't need the TableForm for the math, it is just nice \ to look at:\ \>", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(TableForm[ReplaceAll[eqns, And \[Rule] List]]\)], "Input"], Cell[BoxData[ InterpretationBox[GridBox[{ {\(a[0] + 2\ a[2] == 0\)}, {\(\(-\(a[0]\/2\)\) + a[2] + 12\ a[4] == 0\)}, {\(a[0]\/24 - a[2]\/2 + a[4] + 30\ a[6] == 0\)}, {\(\(-\(a[0]\/720\)\) + a[2]\/24 - a[4]\/2 + a[6] + 56\ a[8] == 0\)}, {\(a[0]\/40320 - a[2]\/720 + a[4]\/24 - a[6]\/2 + a[8] + 90\ a[10] == 0\)} }, RowSpacings->1, ColumnSpacings->3, RowAlignments->Baseline, ColumnAlignments->{Left}], TableForm[ { Equal[ Plus[ a[ 0], Times[ 2, a[ 2]]], 0], Equal[ Plus[ Times[ Rational[ -1, 2], a[ 0]], a[ 2], Times[ 12, a[ 4]]], 0], Equal[ Plus[ Times[ Rational[ 1, 24], a[ 0]], Times[ Rational[ -1, 2], a[ 2]], a[ 4], Times[ 30, a[ 6]]], 0], Equal[ Plus[ Times[ Rational[ -1, 720], a[ 0]], Times[ Rational[ 1, 24], a[ 2]], Times[ Rational[ -1, 2], a[ 4]], a[ 6], Times[ 56, a[ 8]]], 0], Equal[ Plus[ Times[ Rational[ 1, 40320], a[ 0]], Times[ Rational[ -1, 720], a[ 2]], Times[ Rational[ 1, 24], a[ 4]], Times[ Rational[ -1, 2], a[ 6]], a[ 8], Times[ 90, a[ 10]]], 0]}]]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(solset = Solve[eqns, coeffs]\)], "Input"], Cell[BoxData[ \({{a[2] \[Rule] \(-\(a[0]\/2\)\), a[4] \[Rule] a[0]\/12, a[6] \[Rule] \(-\(a[0]\/80\)\), a[8] \[Rule] \(11\ a[0]\)\/8064, a[10] \[Rule] \(-\(\(17\ a[0]\)\/129600\)\)}}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(ys[x_] = y[x] /. solset[\([1]\)]\)], "Input"], Cell[BoxData[ InterpretationBox[ RowBox[{\(a[0]\), "-", \(1\/2\ a[0]\ x\^2\), "+", \(1\/12\ a[0]\ x\^4\), "-", \(1\/80\ a[0]\ x\^6\), "+", \(\(11\ a[0]\ x\^8\)\/8064\), "-", \(\(17\ a[0]\ x\^10\)\/129600\), "+", InterpretationBox[\(O[x]\^11\), SeriesData[ x, 0, {}, 0, 11, 1]]}], SeriesData[ x, 0, { a[ 0], 0, Times[ Rational[ -1, 2], a[ 0]], 0, Times[ Rational[ 1, 12], a[ 0]], 0, Times[ Rational[ -1, 80], a[ 0]], 0, Times[ Rational[ 11, 8064], a[ 0]], 0, Times[ Rational[ -17, 129600], a[ 0]]}, 0, 11, 1]]], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(yss[x_] = Normal[ys[x]]\)], "Input"], Cell[BoxData[ \(a[0] - 1\/2\ x\^2\ a[0] + 1\/12\ x\^4\ a[0] - 1\/80\ x\^6\ a[ 0] + \(11\ x\^8\ a[0]\)\/8064 - \(17\ x\^10\ a[0]\)\/129600\)], \ "Output"] }, Open ]], Cell["\<\ So here is the series solution that satisfies the specified initial \ conditions:\ \>", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(yss1[x_] = yss[x] /. a[0] \[Rule] 1\)], "Input"], Cell[BoxData[ \(1 - x\^2\/2 + x\^4\/12 - x\^6\/80 + \(11\ x\^8\)\/8064 - \(17\ x\^10\)\/129600\)], "Output"] }, Open ]], Cell["Now find exact solution:", "Text"], Cell[BoxData[ \(Clear[y]\)], "Input"], Cell[CellGroupData[{ Cell[BoxData[ \(exact = DSolve[{\(y''\)[x] + Cos[x]\ y[x] \[Equal] 0, \(y'\)[0] \[Equal] 0, y[0] == 1}, y[x], x]\)], "Input"], Cell[BoxData[ \({{y[x] \[Rule] MathieuC[0, \(-2\), x\/2]\/MathieuC[0, \(-2\), 0]}}\)], "Output"] }, Open ]], Cell[CellGroupData[{ Cell[BoxData[ \(ey[x_] = y[x] /. exact[\([1]\)]\)], "Input"], Cell[BoxData[ \(MathieuC[0, \(-2\), x\/2]\/MathieuC[0, \(-2\), 0]\)], "Output"] }, Open ]], Cell["Plot approximate (red) and exact (green) solutions:", "Text"], Cell[CellGroupData[{ Cell[BoxData[ \(Plot[{ey[x], yss1[x]}, {x, 0, 10}, PlotRange \[Rule] {\(-10\), 10}, PlotStyle \[Rule] {RGBColor[0, 1, 0], \ RGBColor[1, 0, 0]}]\)], "Input"], Cell[GraphicsData["PostScript", "\<\ %! %%Creator: Mathematica %%AspectRatio: .61803 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.0952381 0.309017 0.0309017 [ [.21429 .29652 -3 -9 ] [.21429 .29652 3 0 ] [.40476 .29652 -3 -9 ] [.40476 .29652 3 0 ] [.59524 .29652 -3 -9 ] [.59524 .29652 3 0 ] [.78571 .29652 -3 -9 ] [.78571 .29652 3 0 ] [.97619 .29652 -6 -9 ] [.97619 .29652 6 0 ] [.01131 0 -18 -4.5 ] [.01131 0 0 4.5 ] [.01131 .07725 -24 -4.5 ] [.01131 .07725 0 4.5 ] [.01131 .15451 -12 -4.5 ] [.01131 .15451 0 4.5 ] [.01131 .23176 -24 -4.5 ] [.01131 .23176 0 4.5 ] [.01131 .38627 -18 -4.5 ] [.01131 .38627 0 4.5 ] [.01131 .46353 -6 -4.5 ] [.01131 .46353 0 4.5 ] [.01131 .54078 -18 -4.5 ] [.01131 .54078 0 4.5 ] [.01131 .61803 -12 -4.5 ] [.01131 .61803 0 4.5 ] [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath 0 g .25 Mabswid [ ] 0 setdash .21429 .30902 m .21429 .31527 L s [(2)] .21429 .29652 0 1 Mshowa .40476 .30902 m .40476 .31527 L s [(4)] .40476 .29652 0 1 Mshowa .59524 .30902 m .59524 .31527 L s [(6)] .59524 .29652 0 1 Mshowa .78571 .30902 m .78571 .31527 L s [(8)] .78571 .29652 0 1 Mshowa .97619 .30902 m .97619 .31527 L s [(10)] .97619 .29652 0 1 Mshowa .125 Mabswid .07143 .30902 m .07143 .31277 L s .11905 .30902 m .11905 .31277 L s .16667 .30902 m .16667 .31277 L s .2619 .30902 m .2619 .31277 L s .30952 .30902 m .30952 .31277 L s .35714 .30902 m .35714 .31277 L s .45238 .30902 m .45238 .31277 L s .5 .30902 m .5 .31277 L s .54762 .30902 m .54762 .31277 L s .64286 .30902 m .64286 .31277 L s .69048 .30902 m .69048 .31277 L s .7381 .30902 m .7381 .31277 L s .83333 .30902 m .83333 .31277 L s .88095 .30902 m .88095 .31277 L s .92857 .30902 m .92857 .31277 L s .25 Mabswid 0 .30902 m 1 .30902 L s .02381 0 m .03006 0 L s [(-10)] .01131 0 1 0 Mshowa .02381 .07725 m .03006 .07725 L s [(-7.5)] .01131 .07725 1 0 Mshowa .02381 .15451 m .03006 .15451 L s [(-5)] .01131 .15451 1 0 Mshowa .02381 .23176 m .03006 .23176 L s [(-2.5)] .01131 .23176 1 0 Mshowa .02381 .38627 m .03006 .38627 L s [(2.5)] .01131 .38627 1 0 Mshowa .02381 .46353 m .03006 .46353 L s [(5)] .01131 .46353 1 0 Mshowa .02381 .54078 m .03006 .54078 L s [(7.5)] .01131 .54078 1 0 Mshowa .02381 .61803 m .03006 .61803 L s [(10)] .01131 .61803 1 0 Mshowa .125 Mabswid .02381 .01545 m .02756 .01545 L s .02381 .0309 m .02756 .0309 L s .02381 .04635 m .02756 .04635 L s .02381 .0618 m .02756 .0618 L s .02381 .09271 m .02756 .09271 L s .02381 .10816 m .02756 .10816 L s .02381 .12361 m .02756 .12361 L s .02381 .13906 m .02756 .13906 L s .02381 .16996 m .02756 .16996 L s .02381 .18541 m .02756 .18541 L s .02381 .20086 m .02756 .20086 L s .02381 .21631 m .02756 .21631 L s .02381 .24721 m .02756 .24721 L s .02381 .26266 m .02756 .26266 L s .02381 .27812 m .02756 .27812 L s .02381 .29357 m .02756 .29357 L s .02381 .32447 m .02756 .32447 L s .02381 .33992 m .02756 .33992 L s .02381 .35537 m .02756 .35537 L s .02381 .37082 m .02756 .37082 L s .02381 .40172 m .02756 .40172 L s .02381 .41717 m .02756 .41717 L s .02381 .43262 m .02756 .43262 L s .02381 .44807 m .02756 .44807 L s .02381 .47898 m .02756 .47898 L s .02381 .49443 m .02756 .49443 L s .02381 .50988 m .02756 .50988 L s .02381 .52533 m .02756 .52533 L s .02381 .55623 m .02756 .55623 L s .02381 .57168 m .02756 .57168 L s .02381 .58713 m .02756 .58713 L s .02381 .60258 m .02756 .60258 L s .25 Mabswid .02381 0 m .02381 .61803 L s 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath 0 1 0 r .5 Mabswid .02381 .33992 m .02499 .33992 L .02605 .33991 L .02729 .3399 L .02846 .33988 L .03053 .33984 L .03279 .33978 L .03527 .3397 L .0379 .33958 L .04262 .33932 L .05205 .33858 L .06244 .33744 L .0842 .3341 L .10458 .33 L .14335 .32068 L .18458 .31003 L .22428 .29967 L .26248 .28884 L .30312 .27431 L .34225 .25449 L .36366 .24004 L .38383 .22354 L .42239 .18349 L .46339 .13019 L .50288 .0764 L .52274 .05302 L .54085 .03652 L .54565 .03316 L .55087 .03006 L .55538 .02787 L .56036 .02601 L .56307 .02526 L .56563 .02472 L .56703 .0245 L .56832 .02434 L .56905 .02427 L .56973 .02421 L .57044 .02417 L .57122 .02414 L .57253 .02412 L .57377 .02415 L .57488 .02421 L .57608 .02432 L .57739 .02448 L .57878 .0247 L .58127 .02523 L .5838 .02595 L .5862 .02681 L .59071 .02887 L .59556 .03174 L Mistroke .60085 .03566 L .61035 .04477 L .61916 .05555 L .63972 .08892 L .65834 .12785 L .69846 .23084 L .73706 .33993 L .77812 .4552 L .81766 .56913 L Mfstroke .81766 .56913 m .83198 .61803 L s 1 0 0 r .02381 .33992 m .02499 .33992 L .02605 .33991 L .02729 .3399 L .02846 .33988 L .03053 .33984 L .03279 .33978 L .03527 .3397 L .0379 .33958 L .04262 .33932 L .05205 .33858 L .06244 .33744 L .0842 .3341 L .10458 .33 L .14335 .32068 L .18458 .30988 L .20517 .30408 L .22428 .29774 L .24277 .28933 L .25311 .28271 L .26248 .27475 L .2725 .26321 L .28172 .24869 L .29185 .22668 L .30254 .19376 L .31202 .15309 L .32218 .09308 L .33177 .01556 L s .33177 .01556 m .33322 0 L s % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{288, 177.938}, ImageMargins->{{43, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHg?oo00<7h?ooool01ooo0`OPK?oo 000Kool00`00ooooo`1>ool00oP0ooooo`0fool21n0=ool00`OPooooo`1Yool001_oo`03003ooooo 04koo`03n03ooooo03Goo`031n3ooooo00koo`031n3ooooo06Soo`006ooo00<00?ooool0C_oo00?h 0?ooool0=?oo00<7h?ooool04?oo00<7h?ooool0Iooo000Kool2001?ool00oP0ooooo`0cool00`OP ooooo`0Bool00`OPooooo`1Vool001_oo`03003ooooo04koo`03n03ooooo03;oo`031n3ooooo01Co o`031n3ooooo06Goo`006ooo00<00?ooool0C_oo00?h0?ooool0_oo00<7h?ooool0E_oo000Cool00`00ooooo`05ool00`00 ooooo`19ool00oP0ooooo`0Oool00`OPooooo`0kool00`OPooooo`1Fool001?oo`03003ooooo00Go o`03003ooooo04Soo`03n03ooooo023oo`031n3ooooo03coo`031n3ooooo05Goo`004ooo10001?oo 0P00BOoo00?h0?ooool07ooo00<7h?ooool0?Ooo00<7h?ooool0EOoo000Kool00`00ooooo`18ool0 0oP0ooooo`0Nool00`OPooooo`0nool00`OPooooo`1Eool001_oo`03003ooooo04Soo`03n03ooooo 01goo`031n3ooooo043oo`031n3ooooo05Coo`006ooo00<00?ooool0B?oo00?h0?ooool07Ooo00<7 h?ooool0@?oo00<7h?ooool0E?oo000Kool20018ool00oP0ooooo`0Mool00`OPooooo`12ool00`OP ooooo`1Cool001_oo`03003ooooo04Ooo`03n03ooooo01coo`031n3ooooo04?oo`031n3ooooo05?o o`006ooo00<00?ooool0Aooo00?h0?ooool06ooo00<7h?ooool0A?oo00<7h?ooool0Dooo000Kool0 0`00ooooo`17ool00oP0ooooo`0Jool00`OPooooo`16ool00`OPooooo`1Bool001_oo`8004Ooo`03 n03ooooo01[oo`031n3ooooo04Ooo`031n3ooooo05;oo`006ooo00<00?ooool0A_oo00?h0?ooool0 6Ooo00<7h?ooool0B?oo00<7h?ooool0D_oo000Kool00`00ooooo`16ool00oP0ooooo`0Hool00`OP ooooo`1:ool00`OPooooo`1Aool001_oo`03003ooooo04Goo`03n03ooooo01Soo`031n3ooooo04_o o`031n3ooooo057oo`006ooo0P00A_oo00?h0?ooool05ooo00<7h?ooool0COoo00<7h?ooool0D?oo 000Kool00`00ooooo`15ool00oP0ooooo`0Fool00`OPooooo`1>ool00`OPooooo`1@ool000Ooo`@0 00?oo`03003ooooo00;oo`<000Goo`03003ooooo04Coo`03n03ooooo01Koo`031n3ooooo04ooo`03 1n3ooooo053oo`001ooo00<00?ooool03?oo00<00?ooool00_oo00<00?ooool0A?oo00?h0?ooool0 5Ooo00<7h?ooool0DOoo00<7h?ooool0Cooo0008ool00`00ooooo`0;ool00`00ooooo`02ool20015 ool00oP0ooooo`0Cool21n1Dool00`OPooooo`1?ool00003ool00000008000Coo`03003ooooo00Oo o`<000Goo`03003ooooo04?oo`03n03ooooo01?oo`031n3ooooo05Coo`031n3ooooo04ooo`002_oo 00<00?ooool01_oo00<00?ooool01Ooo00<00?ooool0@ooo00?h0?ooool04_oo00<7h?ooool0E_oo 00<7h?ooool0C_oo0007ool01000ooooo`002?oo00<00?ooool01Ooo00<00?ooool0@_oo00?h0?oo ool04_oo00<7h?ooool0Eooo00<7h?ooool0C_oo0008ool20009ool40004ool00`00ooooo`12ool0 0oP0ooooo`0Aool00`OPooooo`1Iool00`OPooooo`1=ool001_oo`8004;oo`03n03ooooo013oo`87 h5coo`031n3ooooo04goo`006ooo00<00?ooool0@Ooo00?h0?ooool03ooo00<7h?ooool0G?oo00<7 h?ooool0COoo000Kool00`00ooooo`10ool00oP0ooooo`0>ool21n1Pool00`OPooooo`1ool2000_ ool01@00oooooooo00000_oo00<00?ooool00Ooo000Kool00`00ooooo`0`ool00`00ooooo`05ool2 n004ool31n0Oool00`00ool0000`ool00`00ooooo`0Pool00`OPooooo`0ooo000Kool20035ool00`OPooooo`0kool001_o o`03003ooooo0_oo 000Fool00`00ooooo`02ool00`00ooooo`35ool00`OPooooo`0jool001Koo`03003ooooo00;oo`80 0Ooo000Cool00`00 ooooo`05ool00`00ooooo`36ool00`OPooooo`0iool001?oo`03003ooooo00Goo`03003ooooo0?oo000Kool00`00ooooo`38ool0 0`OPooooo`0gool001_oo`03003ooooo0ool00`OPooooo`0aool000Ooo`04003ooooo0008ool00`00ooooo`05ool0 0`00ooooo`3?ool00`OPooooo`0`ool000Ooo`@000Soo`@000Coo`800=3oo`031n3ooooo033oo`00 6ooo00<00?ooool0cooo00<7h?ooool0"], ImageRangeCache->{{{0, 287}, {176.938, 0}} -> {-1.07864, -10.7626, \ 0.0394728, 0.121654}}], Cell[BoxData[ TagBox[\(\[SkeletonIndicator] Graphics \[SkeletonIndicator]\), False, Editable->False]], "Output"] }, Open ]] }, Open ]] }, FrontEndVersion->"4.2 for X", ScreenRectangle->{{0, 1280}, {0, 1024}}, WindowSize->{520, 600}, WindowMargins->{{37, Automatic}, {132, Automatic}}, PrintingPageRange->{Automatic, Automatic}, PrintingOptions->{"PrintingMargins"->{{54, 54}, {72, 72}}, "PaperSize"->{612, 792}, "PaperOrientation"->"Portrait", "PrintCellBrackets"->False, "PrintRegistrationMarks"->True, "PrintMultipleHorizontalPages"->False, "PostScriptOutputFile":>FrontEnd`FileName[{$RootDirectory, "home", \ "bfiedler", "6803", "nb"}, "series_sol2.nb.ps", CharacterEncoding -> \ "iso8859-1"], "Magnification"->1}, StyleDefinitions -> "ok.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[CellGroupData[{ Cell[1776, 53, 46, 0, 47, "Title"], Cell[1825, 55, 175, 6, 121, "Text"], Cell[2003, 63, 53, 1, 48, "Input"], Cell[2059, 66, 210, 6, 70, "Text"], Cell[2272, 74, 44, 1, 48, "Input"], Cell[CellGroupData[{ Cell[2341, 79, 67, 1, 48, "Input"], Cell[2411, 82, 480, 12, 73, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[2928, 99, 90, 1, 48, "Input"], Cell[3021, 102, 438, 13, 75, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[3496, 120, 75, 1, 48, "Input"], Cell[3574, 123, 1810, 62, 213, "Output"] }, Open ]], Cell[5399, 188, 155, 5, 70, "Text"], Cell[CellGroupData[{ Cell[5579, 197, 67, 1, 48, "Input"], Cell[5649, 200, 65, 1, 53, "Output"] }, Open ]], Cell[5729, 204, 72, 0, 53, "Text"], Cell[CellGroupData[{ Cell[5826, 208, 59, 1, 48, "Input"], Cell[5888, 211, 311, 5, 188, "Output"] }, Open ]], Cell[6214, 219, 104, 3, 70, "Text"], Cell[CellGroupData[{ Cell[6343, 226, 78, 1, 48, "Input"], Cell[6424, 229, 1849, 69, 177, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[8310, 303, 61, 1, 48, "Input"], Cell[8374, 306, 218, 3, 110, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[8629, 314, 65, 1, 48, "Input"], Cell[8697, 317, 736, 23, 113, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[9470, 345, 56, 1, 48, "Input"], Cell[9529, 348, 174, 4, 113, "Output"] }, Open ]], Cell[9718, 355, 105, 3, 70, "Text"], Cell[CellGroupData[{ Cell[9848, 362, 68, 1, 48, "Input"], Cell[9919, 365, 119, 2, 73, "Output"] }, Open ]], Cell[10053, 370, 40, 0, 53, "Text"], Cell[10096, 372, 41, 1, 48, "Input"], Cell[CellGroupData[{ Cell[10162, 377, 147, 3, 67, "Input"], Cell[10312, 382, 111, 2, 79, "Output"] }, Open ]], Cell[CellGroupData[{ Cell[10460, 389, 64, 1, 48, "Input"], Cell[10527, 392, 83, 1, 79, "Output"] }, Open ]], Cell[10625, 396, 67, 0, 53, "Text"], Cell[CellGroupData[{ Cell[10717, 400, 167, 2, 86, "Input"], Cell[10887, 404, 16564, 511, 194, 5239, 367, "GraphicsData", "PostScript", \ "Graphics"], Cell[27454, 917, 130, 3, 53, "Output"] }, Open ]] }, Open ]] } ] *) (******************************************************************* End of Mathematica Notebook file. *******************************************************************)