(************** 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[ 38493, 853]*) (*NotebookOutlinePosition[ 39157, 876]*) (* CellTagsIndexPosition[ 39113, 872]*) (*WindowFrame->Normal*) Notebook[{ Cell["16.21 Techniques of structural analysis and design", "Title", TextAlignment->Center, FontSize->18], Cell["\<\ Home assignment 6 \ \>", "Subtitle", TextAlignment->Center, FontSize->18], Cell["\<\ Question 5 a: Problem 7.36 a from textbook\ \>", "Subtitle"], Cell[BoxData[ \(Clear["\"]; Off[General::spell, General::spell1];\)], "Input",\ FontSize->24], Cell["\<\ Simply supported beam on an elastic foundation under uniform \ distributed load. \ \>", "Title", FontSize->24], Cell["1) Seek approximate solutions of the form:", "Subtitle", FontSize->24], Cell[BoxData[{ \(Ck[n_] := \ Table[ck[i], {i, n}]\), "\[IndentingNewLine]", \(\[Phi]k[n_]\ := \ Table[\(x\^i\) \((L - x)\), {i, n}]\), "\[IndentingNewLine]", \(w[n_]\ := \ Ck[n] . \[Phi]k[n]\)}], "Input", FontSize->24], Cell[CellGroupData[{ Cell[BoxData[ \(w[2]\)], "Input", FontSize->24], Cell[BoxData[ \(\((L - x)\)\ x\ ck[1] + \((L - x)\)\ x\^2\ ck[2]\)], "Output"] }, Open ]], Cell["\<\ 2) Define the approximate potential \[CapitalPi](Ck) for this \ problem\ \>", "Subtitle", FontSize->24], Cell[BoxData[ RowBox[{"\[IndentingNewLine]", RowBox[{ RowBox[{ StyleBox["\[CapitalPi]", FontSize->24], "[", "n_", "]"}], " ", ":=", \(\(\(ym\ im\)\/2\) \(\[Integral]\_0\%L\ \(\((\[PartialD]\_\(x, \ x\)w[n])\)\^2\) \[DifferentialD]x\)\ + \ \(k\/2\) \(\[Integral]\_0\%L\ \(w[ n]\^2\) \[DifferentialD]x\)\ - \ q0\ \(\[Integral]\_0\%L w[n] \[DifferentialD]x\) // Expand\)}]}]], "Input", FontSize->24], Cell[CellGroupData[{ Cell[BoxData[ \(\[CapitalPi][2]\)], "Input", FontSize->24], Cell[BoxData[ \(\(-\(1\/6\)\)\ L\^3\ q0\ ck[1] + 1\/60\ k\ L\^5\ ck[1]\^2 + 2\ im\ L\ ym\ ck[1]\^2 - 1\/12\ L\^4\ q0\ ck[2] + 1\/60\ k\ L\^6\ ck[1]\ ck[2] + 2\ im\ L\^2\ ym\ ck[1]\ ck[2] + 1\/210\ k\ L\^7\ ck[2]\^2 + 2\ im\ L\^3\ ym\ ck[2]\^2\)], "Output"] }, Open ]], Cell["\<\ 3) Minimize the potential to find the value of the coefficients \ that best approximate this problem\ \>", "Subtitle", FontSize->24], Cell[BoxData[ \(grad\[CapitalPi][n_]\ := \ Table[D[\[CapitalPi][n], ck[i]], {i, n}]\)], "Input", FontSize->24], Cell[CellGroupData[{ Cell[BoxData[ \(grad\[CapitalPi][2]\)], "Input", FontSize->24], Cell[BoxData[ \({\(-\(\(L\^3\ q0\)\/6\)\) + 1\/30\ k\ L\^5\ ck[1] + 4\ im\ L\ ym\ ck[1] + 1\/60\ k\ L\^6\ ck[2] + 2\ im\ L\^2\ ym\ ck[2], \(-\(\(L\^4\ q0\)\/12\)\) + 1\/60\ k\ L\^6\ ck[1] + 2\ im\ L\^2\ ym\ ck[1] + 1\/105\ k\ L\^7\ ck[2] + 4\ im\ L\^3\ ym\ ck[2]}\)], "Output"] }, Open ]], Cell[BoxData[ \(solution[n_]\ := \ Solve[grad\[CapitalPi][n]\ \[Equal] \ 0\ , \ Ck[n]] // Flatten\)], "Input", FontSize->24], Cell[CellGroupData[{ Cell[BoxData[ \(solution[2]\)], "Input", FontSize->24], Cell[BoxData[ \({ck[1] \[Rule] \(5\ L\^2\ q0\)\/\(k\ L\^4 + 120\ im\ ym\), ck[2] \[Rule] 0}\)], "Output"] }, Open ]], Cell[BoxData[ \(wapprox[n_]\ := \ w[n]\ /. \ solution[n]\)], "Input", FontSize->24], Cell[CellGroupData[{ Cell[BoxData[ \(wapprox[2]\)], "Input", FontSize->24], Cell[BoxData[ \(\(5\ L\^2\ q0\ \((L - x)\)\ x\)\/\(k\ L\^4 + 120\ im\ ym\)\)], "Output"] }, Open ]], Cell["Plot the solution", "Subtitle", Evaluatable->False, FontSize->24], Cell[CellGroupData[{ Cell[BoxData[{ \(\(values\ = \ {ym\ \[Rule] \ 70\ 10\^9, L \[Rule] \ 3, im \[Rule] \ \(0.05\ 0.3\^3\)\/12, q0 \[Rule] \ \(-10\^5\), \ k\ \[Rule] \ \ 10\^6};\)\), "\n", \(\(Plot[Evaluate[wapprox[2] /. \ values], {x, 0, L /. \ values}, \ PlotRange \[Rule] All, PlotStyle \[Rule] \ {Thickness[0.01]}];\)\)}], "Input", FontSize->24], 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.31746 0.603319 59.6453 [ [.18254 .59082 -9 -9 ] [.18254 .59082 9 0 ] [.34127 .59082 -3 -9 ] [.34127 .59082 3 0 ] [.5 .59082 -9 -9 ] [.5 .59082 9 0 ] [.65873 .59082 -3 -9 ] [.65873 .59082 3 0 ] [.81746 .59082 -9 -9 ] [.81746 .59082 9 0 ] [.97619 .59082 -3 -9 ] [.97619 .59082 3 0 ] [.01131 .00687 -30 -4.5 ] [.01131 .00687 0 4.5 ] [.01131 .12616 -36 -4.5 ] [.01131 .12616 0 4.5 ] [.01131 .24545 -36 -4.5 ] [.01131 .24545 0 4.5 ] [.01131 .36474 -36 -4.5 ] [.01131 .36474 0 4.5 ] [.01131 .48403 -36 -4.5 ] [.01131 .48403 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 .18254 .60332 m .18254 .60957 L s [(0.5)] .18254 .59082 0 1 Mshowa .34127 .60332 m .34127 .60957 L s [(1)] .34127 .59082 0 1 Mshowa .5 .60332 m .5 .60957 L s [(1.5)] .5 .59082 0 1 Mshowa .65873 .60332 m .65873 .60957 L s [(2)] .65873 .59082 0 1 Mshowa .81746 .60332 m .81746 .60957 L s [(2.5)] .81746 .59082 0 1 Mshowa .97619 .60332 m .97619 .60957 L s [(3)] .97619 .59082 0 1 Mshowa .125 Mabswid .05556 .60332 m .05556 .60707 L s .0873 .60332 m .0873 .60707 L s .11905 .60332 m .11905 .60707 L s .15079 .60332 m .15079 .60707 L s .21429 .60332 m .21429 .60707 L s .24603 .60332 m .24603 .60707 L s .27778 .60332 m .27778 .60707 L s .30952 .60332 m .30952 .60707 L s .37302 .60332 m .37302 .60707 L s .40476 .60332 m .40476 .60707 L s .43651 .60332 m .43651 .60707 L s .46825 .60332 m .46825 .60707 L s .53175 .60332 m .53175 .60707 L s .56349 .60332 m .56349 .60707 L s .59524 .60332 m .59524 .60707 L s .62698 .60332 m .62698 .60707 L s .69048 .60332 m .69048 .60707 L s .72222 .60332 m .72222 .60707 L s .75397 .60332 m .75397 .60707 L s .78571 .60332 m .78571 .60707 L s .84921 .60332 m .84921 .60707 L s .88095 .60332 m .88095 .60707 L s .9127 .60332 m .9127 .60707 L s .94444 .60332 m .94444 .60707 L s .25 Mabswid 0 .60332 m 1 .60332 L s .02381 .00687 m .03006 .00687 L s [(-0.01)] .01131 .00687 1 0 Mshowa .02381 .12616 m .03006 .12616 L s [(-0.008)] .01131 .12616 1 0 Mshowa .02381 .24545 m .03006 .24545 L s [(-0.006)] .01131 .24545 1 0 Mshowa .02381 .36474 m .03006 .36474 L s [(-0.004)] .01131 .36474 1 0 Mshowa .02381 .48403 m .03006 .48403 L s [(-0.002)] .01131 .48403 1 0 Mshowa .125 Mabswid .02381 .03669 m .02756 .03669 L s .02381 .06651 m .02756 .06651 L s .02381 .09633 m .02756 .09633 L s .02381 .15598 m .02756 .15598 L s .02381 .1858 m .02756 .1858 L s .02381 .21562 m .02756 .21562 L s .02381 .27527 m .02756 .27527 L s .02381 .30509 m .02756 .30509 L s .02381 .33492 m .02756 .33492 L s .02381 .39456 m .02756 .39456 L s .02381 .42438 m .02756 .42438 L s .02381 .45421 m .02756 .45421 L s .02381 .51385 m .02756 .51385 L s .02381 .54367 m .02756 .54367 L s .02381 .5735 m .02756 .5735 L s .25 Mabswid .02381 0 m .02381 .61803 L s .01 w .02381 .60332 m .06244 .51168 L .10458 .42058 L .14415 .34341 L .18221 .27686 L .22272 .21429 L .26171 .16211 L .30316 .11529 L .34309 .07863 L .3815 .05117 L .40095 .04018 L .42237 .03036 L .44268 .02324 L .45178 .02075 L .46172 .01852 L .4671 .01752 L .4721 .01674 L .47727 .01606 L .48196 .01556 L .48658 .01518 L .4887 .01505 L .49093 .01493 L .49332 .01483 L .49438 .0148 L .49552 .01477 L .49675 .01474 L .49789 .01473 L .49859 .01472 L .49925 .01472 L .50049 .01472 L .50163 .01472 L .50286 .01474 L .50401 .01476 L .50508 .01478 L .50754 .01486 L .51014 .01498 L .51268 .01513 L .51504 .0153 L .5204 .01579 L .5293 .01694 L .53882 .01863 L .54906 .02096 L .56016 .02411 L .58032 .03146 L .60019 .04077 L .62123 .05287 L .65912 .08044 L .69946 .11799 L .73829 .1621 L .77956 .21759 L Mistroke .81932 .2794 L .85757 .34659 L .89827 .42644 L .93745 .51144 L .97619 .60332 L Mfstroke 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath % End of Graphics MathPictureEnd \ \>"], "Graphics", ImageSize->{554.375, 342.625}, ImageMargins->{{0, 0}, {0, 0}}, ImageRegion->{{0, 1}, {0, 1}}, ImageCache->GraphicsData["Bitmap", "\<\ CF5dJ6E]HGAYHf4PAg9QL6QYHgh0fMWI4P00003m0=WIf@003@3IfMT010000000fMWI0=WIf@0000080=WIf@04 0000003IfMT0fMWI00000080fMWI0`0000080=WIf@030000003IfMT0fMWI0>L0fMWI8P00003d0=WI f@003P3IfMT2000000X0fMWI0P0000050=WIf@030000003IfMT0fMWI00H0fMWI00<000000=WIf@3I fMT0h03IfMT^00000>l0fMWI000Z0=WIf@030000003IfMT0fMWI0=`0fMWI=P00003[0=WIf@00:P3I fMT00`000000fMWI0=WIf@3I0=WIfC`00000j03IfMT002X0fMWI00<000000=WIf@3IfMT0eP3IfMTI 00000140fMWI6000003U0=WIf@00:P3IfMT00`000000fMWI0=WIf@3C0=WIfA@000008P3IfMTB0000 0>80fMWI000Z0=WIf@030000003IfMT0fMWI0=00fMWI4000000^0=WIf@l00000h03IfMT002X0fMWI 00<000000=WIf@3IfMT0c@3IfMT@000003D0fMWI3P00003M0=WIf@00:P3IfMT00`000000fMWI0=WI f@3:0=WIfA000000>`3IfMT=00000=/0fMWI000Z0=WIf@030000003IfMT0fMWI0000004H0fMWI3@00003F0=WI f@00:P3IfMT00`000000fMWI0=WIf@330=WIf@h00000B`3IfMT=00000=@0fMWI000Z0=WIf@030000 003IfMT0fMWI0<40fMWI3@00001A0=WIf@`00000dP3IfMT002X0fMWI0`00002o0=WIf@`00000EP3I fMT<00000=00fMWI000Z0=WIf@030000003IfMT0fMWI0;h0fMWI2`00001J0=WIf@`00000cP3IfMT0 02X0fMWI00<000000=WIf@3IfMT0_03IfMT;000005h0fMWI3000003<0=WIf@00:P3IfMT00`000000 fMWI0=WIf@2j0=WIf@X00000I03IfMT;000000=WIf@L00000V03IfMT000L0fMWI00@000000=WIf@3IfMT00000203IfMT010000000fMWI 0=WIf@0000020=WIf@040000003IfMT0fMWI00000080fMWI00@000000=WIf@3IfMT000001`3IfMT0 0`000000fMWI0=WIf@290=WIf@H00000d03IfMT6000009P0fMWI00070=WIf@040000003IfMT0fMWI 000000P0fMWI00@000000=WIf@3IfMT000000P3IfMT010000000fMWI0=WIf@0000020=WIf@040000 003IfMT0fMWI000000L0fMWI100000270=WIf@H00000dP3IfMT6000009L0fMWI00000`3IfMT00000 0000000200000080fMWI00@000000=WIf@3IfMT00000203IfMT010000000fMWI0=WIf@0000020=WI f@040000003IfMT0fMWI000000<0fMWI0P0000080=WIf@030000003IfMT0fMWI08L0fMWI1`00003C 0=WIf@H00000UP3IfMT000L0fMWI00@000000=WIf@3IfMT00000203IfMT010000000fMWI0=WIf@00 00020=WIf@040000003IfMT0fMWI00000080fMWI00@000000=WIf@3IfMT000001`3IfMT00`000000 fMWI0=WIf@260=WIf@L00000e03IfMT7000009D0fMWI00070=WIf@040000003IfMT0fMWI000000P0 fMWI00@000000=WIf@3IfMT000000P3IfMT010000000fMWI0=WIf@0000020=WIf@040000003IfMT0 fMWI000000L0fMWI00<000000=WIf@3IfMT0Q@3IfMT700000=H0fMWI1`00002D0=WIf@00203IfMT2 000000X0fMWI0P0000040=WIf@800000103IfMT2000000P0fMWI00<000000=WIf@3IfMT0Q03IfMT7 00000=P0fMWI1`00002C0=WIf@00:P3IfMT00`000000fMWI0=WIf@230=WIf@L00000fP3IfMT70000 0980fMWI000Z0=WIf@030000003IfMT0fMWI08<0fMWI1P00003L0=WIf@L00000T@3IfMT002X0fMWI 00<000000=WIf@3IfMT0PP3IfMT600000=h0fMWI1P00002A0=WIf@00:P3IfMT00`000000fMWI0=WI f@210=WIf@H00000h03IfMT600000900fMWI000Z0=WIf@030000003IfMT0fMWI0800fMWI1`00003P 0=WIf@L00000S`3IfMT002X0fMWI00<000000=WIf@3IfMT0O`3IfMT700000>80fMWI1`00002>0=WI f@00:P3IfMT00`000000fMWI0=WIf@1n0=WIf@L00000i03IfMT7000008d0fMWI000Z0=WIf@030000 003IfMT0fMWI07d0fMWI1`00003V0=WIf@L00000S03IfMT002X0fMWI00<000000=WIf@3IfMT0O03I fMT700000>P0fMWI1`00002;0=WIf@00:P3IfMT00`000000fMWI0=WIf@1l0=WIf@H00000jP3IfMT6 000008/0fMWI000Z0=WIf@030000003IfMT0fMWI07/0fMWI1P00003/0=WIf@H00000RP3IfMT002X0 fMWI0`00001j0=WIf@H00000kP3IfMT6000008T0fMWI000Z0=WIf@030000003IfMT0fMWI07T0fMWI 1`00003^0=WIf@L00000R03IfMT002X0fMWI00<000000=WIf@3IfMT0N03IfMT700000?00fMWI1`00 00270=WIf@00:P3IfMT00`000000fMWI0=WIf@1g0=WIf@L00000lP3IfMT7000008H0fMWI000Z0=WI f@030000003IfMT0fMWI07L0fMWI1P00003d0=WIf@H00000QP3IfMT002X0fMWI00<000000=WIf@3I fMT0MP3IfMT600000?H0fMWI1P0000250=WIf@00:P3IfMT00`000000fMWI0=WIf@1e0=WIf@H00000 n03IfMT6000008@0fMWI000Z0=WIf@030000003IfMT0fMWI07@0fMWI1`00003h0=WIf@L00000P`3I fMT002X0fMWI00<000000=WIf@3IfMT0M03IfMT600000?X0fMWI1P0000230=WIf@00:P3IfMT00`00 0000fMWI0=WIf@1c0=WIf@H00000o03IfMT600000880fMWI000Z0=WIf@030000003IfMT0fMWI0780 fMWI1P00003n0=WIf@H00000P@3IfMT002X0fMWI00<000000=WIf@3IfMT0L@3IfMT700000?h0fMWI 1`0000200=WIf@00:P3IfMT00`000000fMWI0=WIf@1a0=WIf@H00000o`3IfMT10=WIf@H00000P03I fMT002X0fMWI00<000000=WIf@3IfMT0L03IfMT600000?l0fMWI0`3IfMT6000007l0fMWI000Z0=WI f@030000003IfMT0fMWI06l0fMWI1P00003o0=WIf@D0fMWI1P00001n0=WIf@00:P3IfMT00`000000 fMWI0=WIf@1^0=WIf@L00000o`3IfMT50=WIf@L00000O@3IfMT002X0fMWI0`00001^0=WIf@H00000 o`3IfMT70=WIf@L00000O03IfMT002X0fMWI00<000000=WIf@3IfMT0K@3IfMT600000?l0fMWI2@3I fMT6000007`0fMWI000Z0=WIf@030000003IfMT0fMWI06`0fMWI1P00003o0=WIf@/0fMWI1P00001k 0=WIf@00:P3IfMT00`000000fMWI0=WIf@1[0=WIf@L00000o`3IfMT;0=WIf@L00000NP3IfMT002X0 fMWI00<000000=WIf@3IfMT0J`3IfMT600000?l0fMWI3@3IfMT7000007T0fMWI000Z0=WIf@030000 003IfMT0fMWI06X0fMWI1P00003o0=WIf@l0fMWI1P00001i0=WIf@00:P3IfMT00`000000fMWI0=WI f@1Y0=WIf@H00000o`3IfMTA0=WIf@H00000N03IfMT002X0fMWI00<000000=WIf@3IfMT0J03IfMT7 00000?l0fMWI4P3IfMT6000007L0fMWI000Z0=WIf@030000003IfMT0fMWI06P0fMWI1P00003o0=WI fA<0fMWI1`00001f0=WIf@00:P3IfMT00`000000fMWI0=WIf@1W0=WIf@H00000o`3IfMTE0=WIf@H0 0000MP3IfMT002X0fMWI00<000000=WIf@3IfMT0IP3IfMT600000?l0fMWI5`3IfMT6000007D0fMWI 000Z0=WIf@030000003IfMT0fMWI06D0fMWI1`00003o0=WIfAP0fMWI1P00001d0=WIf@00:P3IfMT0 0`000000fMWI0=WIf@1U0=WIf@H00000o`3IfMTI0=WIf@L00000L`3IfMT002X0fMWI00<000000=WI f@3IfMT0I03IfMT600000?l0fMWI6`3IfMT700000780fMWI000Z0=WIf@030000003IfMT0fMWI06<0 fMWI1P00003o0=WIfAd0fMWI1P00001b0=WIf@00:P3IfMT3000006<0fMWI1P00003o0=WIfAh0fMWI 1P00001a0=WIf@00:P3IfMT00`000000fMWI0=WIf@1R0=WIf@H00000o`3IfMTO0=WIf@L00000L03I fMT002X0fMWI00<000000=WIf@3IfMT0H@3IfMT600000?l0fMWI8@3IfMT600000700fMWI000Z0=WI f@030000003IfMT0fMWI0640fMWI1P00003o0=WIfB80fMWI1P00001_0=WIf@00:P3IfMT00`000000 fMWI0=WIf@1P0=WIf@H00000o`3IfMTS0=WIf@H00000K`3IfMT002X0fMWI00<000000=WIf@3IfMT0 G`3IfMT600000?l0fMWI9@3IfMT6000006h0fMWI000Z0=WIf@030000003IfMT0fMWI05l0fMWI1P00 003o0=WIfBH0fMWI1@00001^0=WIf@00:P3IfMT00`000000fMWI0=WIf@1N0=WIf@H00000o`3IfMTW 0=WIf@H00000K@3IfMT002X0fMWI00<000000=WIf@3IfMT0G@3IfMT600000?l0fMWI:@3IfMT60000 06`0fMWI000Z0=WIf@030000003IfMT0fMWI05d0fMWI1P00003o0=WIfBT0fMWI1P00001/0=WIf@00 :P3IfMT00`000000fMWI0=WIf@1L0=WIf@H00000o`3IfMT[0=WIf@H00000J`3IfMT002X0fMWI00<0 00000=WIf@3IfMT0F`3IfMT600000?l0fMWI;@3IfMT5000006/0fMWI000Z0=WIf@030000003IfMT0 fMWI05/0fMWI1P00003o0=WIfBd0fMWI1P00001Z0=WIf@00:P3IfMT00`000000fMWI0=WIf@1J0=WI f@H00000o`3IfMT_0=WIf@H00000J@3IfMT000P0fMWI0P0000040=WIf@030000003IfMT0fMWI00<0 fMWI0P0000040=WIf@800000103IfMT2000000P0fMWI00<000000=WIf@3IfMT0F@3IfMT600000?l0 fMWI<03IfMT6000006T0fMWI00070=WIf@040000003IfMT0fMWI000000P0fMWI00@000000=WIf@3I fMT000000P3IfMT010000000fMWI0=WIf@0000020=WIf@040000003IfMT0fMWI000000L0fMWI00<0 00000=WIf@3IfMT0F@3IfMT600000?l0fMWI<@3IfMT6000006P0fMWI00070=WIf@040000003IfMT0 fMWI000000P0fMWI00@000000=WIf@3IfMT000000P3IfMT010000000fMWI0=WIf@0000020=WIf@04 0000003IfMT0fMWI000000L0fMWI1000001G0=WIf@H00000o`3IfMTc0=WIf@H00000I`3IfMT00003 0=WIf@0000000000008000000P3IfMT010000000fMWI0=WIf@0000080=WIf@040000003IfMT0fMWI 00000080fMWI00@000000=WIf@3IfMT000000P3IfMT3000000P0fMWI00<000000=WIf@3IfMT0E`3I fMT600000?l0fMWI=03IfMT6000006L0fMWI00070=WIf@040000003IfMT0fMWI000000P0fMWI00@0 00000=WIf@3IfMT000000P3IfMT010000000fMWI0=WIf@0000020=WIf@030000003IfMT0fMWI00P0 fMWI00<000000=WIf@3IfMT0E`3IfMT600000?l0fMWI=@3IfMT6000006H0fMWI00070=WIf@040000 003IfMT0fMWI000000P0fMWI00@000000=WIf@3IfMT000000P3IfMT010000000fMWI0=WIf@000002 0=WIf@030000003IfMT0fMWI00P0fMWI00<000000=WIf@3IfMT0EP3IfMT600000?l0fMWI=P3IfMT6 000006H0fMWI00080=WIf@8000002P3IfMT2000000@0fMWI0P0000040=WIf@<000001`3IfMT00`00 0000fMWI0=WIf@1E0=WIf@H00000o`3IfMTh0=WIf@H00000I@3IfMT002X0fMWI00<000000=WIf@3I fMT0E@3IfMT600000?l0fMWI>@3IfMT6000006@0fMWI000Z0=WIf@030000003IfMT0fMWI05@0fMWI 1P00003o0=WIfCX0fMWI1P00001T0=WIf@00:P3IfMT00`000000fMWI0=WIf@1C0=WIf@H00000o`3I fMTl0=WIf@H00000H`3IfMT002X0fMWI00<000000=WIf@3IfMT0D`3IfMT600000?l0fMWI?@3IfMT5 000006<0fMWI000Z0=WIf@030000003IfMT0fMWI0580fMWI1P00003o0=WIfCh0fMWI1P00001R0=WI f@00:P3IfMT00`000000fMWI0=WIf@1A0=WIf@H00000o`3IfMU00=WIf@H00000H@3IfMT002X0fMWI 00<000000=WIf@3IfMT0D@3IfMT600000?l0fMWI@03IfMT600000640fMWI000Z0=WIf@030000003I fMT0fMWI0500fMWI1P00003o0=WIfD80fMWI1P00001P0=WIf@00:P3IfMT00`000000fMWI0=WIf@1? 0=WIf@H00000o`3IfMU40=WIf@D00000H03IfMT002X0fMWI00<000000=WIf@3IfMT0C`3IfMT60000 0?l0fMWIA03IfMT6000005l0fMWI000Z0=WIf@<00000CP3IfMT600000?l0fMWIAP3IfMT6000005h0 fMWI000Z0=WIf@030000003IfMT0fMWI04h0fMWI1@00003o0=WIfDL0fMWI1P00001N0=WIf@00:P3I fMT00`000000fMWI0=WIf@1=0=WIf@H00000o`3IfMU80=WIf@H00000G@3IfMT002X0fMWI00<00000 0=WIf@3IfMT0C03IfMT600000?l0fMWIBP3IfMT5000005d0fMWI000Z0=WIf@030000003IfMT0fMWI 04`0fMWI1P00003o0=WIfDX0fMWI1P00001L0=WIf@00:P3IfMT00`000000fMWI0=WIf@1;0=WIf@H0 0000o`3IfMU<0=WIf@H00000F`3IfMT002X0fMWI00<000000=WIf@3IfMT0B`3IfMT600000?l0fMWI C03IfMT6000005/0fMWI000Z0=WIf@030000003IfMT0fMWI04X0fMWI1P00003o0=WIfDh0fMWI1P00 001J0=WIf@00:P3IfMT00`000000fMWI0=WIf@1:0=WIf@D00000o`3IfMU?0=WIf@H00000FP3IfMT0 02X0fMWI00<000000=WIf@3IfMT0B@3IfMT600000?l0fMWID03IfMT6000005T0fMWI000Z0=WIf@03 0000003IfMT0fMWI04P0fMWI1P00003o0=WIfE80fMWI1@00001I0=WIf@00:P3IfMT00`000000fMWI 0=WIf@180=WIf@H00000o`3IfMUB0=WIf@H00000F03IfMT002X0fMWI00<000000=WIf@3IfMT0A`3I fMT600000?l0fMWIE03IfMT6000005L0fMWI000Z0=WIf@030000003IfMT0fMWI04L0fMWI1P00003o 0=WIfE@0fMWI1P00001G0=WIf@00:P3IfMT00`000000fMWI0=WIf@160=WIf@H00000o`3IfMUF0=WI f@H00000EP3IfMT002X0fMWI00<000000=WIf@3IfMT0AP3IfMT500000?l0fMWIE`3IfMT6000005H0 fMWI000Z0=WIf@<00000A@3IfMT600000?l0fMWIF03IfMT6000005D0fMWI000Z0=WIf@030000003I fMT0fMWI04@0fMWI1P00003o0=WIfEX0fMWI1@00001E0=WIf@00:P3IfMT00`000000fMWI0=WIf@14 0=WIf@H00000o`3IfMUJ0=WIf@H00000E03IfMT002X0fMWI00<000000=WIf@3IfMT0@`3IfMT60000 0?l0fMWIG03IfMT6000005<0fMWI000Z0=WIf@030000003IfMT0fMWI04<0fMWI1P00003o0=WIfE`0 fMWI1P00001C0=WIf@00:P3IfMT00`000000fMWI0=WIf@120=WIf@H00000o`3IfMUN0=WIf@H00000 DP3IfMT002X0fMWI00<000000=WIf@3IfMT0@P3IfMT500000?l0fMWIG`3IfMT600000580fMWI000Z 0=WIf@030000003IfMT0fMWI0440fMWI1P00003o0=WIfF00fMWI1P00001A0=WIf@00:P3IfMT00`00 0000fMWI0=WIf@100=WIf@H00000o`3IfMUR0=WIf@D00000D@3IfMT002X0fMWI00<000000=WIf@3I fMT0@03IfMT600000?l0fMWIHP3IfMT600000500fMWI000Z0=WIf@030000003IfMT0fMWI03l0fMWI 1P00003o0=WIfF@0fMWI1P00001?0=WIf@00:P3IfMT00`000000fMWI0=WIf@0o0=WIf@H00000o`3I fMUT0=WIf@H00000C`3IfMT002X0fMWI00<000000=WIf@3IfMT0?P3IfMT600000?l0fMWIIP3IfMT6 000004h0fMWI000Z0=WIf@030000003IfMT0fMWI03h0fMWI1@00003o0=WIfFL0fMWI1P00001>0=WI f@00:P3IfMT00`000000fMWI0=WIf@0m0=WIf@H00000o`3IfMUX0=WIf@H00000C@3IfMT002X0fMWI 00<000000=WIf@3IfMT0?03IfMT600000?l0fMWIJP3IfMT5000004d0fMWI000Z0=WIf@<00000?03I fMT600000?l0fMWIJP3IfMT6000004`0fMWI000Z0=WIf@030000003IfMT0fMWI03/0fMWI1P00003o 0=WIfF`0fMWI1P00001;0=WIf@00:P3IfMT00`000000fMWI0=WIf@0k0=WIf@H00000o`3IfMU/0=WI f@H00000B`3IfMT002X0fMWI00<000000=WIf@3IfMT0>P3IfMT600000?l0fMWIKP3IfMT6000004X0 fMWI000Z0=WIf@030000003IfMT0fMWI03X0fMWI1@00003o0=WIfFl0fMWI1P00001:0=WIf@00:P3I fMT00`000000fMWI0=WIf@0i0=WIf@H00000o`3IfMU`0=WIf@H00000B@3IfMT002X0fMWI00<00000 0=WIf@3IfMT0>@3IfMT500000?l0fMWILP3IfMT5000004T0fMWI000Z0=WIf@030000003IfMT0fMWI 03P0fMWI1P00003o0=WIfG80fMWI1P0000180=WIf@00:P3IfMT00`000000fMWI0=WIf@0h0=WIf@D0 0000o`3IfMUd0=WIf@D00000B03IfMT002X0fMWI00<000000=WIf@3IfMT0=`3IfMT600000?l0fMWI M03IfMT6000004L0fMWI000Z0=WIf@030000003IfMT0fMWI03L0fMWI1@00003o0=WIfGH0fMWI1@00 00170=WIf@00:P3IfMT00`000000fMWI0=WIf@0f0=WIf@H00000o`3IfMUf0=WIf@H00000AP3IfMT0 02X0fMWI00<000000=WIf@3IfMT0=P3IfMT500000?l0fMWIN03IfMT5000004H0fMWI00080=WIf@80 0000103IfMT00`000000fMWI0=WIf@030=WIf@800000103IfMT2000000D0fMWI00<000000=WIf@3I fMT01P3IfMT00`000000fMWI0=WIf@0e0=WIf@H00000o`3IfMUh0=WIf@H00000A@3IfMT000L0fMWI 00@000000=WIf@3IfMT00000203IfMT010000000fMWI0=WIf@0000020=WIf@040000003IfMT0fMWI 000000@0fMWI00<000000=WIf@3IfMT01P3IfMT00`000000fMWI0=WIf@0e0=WIf@D00000o`3IfMUj 0=WIf@H00000A03IfMT000L0fMWI00@000000=WIf@3IfMT00000203IfMT010000000fMWI0=WIf@00 00020=WIf@050000003IfMT0fMWI0000003IfMT01@0000070=WIf@@00000<`3IfMT600000?l0fMWI NP3IfMT6000004@0fMWI00000`3IfMT000000000000200000080fMWI00@000000=WIf@3IfMT00000 203IfMT010000000fMWI0=WIf@0000020=WIf@060000003IfMT0fMWI0000003IfMT000000P3IfMT0 0`000000fMWI0=WIf@060=WIf@030000003IfMT0fMWI03@0fMWI1@00003o0=WIfG`0fMWI1P000013 0=WIf@001`3IfMT010000000fMWI0=WIf@0000080=WIf@040000003IfMT0fMWI00000080fMWI00@0 00000=WIf@3IfMT000000P3IfMT00`000000fMWI000000080=WIf@030000003IfMT0fMWI03<0fMWI 1P00003o0=WIfG`0fMWI1P0000130=WIf@001`3IfMT010000000fMWI0=WIf@0000080=WIf@040000 003IfMT0fMWI00000080fMWI00@000000=WIf@3IfMT000000`3IfMT2000000P0fMWI00<000000=WI f@3IfMT0<`3IfMT500000?l0fMWIOP3IfMT600000480fMWI00080=WIf@8000002P3IfMT2000000@0 fMWI0P0000050=WIf@030000003IfMT0fMWI00H0fMWI00<000000=WIf@3IfMT00=WIf@H0 0000>P3IfMT002X0fMWI00<000000=WIf@3IfMT0:P3IfMT500000?l0fMWIT03IfMT6000003T0fMWI 000Z0=WIf@030000003IfMT0fMWI02T0fMWI1P00003o0=WIfI00fMWI1P00000i0=WIf@00:P3IfMT0 0`000000fMWI0=WIf@0Y0=WIf@D00000o`3IfMVB0=WIf@H00000>03IfMT002X0fMWI00<000000=WI f@3IfMT0:03IfMT600000?l0fMWITP3IfMT6000003P0fMWI000Z0=WIf@030000003IfMT0fMWI02P0 fMWI1@00003o0=WIfI@0fMWI1P00000g0=WIf@00:P3IfMT00`000000fMWI0=WIf@0W0=WIf@H00000 o`3IfMVD0=WIf@H00000=`3IfMT002X0fMWI00<000000=WIf@3IfMT09`3IfMT500000?l0fMWIUP3I fMT6000003H0fMWI000Z0=WIf@030000003IfMT0fMWI02H0fMWI1P00003o0=WIfIL0fMWI1@00000f 0=WIf@00:P3IfMT00`000000fMWI0=WIf@0V0=WIf@D00000o`3IfMVH0=WIf@H00000=@3IfMT002X0 fMWI00<000000=WIf@3IfMT09@3IfMT600000?l0fMWIV@3IfMT5000003D0fMWI000Z0=WIf@030000 003IfMT0fMWI02D0fMWI1@00003o0=WIfIX0fMWI1P00000d0=WIf@00:P3IfMT00`000000fMWI0=WI f@0T0=WIf@H00000o`3IfMVK0=WIf@D00000=03IfMT002X0fMWI0`00000T0=WIf@D00000o`3IfMVL 0=WIf@H00000<`3IfMT002X0fMWI00<000000=WIf@3IfMT08`3IfMT600000?l0fMWIW@3IfMT50000 03<0fMWI000Z0=WIf@030000003IfMT0fMWI02<0fMWI1@00003o0=WIfIh0fMWI1P00000b0=WIf@00 :P3IfMT00`000000fMWI0=WIf@0R0=WIf@H00000o`3IfMVO0=WIf@D000000=WIf@D00000o`3IfMW80=WIf@D000007P3IfMT002X0 fMWI00<000000=WIf@3IfMT03P3IfMT500000?l0fMWIb03IfMT5000001h0fMWI000Z0=WIf@030000 003IfMT0fMWI00d0fMWI1P00003o0=WIfLP0fMWI1P00000M0=WIf@00:P3IfMT00`000000fMWI0=WI f@0=0=WIf@D00000o`3IfMW:0=WIf@D000007@3IfMT002X0fMWI00<000000=WIf@3IfMT0303IfMT6 00000?l0fMWIbP3IfMT6000001`0fMWI000Z0=WIf@030000003IfMT0fMWI00`0fMWI1@00003o0=WI fL`0fMWI1@00000L0=WIf@00:P3IfMT00`000000fMWI0=WIf@0;0=WIf@H00000o`3IfMW<0=WIf@H0 00006`3IfMT002X0fMWI00<000000=WIf@3IfMT02`3IfMT500000?l0fMWIcP3IfMT5000001/0fMWI 000Z0=WIf@030000003IfMT0fMWI00/0fMWI1@00003o0=WIfLh0fMWI1@00000K0=WIf@00:P3IfMT0 0`000000fMWI0=WIf@0:0=WIf@H00000o`3IfMW>0=WIf@H000006P3IfMT002X0fMWI00<000000=WI f@3IfMT02P3IfMT500000?l0fMWId03IfMT5000001X0fMWI000Z0=WIf@030000003IfMT0fMWI00T0 fMWI1P00003o0=WIfM00fMWI1P00000I0=WIf@00:P3IfMT00`000000fMWI0=WIf@090=WIf@D00000 o`3IfMWB0=WIf@D000006@3IfMT002X0fMWI00<000000=WIf@3IfMT02@3IfMT500000?l0fMWIdP3I fMT5000001T0fMWI000Z0=WIf@030000003IfMT0fMWI00P0fMWI1P00003o0=WIfM80fMWI1P00000H 0=WIf@00:P3IfMT3000000P0fMWI1@00003o0=WIfM@0fMWI1@00000H0=WIf@00:P3IfMT00`000000 fMWI0=WIf@070=WIf@H00000o`3IfMWD0=WIf@H000005`3IfMT002X0fMWI00<000000=WIf@3IfMT0 1`3IfMT500000?l0fMWIeP3IfMT5000001L0fMWI000Z0=WIf@030000003IfMT0fMWI00H0fMWI1P00 003o0=WIfMH0fMWI1P00000F0=WIf@00:P3IfMT00`000000fMWI0=WIf@060=WIf@D00000o`3IfMWH 0=WIf@D000005P3IfMT002X0fMWI00<000000=WIf@3IfMT01P3IfMT500000?l0fMWIf03IfMT50000 01H0fMWI000Z0=WIf@030000003IfMT0fMWI00D0fMWI1P00003o0=WIfMP0fMWI1P00000E0=WIf@00 :P3IfMT00`000000fMWI0=WIf@050=WIf@D00000o`3IfMWJ0=WIf@D000005@3IfMT002X0fMWI00<0 00000=WIf@3IfMT0103IfMT600000?l0fMWIfP3IfMT6000001@0fMWI000Z0=WIf@030000003IfMT0 fMWI00@0fMWI1@00003o0=WIfM`0fMWI1@00000D0=WIf@00:P3IfMT00`000000fMWI0=WIf@040=WI f@D00000o`3IfMWL0=WIf@D00000503IfMT002X0fMWI00<000000=WIf@3IfMT00`3IfMT600000?l0 fMWIg03IfMT6000001<0fMWI000Z0=WIf@030000003IfMT0fMWI00<0fMWI1@00003o0=WIfMh0fMWI 1@00000C0=WIf@00:P3IfMT00`000000fMWI0=WIf@020=WIf@H00000o`3IfMWN0=WIf@H000004P3I fMT002X0fMWI00<000000=WIf@3IfMT00P3IfMT500000?l0fMWIh03IfMT500000180fMWI000Z0=WI f@040000003IfMT0fMWI0=WIf@H00000o`3IfMWP0=WIf@H000004@3IfMT002X0fMWI0`0000000`3I fMT000000000000300000?l0fMWIhP3IfMT500000140fMWI000Z0=WIf@040000003IfMT0fMWI0=WI f@D00000o`3IfMWR0=WIf@D000004@3IfMT002X0fMWI00<000000=WIf@3IfMT01P0000130=WIf@80 0000103IfMT00`000000fMWI0=WIf@020=WIf@<00000BP3IfMT4000004T0fMWI100000030=WIf@03 0000003IfMT0fMWI0080fMWI0`00001:0=WIf@@00000B@3IfMT4000000<0fMWI00<000000=WIf@3I fMT00P3IfMT3000004@0fMWI1P0000000`3IfMT000000000000=0=WIf@00:P3IfMT00`000000fMWI 0=WIf@05000004<0fMWI00@000000=WIf@3IfMT000002`3IfMT00`000000fMWI0=WIf@190=WIf@03 0000003IfMT0fMWI04X0fMWI00<000000=WIf@3IfMT02P3IfMT00`000000fMWI0=WIf@170=WIf@03 0000003IfMT0fMWI04X0fMWI00<000000=WIf@3IfMT0303IfMT00`000000fMWI0=WIf@120=WIf@H0 00000P3IfMT00`000000fMWI0=WIf@0:0=WIf@00:P3IfMT00`000000fMWI00000005000004<0fMWI 00@000000=WIf@3IfMT000002`3IfMT00`000000fMWI0=WIf@190=WIf@030000003IfMT0fMWI04X0 fMWI00<000000=WIf@3IfMT02P3IfMT00`000000fMWI0=WIf@180=WIf@030000003IfMT0fMWI04X0 fMWI00<000000=WIf@3IfMT02`3IfMT00`000000fMWI0=WIf@120=WIf@H000000P3IfMT00`000000 fMWI0=WIf@0:0=WIf@00:P3IfMT00`000000fMWI00000004000004@0fMWI00@000000=WIf@3IfMT0 0000203IfMT3000004`0fMWI00<000000=WIf@3IfMT0BP3IfMT00`000000fMWI0=WIf@070=WIf@<0 0000C03IfMT00`000000fMWI0=WIf@1:0=WIf@030000003IfMT0fMWI00L0fMWI0`0000160=WIf@L0 00003@3IfMT002X0fMWI00<000000=WIf@000000100000140=WIf@040000003IfMT0fMWI000000P0 fMWI00<000000=WIf@3IfMT0C03IfMT00`000000fMWI0=WIf@1:0=WIf@030000003IfMT0fMWI00L0 fMWI00<000000=WIf@3IfMT0C@3IfMT00`000000fMWI0=WIf@1:0=WIf@030000003IfMT0fMWI00H0 fMWI00<000000=WIf@3IfMT0AP3IfMT500000080fMWI00<000000=WIf@3IfMT02P3IfMT002X0fMWI 1`0000140=WIf@040000003IfMT0fMWI000000P0fMWI00<000000=WIf@3IfMT0BP3IfMT3000004X0 fMWI0`0000090=WIf@030000003IfMT0fMWI04X0fMWI00@000000=WIf@3IfMT00000B@3IfMT01000 0000fMWI0=WIf@0000080=WIf@030000003IfMT0fMWI04H0fMWI1P0000000`3IfMT000000=WIf@0; 0=WIf@00:P3IfMT6000004H0fMWI0P0000090=WIf@@00000B`3IfMT00`000000fMWI0=WIf@1:0=WI f@030000003IfMT0fMWI00L0fMWI1000001:0=WIf@800000B`3IfMT2000000T0fMWI100000160=WI f@H000003@3IfMT002X0fMWI1P00003o0=WIfNP0fMWI1P00000=0=WIf@00:P3IfMT500000?l0fMWI jP3IfMT5000000d0fMWI000Y0=WIf@H00000o`3IfMWZ0=WIf@H00000303IfMT002T0fMWI1@00003o 0=WIfN`0fMWI1@00000<0=WIf@00:@3IfMT500000?l0fMWIk03IfMT5000000`0fMWI000X0=WIf@H0 0000o`3IfMW/0=WIf@H000002`3IfMT001h0fMWIo`00003o000000h00000000W0=WIf@H000003P3I fMT00`000000fMWI0=WIf@0=0=WIf@030000003IfMT0fMWI00h0fMWI00<000000=WIf@3IfMT03@3I fMT00`000000fMWI0=WIf@0>0=WIf@030000003IfMT0fMWI00h0fMWI00<000000=WIf@3IfMT03@3I fMT00`000000fMWI0=WIf@0>0=WIf@030000003IfMT0fMWI00h0fMWI00<000000=WIf@3IfMT03@3I fMT00`000000fMWI0=WIf@0>0=WIf@030000003IfMT0fMWI00d0fMWI00<000000=WIf@3IfMT03P3I fMT00`000000fMWI0=WIf@0>0=WIf@030000003IfMT0fMWI00d0fMWI00<000000=WIf@3IfMT03P3I fMT00`000000fMWI0=WIf@0=0=WIf@030000003IfMT0fMWI00h0fMWI00<000000=WIf@3IfMT03P3I fMT00`000000fMWI0=WIf@0=0=WIf@030000003IfMT0fMWI00h0fMWI00<000000=WIf@3IfMT03P3I fMT00`000000fMWI0=WIf@0=0=WIf@030000003IfMT0fMWI00h0fMWI00<000000=WIf@3IfMT03@3I fMT00`000000fMWI0=WIf@0>0=WIf@030000003IfMT0fMWI00h0fMWI00<000000=WIf@3IfMT03@3I fMT00`000000fMWI0=WIf@0>0=WIf@030000003IfMT0fMWI00/0fMWI1P00000:0=WIf@00:@3IfMT3 000000l0fMWI00<000000=WIf@3IfMT03@3IfMT00`000000fMWI0=WIf@0>0=WIf@030000003IfMT0 fMWI00d0fMWI00<000000=WIf@3IfMT03P3IfMT00`000000fMWI0=WIf@0>0=WIf@030000003IfMT0 fMWI00d0fMWI00<000000=WIf@3IfMT03P3IfMT00`000000fMWI0=WIf@0>0=WIf@030000003IfMT0 fMWI00d0fMWI00<000000=WIf@3IfMT03P3IfMT00`000000fMWI0=WIf@0=0=WIf@030000003IfMT0 fMWI00h0fMWI00<000000=WIf@3IfMT03P3IfMT00`000000fMWI0=WIf@0=0=WIf@030000003IfMT0 fMWI00h0fMWI00<000000=WIf@3IfMT03@3IfMT00`000000fMWI0=WIf@0>0=WIf@030000003IfMT0 fMWI00h0fMWI00<000000=WIf@3IfMT03@3IfMT00`000000fMWI0=WIf@0>0=WIf@030000003IfMT0 fMWI00h0fMWI00<000000=WIf@3IfMT03@3IfMT00`000000fMWI0=WIf@0>0=WIf@030000003IfMT0 fMWI00d0fMWI00<000000=WIf@3IfMT03P3IfMT00`000000fMWI0=WIf@0>0=WIf@030000003IfMT0 fMWI00d0fMWI00<000000=WIf@3IfMT03P3IfMT00`000000fMWI0=WIf@0<0=WIf@<00000303IfMT0 02X0fMWI0P00001A0=WIf@030000003IfMT0fMWI0500fMWI00<000000=WIf@3IfMT0D03IfMT00`00 0000fMWI0=WIf@1@0=WIf@030000003IfMT0fMWI0500fMWI00<000000=WIf@3IfMT0C`3IfMT20000 00d0fMWI000Z0=WIf@030000003IfMT0fMWI0?l0fMWIoP3IfMT002X0fMWI00<000000=WIf@3IfMT0 o`3IfMWn0=WIf@00:P3IfMT00`000000fMWI0=WIf@3o0=WIfOh0fMWI000Z0=WIf@030000003IfMT0 fMWI0?l0fMWIoP3IfMT002X0fMWI00<000000=WIf@3IfMT0o`3IfMWn0=WIf@00o`3IfMWo0=WIfB`0 fMWI003o0=WIfOl0fMWI;03IfMT00?l0fMWIo`3IfMT/0=WIf@00o`3IfMWo0=WIfB`0fMWI003o0=WI fOl0fMWI;03IfMT00?l0fMWIo`3IfMT/0=WIf@00o`3IfMWo0=WIfB`0fMWI003o0=WIfOl0fMWI;03I fMT00001\ \>"], ImageRangeCache->{{{0, 553.375}, {341.625, 0}} -> {-0.256096, -0.0104214, \ 0.00601963, 3.20393*^-5}}] }, Open ]] }, FrontEndVersion->"4.2 for X", ScreenRectangle->{{0, 1600}, {0, 1200}}, WindowSize->{777, 710}, WindowMargins->{{94, Automatic}, {Automatic, 107}}, StyleDefinitions -> "Report.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[1754, 51, 108, 2, 59, "Title"], Cell[1865, 55, 87, 5, 54, "Subtitle"], Cell[1955, 62, 70, 2, 39, "Subtitle"], Cell[2028, 66, 111, 3, 73, "Input"], Cell[2142, 71, 122, 5, 143, "Title"], Cell[2267, 78, 78, 1, 39, "Subtitle"], Cell[2348, 81, 243, 5, 106, "Input"], Cell[CellGroupData[{ Cell[2616, 90, 53, 2, 43, "Input"], Cell[2672, 94, 82, 1, 49, "Output"] }, Open ]], Cell[2769, 98, 115, 4, 39, "Subtitle"], Cell[2887, 104, 498, 11, 213, "Input"], Cell[CellGroupData[{ Cell[3410, 119, 64, 2, 43, "Input"], Cell[3477, 123, 281, 4, 100, "Output"] }, Open ]], Cell[3773, 130, 144, 4, 66, "Subtitle"], Cell[3920, 136, 124, 3, 43, "Input"], Cell[CellGroupData[{ Cell[4069, 143, 68, 2, 43, "Input"], Cell[4140, 147, 317, 5, 104, "Output"] }, Open ]], Cell[4472, 155, 148, 4, 73, "Input"], Cell[CellGroupData[{ Cell[4645, 163, 60, 2, 43, "Input"], Cell[4708, 167, 116, 2, 69, "Output"] }, Open ]], Cell[4839, 172, 91, 2, 43, "Input"], Cell[CellGroupData[{ Cell[4955, 178, 59, 2, 43, "Input"], Cell[5017, 182, 92, 1, 69, "Output"] }, Open ]], Cell[5124, 186, 75, 2, 39, "Subtitle", Evaluatable->False], Cell[CellGroupData[{ Cell[5224, 192, 382, 7, 209, "Input"], Cell[5609, 201, 32868, 649, 359, 4174, 290, "GraphicsData", "PostScript", \ "Graphics"] }, Open ]] } ] *) (******************************************************************* End of Mathematica Notebook file. *******************************************************************)