%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % Scientific Word Wrap/Unwrap Version 2.5 % % % % If you are separating the files in this message by hand, you will % % need to identify the file type and place it in the appropriate % % directory. The possible types are: Document, DocAssoc, Other, % % Macro, Style, Graphic, PastedPict, and PlotPict. Extract files % % tagged as Document, DocAssoc, or Other into your TeX source file % % directory. Macro files go into your TeX macros directory. Style % % files are used by Scientific Word and do not need to be extracted. % % Graphic, PastedPict, and PlotPict files should be placed in a % % graphics directory. % % % % Graphic files need to be converted from the text format (this is % % done for e-mail compatability) to the original 8-bit binary format. % % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % % Files included: % % % % "/document/proj3_v2.tex", Document, 14350, 3/30/2000, 19:19:06, "" % % "/document/Brackets.wmf", ImportPict, 2246, 5/15/1997, 15:20:34, "" % % "/document/Matrix.wmf", ImportPict, 7500, 5/15/1997, 15:22:20, "" % % "/document/oscul_circle.wmf", ImportPict, 8412, 3/30/2000, 13:40:26, ""% % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%% Start /document/proj3_v2.tex %%%%%%%%%%%%%%%%%%%% %% This document created by Scientific Notebook (R) Version 3.0 %\usepackage{sw20jart} %%\newcommand{\dfrac}[2]{\frac{#1}{#2}} %%\newcommand{\dint}{\int} %%\newcommand{\tag}[1]{} %\newcommand{\dfrac}[2]{\frac{#1}{#2}} %\newcommand{\dint}{\int} %\newcommand{\tag}[1]{} \documentclass[12pt,thmsa]{article} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %TCIDATA{TCIstyle=article/art4.lat,jart,sw20jart} %TCIDATA{} %TCIDATA{Created=Mon Aug 19 14:52:24 1996} %TCIDATA{LastRevised=Thu Mar 30 14:19:05 2000} %TCIDATA{CSTFile=Lab Report.cst} %TCIDATA{PageSetup=72,72,72,72,0} %TCIDATA{AllPages= %F=36,\PARA{038

\hfill \thepage} %} \input{tcilatex} \begin{document} \subsection*{Ma116 \hspace{2.0in} Project 3 \hfill 3/31/00} \subsection*{{{{{{\protect\small Name: \protect\underline{\hspace{2.5in}} \hfill ID: \protect\underline{\hspace{2.0in}}}}}}}} \subsection*{{{{{{\protect\small E-Mail: \protect\underline{\hspace{2.5in}} \hfill T.A./Recitation: \protect\underline{\hspace{2.0in}}}}}}}} \hfill {\small \textit{I pledge my honor that I have abided by the Stevens Honor System.}\hfill\underline{\hspace{2.3in}}}\\[10pt] \hfill \textbf{Introduction}\\[2pt] In this project we investigate the geometry of curvature for curves in two-dimensional space. This material is intended to complement the presentation of curvature in section 10.3 of the Stewart text.\\[2pt] The curvature at a given point on a planar curve is first defined via a certain limit process. This involves computing the radius of a circle containing the point of interest and two nearby points on the curve, and then estimating the limiting value of this radius as the three points coalesce into a single point.\\[2pt] In the final section we derive the radius of a circle as a function of its first and second derivatives and use this to define the osculating circle at a given point on the curve. The curvature coming from this definition is compared with the curvature from the limit definition for two specific curves.\\[2pt] To assist in calculating the radii of the circles we first introduce a method for using certain determinants to describe the equation of a circle, when the circle is defined by passing through three distinct points. These formulas will be set up as Maple-defined functions which can be easily evaluated for many different choices of input arguments. \hfill \textbf{1.\hspace{2pt} Determinants and lines}\\[2pt] Let $(x_0,y_0)$ and $(x_1,y_1)$ be two distinct points in the plane and consider them fixed. Taking an arbitrary point $(x,y)$ we form the following $3\times3$ matrix, \[ M = \left[ \begin{array}{ccc} x & y & 1 \\ x_0 & y_0 & 1 \\ x_1 & y_1 & 1 \end{array} \right] \] Computing the determinant $\det M$ by expanding along the first row yields an expression which is linear in the variables $x$ and $y$, \[ \det M = Ax + By + C\,, \] where $A$, $B$, and $C$ are constants. \textbf{a) }\hspace{1pt} If $(x,y) = (x_0,y_0)$ or $(x,y) = (x_1,y_1)$, then the determinant is identically zero. Why?\\[2pt] \hfill \begin{description} \item \textbf{\textsl{Answer :}}\hspace{5pt} \end{description} \hfill \hfill We have two distinct points $(x_0,y_0)$ and $(x_1,y_1)$ satisfying the equation $\det M = 0$. Therefore the straight line through the points $% (x_0,y_0)$ and $(x_1,y_1)$ can be expressed as the equation \begin{equation} \det\left[ \begin{array}{ccc} x & y & 1 \\ x_0 & y_0 & 1 \\ x_1 & y_1 & 1 \end{array} \right] \,=\, 0 \tag{(1)} \end{equation} \hfill \hfill \textbf{2.\hspace{2pt} Determinants and Circles}\\[2pt] The equation of a circle in the $x$-$y$ plane can be expressed in the form, \begin{equation} A(x^2 + y^2) + Bx + Cy + D = 0. \tag{(2)} \end{equation} Reasoning as we did for the straight line, a circle through three distinct points $(x_0,y_0)$, $(x_1,y_1)$, and $(x_2,y_2)$, can be expressed as the equation, \begin{equation} \det\left[ \begin{array}{cccc} (x^2 + y^2) & x & y & 1 \smallskip \\ (x_0^2 + y_0^2) & x_0 & y_1 & 1 \smallskip \\ (x_1^2 + y_1^2) & x_1 & y_1 & 1 \smallskip \\ (x_2^2 + y_2^2) & x_2 & y_2 & 1 \smallskip \end{array} \right] \, = \, 0 \tag{(3)} \end{equation} since setting $(x,y)$ equal to any of the three points $(x_0,y_0)$, $% (x_1,y_1)$, or $(x_2,y_2)$ makes the determinant zero. Expanding equation (3) along the first row yields the quadratic equation in (2) with the coefficients given by, \begin{equation} A = \det\left[ \begin{array}{ccc} x_0 & y_0 & 1 \smallskip \\ x_1 & y_1 & 1 \smallskip \\ x_2 & y_2 & 1 \smallskip \end{array} \right]\,, \hspace{10pt} B = -\det\left[ \begin{array}{ccc} (x_0^2 + y_0^2) & y_0 & 1 \smallskip \\ (x_1^2 + y_1^2) & y_1 & 1 \smallskip \\ (x_2^2 + y_2^2) & y_2 & 1 \smallskip \end{array} \right]\,,\hspace{10pt}C= \mathit{etc.} \tag{(4)} \end{equation} \textbf{a) }\hspace{1pt} In the space below, complete the expressions for the coefficients $C$ and $D$\/.\\[4pt] \underline{\textsl{SNB\ Instructions}}\/ : In creating the determinant, be sure to enclose the $3\times 3$ matrix within a pair of brackets by first selecting \FRAME{itbpF}{0.2447in}{0.2378in}{0.0502in}{}{}{brackets.wmf} {% \special{language "Scientific Word";type "GRAPHIC";maintain-aspect-ratio TRUE;display "PICT";valid_file "F";width 0.2447in;height 0.2378in;depth 0.0502in;original-width 24.0625pt;original-height 23.3125pt;cropleft "0";croptop "1";cropright "1";cropbottom "0";filename 'Brackets.wmf';file-properties "XNPEU";}} from the toolbar. Placing the cursor inside the empty brackets, now select \FRAME{itbpF}{0.237in}{0.2266in% }{0.0502in}{}{}{matrix.wmf} {\special{language "Scientific Word";type "GRAPHIC";maintain-aspect-ratio TRUE;display "PICT";valid_file "F";width 0.237in;height 0.2266in;depth 0.0502in;original-width 17.8125pt;original-height 16.9375pt;cropleft "0";croptop "1";cropright "1";cropbottom "0";filename 'Matrix.wmf';file-properties "XNPEU";}} from the toolbar. The \textbf{Matrix} dialog box will prompt you for the number of rows and columns.\\[4pt] \hfill \begin{description} \item \textbf{\textsl{Answer :}}\hspace{5pt} \[ C = \] \[ D = \] \end{description} \hfill Completing the square in equation (2) leads to an alternative form of the equation of the circle, \begin{equation} \left(x - x_c\right)^2 + \left(y - y_c\right)^2 = r^2\,. \tag{(5)} \end{equation} where the center of the circle $(x_c,y_c)$ is given by $x_c=B/2A$ and $y_c = C/2A$, and the radius $r$ is given by, \begin{equation} r^2 = \left(\dfrac{B}{2A}\right)^2 + \left(\dfrac{C}{2A}\right)^2 - \dfrac{D% }{A} \tag{(6)} \end{equation} \hfill \textbf{3.\hspace{2pt} Defining curvature as a limit.}\\[2pt] Consider the curve $y=f\,(x)$ and a point $x_0$ in the domain of $f$\/. For $% h \neq 0$ we can use the formulas in part 2 to determine the unique circle through the three points $(x_0,f\,(x_0))$, $(x_0+h, f\,(x_0+h))$, and $% (x_0+2h, f\,(x_0+2h))$. In the formulas above, we are setting $x_1=x_0+h$, $% y_1=f\,(x_0+h)$, $x_2=x_0+2h$, $y_2=f\,(x_0+2h)$. Using $r(x_0,h)$ to denote the radius of this circle, we define the \emph{radius of curvature} of $f$ at the point $(x_0, f\,(x_0))$ as the limiting value of $r(x_0,h)$ as $h \rightarrow 0$, \[ r(x_0) = \lim_{h\rightarrow0} r(x_0,h)\,. \] The reciprocal value, $\kappa(x_0) = 1/r(x_0)$, is called the \emph{curvature% }.\\[4pt] These calculations will be considerably easier if we first define appropriate functions which can be easily evaluated for different values of $% x_0$ and $h$. To this end, we begin by copying the coefficient formulas from part 2 and editing these expressions to convert each coefficient into a function of $x_0$ and $h$. It remains for you to finish setting up the definitions for the coefficients $C(x_0,h)$ and $D(x_0,h)$, and then use \textbf{Maple + Define + New Definition} to create the Maple-defined functions in the order $f(x)$, $A(x_0,h)$, $B(x_0,h)$, $C(x_0,h)$, $D(x_0,h)$% , and $r(x_0,h)$. Note that $f\,(x)$ must be the first function entered as a new definition, and $r(x_0,h)$ must be the last definition created.\\[4pt] \underline{\textsl{SNB\ Instructions :}} The expressions for $f\,(x)$, $% A(x_0,h)$, and so on... are made into function definitions by placing the cursor inside the expression and selecting \textbf{Maple + Define + New Definition}. Note that the order in which the functions are defined can be crucial. Since $A$, $B$, $C$, and $D$ all depend on the definition of $f\,$ we must first set a definition for $f\,(x)$. Then complete the definitions for $A$, $B$, $C$, and $D$ before defining $r(x_0,h)$. If the definitions should be deleted (\textbf{Maple + Define + Clear Definitions}) they must be recreated in the order $f$, $A$, $B$, $C$, $D$, $r$. \hfill \[ f\,(x) = x^2 \] \[ A(x_0,h) = \det\left[ \begin{array}{ccc} x_0 & f(x_0) & 1 \smallskip \\ x_0+h & f(x_0+h) & 1 \smallskip \\ x_0+2h & f(x_0+2h) & 1 \smallskip \end{array} \right] \] \[ B(x_0,h) = -\det\left[ \begin{array}{ccc} (x_0^2 + (f(x_0))^2) & f(x_0) & 1 \smallskip \\ ((x_0+h)^2 + (f(x_0+h))^2) & f(x_0+h) & 1 \smallskip \\ ((x_0+2h)^2 + (f(x_0+2h))^2) & f(x_0+2h) & 1 \smallskip \end{array} \right] \] \hfill \textbf{a) }\hspace{1pt} Convert the coefficients $C$ and $D$ into functions $C(x_0,h)$ and $D(x_0,h)$. Then create the \textbf{New Definitions} for each of the functions $f\,(x)$, $A(x_0,h)$, $B(x_0,h)$, $C(x_0,h)$, $D(x_0,h)$, and $r(x_0,h)$. \hfill \begin{description} \item \textbf{\textsl{Answer :}}\hspace{5pt} \[ C(x_{0},h) = \] \[ D(x_{0},h) = \] \[ r(x_{0},h) = \dfrac{\left( B^2(x_{0},h) + C^2(x_{0},h) - 4A(x_0,h)D(x_{0},h) \right)^{1/2}}{2A(x_{0},h)} \] \end{description} \hfill \textbf{b) }\hspace{1pt} Using the function $f(x)=x^2$, evaluate the radius $% r(x_0,h)$ at $x_0 = 1$ for several values of $h$. Try to estimate the radius of curvature at $x_0=1$ by taking smaller and smaller values of $h$.\\[4pt] \underline{\textsl{SNB\ Instructions :}} To evaluate $r(x_0,h)$ you may need to apply \textbf{Maple + Evaluate Numerically} \underline{twice}. In some cases, the first evaluation leaves the answer in the form of a square root.\\% [2pt] To check that your function definitions are ``correct'', verify that you get $r(1,1) = \sqrt{1105} = 33.2415$. \hfill \begin{description} \item \textbf{\textsl{Answer :}}\hspace{5pt} \end{description} \hfill \hfill \textbf{c) }\hspace{1pt} Create a new Maple definition, $f(x)=x^{4/3}$, and try to estimate its radius of curvature at $x_0=0$ by evaluating $r(0,h)$ for small values of $h$. What appears to be happening as $h \rightarrow 0$?\\% [4pt] \underline{\textsl{SNB\ Instructions :}} At this point, you only need to redefine $f\,(x)$ using \textbf{Maple + Define + New Definition}. The remaining definitions should still work. \hfill \begin{description} \item \textbf{\textsl{Answer :}} \end{description} \hfill \hfill \textbf{4.\hspace{2pt} Curvature and the osculating circle.}\\[2pt] Returning to the equation of a circle as expressed in equation (5), we differentiate twice with respect to $x$ and arrive at the following system of equations, \[ \begin{array}{lcl} \left(x - x_c\right)^2 + \left(y - y_c\right)^2 & = & r^2 \smallskip \\ 2\left(x - x_c\right) + 2\left(y - y_c\right)y^\prime & = & 0 \smallskip \\ 2 + 2\left(y - y_c\right)y^{\prime\prime} + 2 (y^\prime)^2 & = & 0 \smallskip \end{array} \] Using the second and third equations to eliminate $x$ and $y$ from the first equation leads to the following expression relating the radius of the circle to its derivatives $y^{\prime}(x)$ and $y^{\prime\prime}(x)$, \begin{equation} r = \dfrac{\left(1 + (y^{\prime})^2 \right)^{3/2}}{\left|y^{\prime\prime}% \right|} \tag{(7)} \end{equation} Given a curve in the plane expressed as $y=f\,(x)$ and having two derivatives, define the \textbf{osculating circle} at a point $% (x_{0},f\,(x_{0}))$ as the circle which passes through the point and whose first and second derivatives agree with those of the curve $y=f\,(x)$ at $% x_{0}$. Applying the expression in (7) determines the radius of the osculating circle based on the values of $f\,^{\prime}(x_{0})$ and $% f\,^{\prime \prime }(x_{0})$. An illustration of the osculating circle is shown in Figure 1 for the curve $y=x^{2}$ at the point $(1/2,1/4)$. (The name osculating comes from the Latin osculatus, or ``kissing''). \hfill \FRAME{dtbpFU}{3.6642in}{2.0479in}{0pt}{\Qcb{\textbf{{{{\protect\small % Figure 1.\hspace{2pt}The osculating circle for $y=x^{2}$ at $x=0.5$.}}}}}}{}{% oscul_circle.wmf}{\special{language "Scientific Word";type "GRAPHIC";maintain-aspect-ratio TRUE;display "PICT";valid_file "F";width 3.6642in;height 2.0479in;depth 0pt;original-width 216.8125pt;original-height 144.5625pt;cropleft "-0.10";croptop "1";cropright "1.10";cropbottom "0";filename 'oscul_circle.wmf';file-properties "XNPEU";}} \hfill \textbf{a) }\hspace{1pt} For the curve $y=x^2$ determine the radius of the osculating circle at $x=1$. How does the radius of the osculating circle compare with your estimate for the radius of curvature from part 3b.? \hfill \begin{description} \item \textbf{\textsl{Answer :}}\hspace{5pt} \end{description} \hfill \hfill \textbf{b) }\hspace{1pt} For the curve $y=x^{4/3}$, is it possible to determine the osculating circle at $x_0 = 0$ from equation (7)? Compare this result with your observations from part 3c. \hfill \begin{description} \item \textbf{\textsl{Answer :}}\hspace{5pt} \end{description} \hfill \hfill \underline{\textit{Remark}}\/: Note that the formula for $1/\kappa$ on the right-hand side of equation (7) was derived in section 10.3 of Stewart starting from the definition of curvature as $|dT\,/\,ds|$, the derivative of the unit tangent vector with respect to arc length. \end{document} %%%%%%%%%%%%%%%%%%%%%% End /document/proj3_v2.tex %%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%% Start /document/Brackets.wmf %%%%%%%%%%%%%%%%%%%% WwlqZB@@@@@@@|t@tL@{I@@@@@`a^E@@I@@@C`EA@@P@@DAA@@@@@T@@@@pBB@@@@@PA@@@@LHp G@@B@QP@@@DtB`@@s@|A@`@@@@@@@_@@H@@@@@@@J@@@@`@@@@|A@@@P@@`@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@B@@@B@@@@H`@@H@@@@`@@H@@BH@@@Lp@C@p\CL@pkli@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@po@PJh`B@`@BH@@@p @@p@@@@O@C@@@|O@CpC@@@| O~xcO~xcO~xcO~xcO~xcO~xcO~xcO~xcO~xcO~xcAG`O~xcO~xcO~xcO~xcO~xcO~xc O~xcO~xcO~x_pxcO~xcO~xcO~xcO~xcO~xcO~xcO~xcO~xcO~G|AG\pAG\pAG\pAG \pAG\pAG\pAG\pAG`O~xcA_pAG\pAG\pAG\pAG\pAG\pAG\pAG\pAxcO~x_pG\pA G\pAG\pAG\pAG\pAG\pAG\pAG\@~xcO~G|AG\pAG\pAG\pAG\pAG\pAG\pAG\pAG`O~x cA_pAG@@@@@pAG\pAG\pA@@@@@\pAG\pAxcO~x_pG\pA@@@@@\pAG\pAG\@@@@@@G\ pAG\@~xcO~G|AG\@@x_pAG\pAG\pAG\pAxCpAG\pAG`O~xcA_pAG@@~G\pAG\pAG \pAG\@~@\pAG\pAxcO~x_pG\pA@`AGd_~yg_~ygAG`O@G\pAG\@~xcO~G|AG\@@ x_pAy_pAG\pAy_pAxCpAG\pAG`O~xcA_pAG@@~G\P~G\pAG\P~G\@~@\pAG\pAxcO~ x_pG\pA@`AGdAG\pAGdAG`O@G\pAG\@~xcO~G|AG\@@x_pAy_pAG\pAy_pAxCpAG\ pAG`O~xcA_pAG@@~G\P~G\pAG\P~G\@~@\pAG\pAxcO~x_pG\pA@`AGdAG\pAG dAG`O@G\pAG\@~xcO~G|AG\@@x_pAyg_~yg_~y_pAxCpAG\pAG`O~xcA_pAG@@~ G\pAG\pAG\pAG\@~@\pAG\pAxcO~x_pG\pA@`AG\pAG\pAG\pAG`O@G\pAG\@~xcO ~G|AG\@@x_pAG\pAG\pAG\pAxCpAG\pAG`O~xcA_pAG@@@@@pAG\pAG\pA@@@@@\pAG\ pAxcO~x_pG\pAG\pAG\pAG\pAG\pAG\pAG\pAG\@~xcO~G|AG\pAG\pAG\pAG\pAG \pAG\pAG\pAG`O~xcA_pAG\pAG\pAG\pAG\pAG\pAG\pAG\pAxcO~x_p AG`O~xcO~xcO~xcO~xcO~xcO~xcO~xcO~xcO~xcO~x_p AG\pAG\pAG\pAG\pAG\pAG\pAG\pAG\pAG\pA m@@@@\O@@L@E@@@@@@@`@@@@@@H@@@H`@@@@@@H@@B@`@@@`@B@p@CL@@sMp@XjrpCp{ CO@`BJi@@H`@Bp@@@@@|O@@|@@@@@|O@Cp@@pCpO@D@@@@Pc@@@p@@@@@@@@ %%%%%%%%%%%%%%%%%%%%%% End /document/Brackets.wmf %%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%% Start /document/Matrix.wmf %%%%%%%%%%%%%%%%%%%%% A@@@@`E@@@@@@@@@@@@@@PA@@@pD@@@@@@@@@@@@@@PeB@@@{I@@@@RQMYD@@D@@LuA@@HA@@@p @@@@@@@@@@@@@@@pBA@@@@P@@@@p@@@@PA@@@pC@@@XD@@@@GL@@@Pp@@@\DQIMT@@@@`@L@@@@ k`FpB@@@@@xo@@@D@@I@@@Cp_A@@`@@Dw@@@@@@T@@@@pBB@@@@@PA@@@@LH@F@dA@}H@@@\O@@ L@GA@@@@@@`@@@@@@H@@@H`@@@@@@H@@B@`@@@`@B@p@CL@@sMp@XjrpC@@s|O@@|L@LC@CpL C@@MtPC@haFZ@@Jh`B@uTSM@LtPCA@TPAE@]uUW@lvZkA@^xaG@SNyd@DZhaB`knzJ@{n{n@d\ rICpL@@@@fA@@@dI@@@@s@@@@@LC@@LsL@@`Ys@@@YNC@@p|L@@ps@@@@XF@@LcY@@`YfA@@YZ F@@plY@@pfA@@@dI@@LSf@@`YYB@@YfI@@p\f@@pYB@@@pL@@LCs@@`YLC@@YrL@@pLs@@pL C@@f}O@@dy@@@sC@@@@pL@LC@s@`Y@LC@YBpL@pL@s@p@LC@@LsL@LsLs@`YsLC@YNsL@p|L s@psLC@@XvL@LcYs@`YfMC@YZvL@plYs@pfMC@@dyL@LSfs@`YYNC@YfyL@p\fs@pYNC@@p| L@LCss@`YLOC@Yr|L@pLss@pLOC@s|L@Xvs@PfOC@LL@|s@@@@XF@s@`Y@XF@fAPf@X F@LC`Y@|O@fA@@sXF@sLcY@XvLfAPfsXF@LOcY@|LfA@@fYF@sXfY@XfYfAPffYF@L[fY@@Pff ApLYZF@feiY@dYffA@sYZF@giY@@@sfApLL[F@YrlY@pLsfApL[F@@|oY@LsfAPf[F@LoY @|O@LC@s@|O@@dYf@dyLYBPf@dI@LCPf@@@@YBpLsdI@fAPf@p|LYBp@dI@@XVf@LcYYB`YsdI @YZVf@plYYBpsdI@sdYf@XVfYBPfYfI@LgYf@|_fYB@@LgI@sp\f@XFsfAPfLgI@Ls\f@|OsYB @@gI@s|_f@XFsYBPfgI@L_f@|YB@@@pL@s@Pf@XF@LCPf@pL@LC@s@@pLYBpLspL@fMCs@ dyLLC@sspL@OCs@@`YLCpLfqL@fYVf@diYLC@sfqL@[Vf@@PfLCpLYrL@feIs@dYfLC@sYrL@ gIs@@@sLCpLLsL@fqLs@dIsLC@sLsL@sLs@@pLCpLsL@f}_f@dyLC@ssL@Os@LC@LC` Y@|O@YBp@XmuVC@@spL@sLs@XvLCPfs|O@LOs@|LC@@f}O@sXv@XfYLCPff}O@L[v@| oYLC@@Y~O@sdy@XVfCPfY~O@Lgy@|_fC@@LO@sp|@XFsCPfLO@Ls|@|OsCpLO@f }Os@dyC@sO@[fY@XvfAp[F@fYv@|oYC`YO@dSNy@|uW_Ap]w]G@FZha@XieVBpr KoL@rJkl@\}uWCPw]wM@cO~x@hnzjCP|qGO@xcO~@|~pC@h`RJ@@BH`@|O@@@@@C@@O@@@@ @Cp@|O@@|@|CpO@@@@@@@Lp@C@`@BH@@@p@@@@@B@@O@@@H`@@p@@@@@B@@ O@@@H`@@p@@@@@B@@@|O@C@`@@H@po@@D`@B@`C@@@AD@@@OrdBp@B@@dBJh@@HP@@@`@ |O@@B@P@@Lw@C@@@AH@D@@@@Pc@@@p@@@@@u@P\C@@@Am@H@pL@X@PF@@@@@@@F@dA@@@@@@`B@ @@PF@@@@X@@@@D@@H@@@@@@@`J@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@`@@@`@@@@@BH@@B@ @@@H@@B@`@B@@@CLp@@Lw@C@|J[J@OC@@Ls@@p@LC@@|L@tPCM@`FZhA@h`BJ@TSMu@pPCM D@PAET@tUW]ApZkmF@xaG^@LydSBPhaFJ@nzjk@l{n{BPrIgL@@@pL@@@@fA@@@dI@@@@s@@pL@ @@@sLC@@LcY@@pLYB@@spL@@Ls@@`Y@@@@fMC@@XfY@@`YYB@@fqL@@Xv@@Pf@@@@YNC@@diY @@PfYB@@YrL@@dy@@@s@@@@LOC@@plY@@@sYB@@LsL@@p|@@pfA@@gI@@|Os@LC@@@pL@LC @s@`Y@LC@YBpL@pL@s@p@LsL@@pLsLC@sLcY@LsLYBpLspL@sLs@LcY@@pLfMC@sXfY@LcYYB pLfqL@sXv@LSf@@pLYNC@sdiY@LSfYBpLYrL@sdy@LCs@@pLLOC@splY@LCsYBpLLsL@sp|@ Lss@pL[F@s|_f@LsLCpLO@fA@@@XF@s@`Y@XF@fAPf@XF@LC`Y@|O@fMC@@XvLs@`YsXF@ fMSf@XvLLC`Ys|O@fYF@@XfYs@`YfYF@fYVf@XfYLC`YYB@@feyL@XVffA`YYfI@feIs@XVfC` YLC@@fq|L@XFsYB`YLsL@fq|@Xv@@`YOC@f}_f@XvLC@s@|O@C@s@dYf@@PfsdI@YBPf@d I@LCPf@@@@YNsL@dI@fAPfspL@YBp@diY@@PffMC@YNcY@diYYBPffqL@YNs@dYfs@PfYZF@Y fYf@dYfLCPfY~O@YrL@@dIss@`YL[F@Yr\f@dIsLCPfLO@Y~O@@dys@PfL[F@Y~_f@dyLCPf O@LC@@@dI@s@@s@XF@LCPf@pL@LCPfs@@@LOsL@p|LfA@ssdI@LOCs@p|LC@sfA@@L[vL@di YfA@sfeI@L[Fs@diYC@sYB@@LgyL@p\ffA@sYfI@LgIs@p\fC@sLC@@Ls|L@pLsfA@sLgI@Ls Ls@pLsC@sC@@LL@dyfA@sgI@LOs@p|C@s@LC@C`Y@|O@YB`uV[M@LOC@@|Ls@ps XF@OSf@|LLCps|O@[F@@|oYs@@sfYF@[Vf@|oYLC@sf}O@gI@@|_fs@pYZF@gYf@|_f LCpY~O@sL@@|Oss@pL[F@s\f@|OsLCpLO@L@p|fApgI@Os@XfYC`Y[F@f} @|oYfApf}O@oY@PNydCpW_}E@w]w]@XhaFB`eVZI@Ko|r@HklrBpuW_M@]w]w@L~xcC`zjk N@qG_|@`O~xC@|{O@dBJh@@H`@B@@@|O@@|O@@@pCp@@@@Cp@|@@pO@ C@@@|O~xcO~xcO~xcO~xcO~xcO~xcO~xcO~xO@@@pxO~xcO~ xcO~xcO~xcO~xcO~xcO~xc@@@@cG\pAG\pAG\pAG\pAG\pAG\pAG`O~C@@@|O~_pAG\p AG\pAG\pAG\pAG\pAG\@~xO@@@pxAG\pAG\pAG@@@G@@@G@@@G\pAxc@@@@cG\pAG\ pAG\pAG\pAG\pAG\pAG`O~C@@@|O~_pAGd_~y_pAyg_~G\P~ygAG\@~xO@@@pxAG\P~G dAGdAy_pAy_P~G\pAxc@@@@cG\pAyg_~G\P~ygAGd_~y_pAG`O~C@@@|O~_pAG\pA G\pAG\pAG\pAG\pAG\@~xO@@@pxAG\pAG\pAG\pAG\pAG\pAG\pAxc@@@@cG\pAyg_ ~G\P~ygAGd_~y_pAG`O~C@@@|O~_pAGdAy_pAy_P~G\P~GdAG\@~xO@@@pxAG\P~yg AGd_~y_pAyg_~G\pAxc@@@@cG\pAG\pAG\pAG\pAG\pAG\pAG`O~C@@@|O~_pAG\pAG \pAG\pAG\pAG\pAG\@~xO@@@pxAG\P~ygAGd_~y_pAyg_~G\pAxc@@@@cG\pAy_P~ G\P~GdAGdAy_pAG`O~C@@@|O~_pAGd_~y_pAyg_~G\P~ygAG\@~xO@@@pxAG\pAG\p AG\pAG\pAG\pAG\pAxc@@@@cO~C@@@|O~xcO~xcO~xc O~xcO~xcO~xcO~xcO~xO@@@p@@@@m@@@@\O@@L@E@ @@@@@@`@@@@@@H@@@H`@@@@@@H@@B@`@@@`@B@p@CL@@sMp@XjrpCp{CO@`BJi@@H`@Bp@@@@ @|O@@|@@@@@|O@Cp@@pCpO@D@@@@Pc@A@p@@@@@@@PD@@@@L@@@@`@@@@pB@@@@P@@ @@TA@@@@E@@@@I@@@@@A@@@PE@@@@T@@@@h@@@@@D@@@@@@@@@@@@@@PB@@@@P@@@@dA@@@@F@@ @@q@@@@@HA@@P@@@@@@L@GA@@@@@@`@@@@@@H@@@H`@@@@@@H@@B@`@@@`@B@p@CL@@sMp@Xjrp C@@s|O@@|L@LC@CpLC@@MtPC@haFZ@@Jh`B@uTSM@LtPCA@TPAE@]uUW@lvZkA@^xaG@SNyd @DZhaB`knzJ@{n{n@d\rICpL@@@@fA@@@dI@@@@s@@@@@LC@@LsL@@`Ys@@@YNC@@p|L@@ps@@ @@XF@@LcY@@`YfA@@YZF@@plY@@pfA@@@dI@@LSf@@`YYB@@YfI@@p\f@@pYB@@@pL@@LCs@@ `YLC@@YrL@@pLs@@pLC@@f}O@@dy@@@sC@@@@pL@LC@s@`Y@LC@YBpL@pL@s@p@LC@@LsL@ LsLs@`YsLC@YNsL@p|Ls@psLC@@XvL@LcYs@`YfMC@YZvL@plYs@pfMC@@dyL@LSfs@`YYNC@ YfyL@p\fs@pYNC@@p|L@LCss@`YLOC@Yr|L@pLss@pLOC@s|L@Xvs@PfOC@LL@|s@@ @@XF@s@`Y@XF@fAPf@XF@LC`Y@|O@fA@@sXF@sLcY@XvLfAPfsXF@LOcY@|LfA@@fYF@sXfY@X fYfAPffYF@L[fY@@PffApLYZF@feiY@dYffA@sYZF@giY@@@sfApLL[F@YrlY@pLsfApL[F@@ |oY@LsfAPf[F@LoY@|O@LC@s@|O@@dYf@dyLYBPf@dI@LCPf@@@@YBpLsdI@fAPf@p|LYBp @dI@@XVf@LcYYB`YsdI@YZVf@plYYBpsdI@sdYf@XVfYBPfYfI@LgYf@|_fYB@@LgI@sp\f@XF sfAPfLgI@Ls\f@|OsYB@@gI@s|_f@XFsYBPfgI@L_f@|YB@@@pL@s@Pf@XF@LCPf@pL@LC @s@@pLYBpLspL@fMCs@dyLLC@sspL@OCs@@`YLCpLfqL@fYVf@diYLC@sfqL@[Vf@@PfLCpLY rL@feIs@dYfLC@sYrL@gIs@@@sLCpLLsL@fqLs@dIsLC@sLsL@sLs@@pLCpLsL@f}_f@dy LC@ssL@Os@LC@LC`Y@|O@YBp@XmuVC@@spL@sLs@XvLCPfs|O@LOs@|LC@@f}O@sXv @XfYLCPff}O@L[v@|oYLC@@Y~O@sdy@XVfCPfY~O@Lgy@|_fC@@LO@sp|@XFsCPfL O@Ls|@|OsCpLO@f}Os@dyC@sO@[fY@XvfAp[F@fYv@|oYC`YO@dSNy@|uW_ Ap]w]G@FZha@XieVBprKoL@rJkl@\}uWCPw]wM@cO~x@hnzjCP|qGO@xcO~@|~pC@h`RJ@@BH` @|O@@@@@C@@O@@@@@Cp@|O@@|@|CpO@@@@@@@Lp@C@`@BH@@@p@@@@@B@@O @@@H`@@p@@@@@B@@O@@@H`@@p@@@@@B@@@|O@C@`@@H@po@@D`@B@`C@@@AD@@@OrdB p@B@@dBJh@@HP@@@`@|O@@B@P@@Lw@C@@@AH@p@@@@p@@@@P@@@@@t@@@@`@@@@PT@@@@X\@@@ @@@@@@@@@@@T@@@@LA@@@@@@@@@@@@@@@@@@@@@@@@@Y@@@@`A@@@@T@@@@hP@@@`GA@@@hB@@@ @@@@@@B@LCPF@@@@X@@@@`B@@@PF@@@@X@@@@D@@H@@@@@@@`J@@@@@@@@@@@@@@@@@@@@@@@@@ @@@@@@@@`@@@`@@@@@BH@@B@@@@H@@B@`@B@@@CLp@@Lw@C@|J[J@OC@@Ls@@p@LC@@|L@t PCM@`FZhA@h`BJ@TSMu@pPCMD@PAET@tUW]ApZkmF@xaG^@LydSBPhaFJ@nzjk@l{n{BPrIgL@@ @pL@@@@fA@@@dI@@@@s@@pL@@@@sLC@@LcY@@pLYB@@spL@@Ls@@`Y@@@@fMC@@XfY@@`YYB@@ fqL@@Xv@@Pf@@@@YNC@@diY@@PfYB@@YrL@@dy@@@s@@@@LOC@@plY@@@sYB@@LsL@@p|@@p fA@@gI@@|Os@LC@@@pL@LC@s@`Y@LC@YBpL@pL@s@p@LsL@@pLsLC@sLcY@LsLYBpLspL@sL s@LcY@@pLfMC@sXfY@LcYYBpLfqL@sXv@LSf@@pLYNC@sdiY@LSfYBpLYrL@sdy@LCs@@pLL OC@splY@LCsYBpLLsL@sp|@Lss@pL[F@s|_f@LsLCpLO@fA@@@XF@s@`Y@XF@fAPf@XF@ LC`Y@|O@fMC@@XvLs@`YsXF@fMSf@XvLLC`Ys|O@fYF@@XfYs@`YfYF@fYVf@XfYLC`YYB@@fey L@XVffA`YYfI@feIs@XVfC`YLC@@fq|L@XFsYB`YLsL@fq|@Xv@@`YOC@f}_f@XvLC@s@| O@C@s@dYf@@PfsdI@YBPf@dI@LCPf@@@@YNsL@dI@fAPfspL@YBp@diY@@PffMC@YNcY@diYY BPffqL@YNs@dYfs@PfYZF@YfYf@dYfLCPfY~O@YrL@@dIss@`YL[F@Yr\f@dIsLCPfLO@Y~O@ @dys@PfL[F@Y~_f@dyLCPfO@LC@@@dI@s@@s@XF@LCPf@pL@LCPfs@@@LOsL@p|LfA@ssdI @LOCs@p|LC@sfA@@L[vL@diYfA@sfeI@L[Fs@diYC@sYB@@LgyL@p\ffA@sYfI@LgIs@p\fC @sLC@@Ls|L@pLsfA@sLgI@LsLs@pLsC@sC@@LL@dyfA@sgI@LOs@p|C@s@LC@C`Y@ |O@YB`uV[M@LOC@@|Ls@psXF@OSf@|LLCps|O@[F@@|oYs@@sfYF@[Vf@|oYLC@sf}O@ gI@@|_fs@pYZF@gYf@|_fLCpY~O@sL@@|Oss@pL[F@s\f@|OsLCpLO@L@p|fAp gI@Os@XfYC`Y[F@f}@|oYfApf}O@oY@PNydCpW_}E@w]w]@XhaFB`eVZI@Ko|r@H klrBpuW_M@]w]w@L~xcC`zjkN@qG_|@`O~xC@|{O@dBJh@@H`@B@@@|O@@|O@@@pCp@@@@ Cp@|@@pO@C@@@|O~xcO~xcO~xcO~xcO~xcO~ xcO~xcO~xO@@@pxO~xcO~xcO~xcO~xcO~xcO~xcO~xc@@@@cG\pAG\pAG\pAG\pAG\p AG\pAG`O~C@@@|O~_pAG\pAG\pAG\pAG\pAG\pAG\@~xO@@@pxAG\pAG\pAG@@@G@@@G@ @@G\pAxc@@@@cG\pAG\pAG\pAG\pAG\pAG\pAG`O~C@@@|O~_pAGd_~y_pAyg_~G\P~y gAG\@~xO@@@pxAG\P~GdAGdAy_pAy_P~G\pAxc@@@@cG\pAyg_~G\P~ygAGd_~ y_pAG`O~C@@@|O~_pAG\pAG\pAG\pAG\pAG\pAG\@~xO@@@pxAG\pAG\pAG\pAG\pAG\p AG\pAxc@@@@cG\pAyg_~G\P~ygAGd_~y_pAG`O~C@@@|O~_pAGdAy_pAy_P~G\P~Gd AG\@~xO@@@pxAG\P~ygAGd_~y_pAyg_~G\pAxc@@@@cG\pAG\pAG\pAG\pAG\pAG \pAG`O~C@@@|O~_pAG\pAG\pAG\pAG\pAG\pAG\@~xO@@@pxAG\P~ygAGd_~y_pAyg_~ G\pAxc@@@@cG\pAy_P~G\P~GdAGdAy_pAG`O~C@@@|O~_pAGd_~y_pAyg_~G\P~yg AG\@~xO@@@pxAG\pAG\pAG\pAG\pAG\pAG\pAxc@@@@c O~C@@@|O~xcO~xcO~xcO~xcO~xcO~xcO~xcO~xO@@@p @@@@q@@@@@F@@@`@@@@@@L@E@@@@@@@`@@@@@@H@@@H`@@@@@@H@@B@`@@@`@B@p@CL@ @sMp@XjrpCp{CO@`BJi@@H`@Bp@@@@@|O@@|@@@@@|O@Cp@@pCpO@p@@@@p@@@@` @@@@@p@@@@p@@@@pC@@@`KA@@@@A@@@@@@@@@E@@@@`B@@@@C@@@@A@@@@`B@@@@C@@@@B@@@@x @@@@@PD@@@KD@@@@A@@@@@@@@@@B@@@@@`@@@`@B@@@@@`@@H@@B@@@BH@@CLp@@Lw@C`iJCO@@ Ls@@ps@pL@|O@s|O@@tPCM@`FZhA@h`BJ@TSMu@pPCMD@PAET@tUW]ApZkmF@xaG^@LydSBPh aFJ@nzjk@l{n{BPrIgL@s@@@@XF@@@Pf@@@@LC@@@@pL@@pLs@@@fMC@@dyL@@@ss@@@OC@@@` Y@@pLfA@@fYF@@diY@@@sfA@@[F@@@Pf@@pLYB@@feI@@dYf@@@sYB@@gI@@@@s@@pLLC@@fq L@@dIs@@@sLC@@sL@@Xv@@PfC@@LO@@@@@s@pL@LC@fApL@dI@s@@s@LC@CpL@@pLs@pLs LC@fMsL@dyLs@@ssLC@OsL@@`Ys@pLfMC@fYvL@diYs@@sfMC@[vL@@Pfs@pLYNC@feyL@dYf s@@sYNC@gyL@@@ss@pLLOC@fq|L@dIss@@sLOC@s|L@Lss@`YOC@Y~L@p|s@pOC@@@` Y@LC@fA`Y@XF@YB`Y@pL@fAp@XF@@LcY@LsLfA`YsXF@YNcY@p|LfApsXF@@XfY@LcYfA`YfY F@YZfY@plYfA@@YZF@sdiY@XVffAPfYZF@LgiY@|_ffA@@L[F@splY@dIsfA@sL[F@slY@@pf ApL[F@Y~oY@p|fAp@pL@LCp@@PfYBPfsdI@YBPf@pL@YB@@@dI@sLSf@XF@YB@ssdI@CPf @@`YYBpLfeI@fMSf@diYYB@sfeI@OSf@LSfYB`YYfI@YfYf@p\fYBpYfI@@p\f@LCsYB`YL[F @Yr\f@pLsYBpLgI@@|_f@LsYB`YLgI@Y~_f@p|YBpgI@@@@s@LC@YB`Y@pL@YB@s@pL@LC @@sdI@sLCs@XvLLCPfspL@LOCs@|LLC@@fqL@sXFs@XfYYBPffqL@L[Fs@|oYYB@@YrL@sdIs@ XVfLCPfYrL@LgIs@|_fLC@@LsL@spLs@XFsLCPfLsL@LsLs@|OsLC@@sL@s|Os@XvYBPfsL@ LOs@|LCpL@pL@fAp@dI@C`uV[M@@LCs@LsLC`Ys|O@YNs@p|LCps|O@@Xv@LcYC` YfqL@YZv@plYCpfqL@@dy@LSfC`YY~O@Yfy@p\fCpY~O@@p|@LCsC`YLO@Yr|@p LsCpLO@s|@XvLCPfO@L@|oYfA`Y[F@oY@XfYCpf}O@f}@PNydCpW_}E@w ]w]@XhaFB`eVZI@Ko|r@HklrBpuW_M@]w]w@L~xcC`zjkN@qG_|@`O~xCp{CO@`BJi@@H`@Bp @@@@@|O@@|@@@@@|O@Cp@@pCpO@po@@D`@B@`C@@@AD@@@OrdBp@B@@dBJh@@H P@@@`@|O@@B@P@@@P@B@PD@@@ %%%%%%%%%%%%%%%%%%%%%%% End /document/Matrix.wmf %%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%% Start /document/oscul_circle.wmf %%%%%%%%%%%%%%%%%% WwlqZB@@@@@@@P\GXOA{I@@@@@`h_J@@I@@@CLFD@@`A@t_@@@@@@t_@@@p}@@p@|C@@@@@@@B@ @@@@`@@@`@B@@@@@`@@H@@B@@@BH@@CLp@|qG_@PLqDC@FYdQ@tUW]A@dPBI@Yg]v@D_|qCPO@@ @@aA@@@XH@@@Pk@@@@UC@@@|FZ@py`C@kEV@|o_|ApfNJ@G]s@lsD@@pW[@@@ENR@@pzJA @PutD@@wS@@|oTZ@piUC@KxT@|_gtAp{^I@o]o@TcEA@pTgD@@seS@@PISB@pm_I@@ZOg@ @|aC@pV~A@_zO@|onbApNgH@SNm@tBIA@`S~H@@oae@@Dy\C@@mMR@@WgJA@hOqE@`~MCB @{[mO@pOx^A@kGH@}_Oj@PRKF@`RRU@@nQGA@@YeC@pksJ@@L{\@@\NzA@pGB@O\@|]B @FrH@@gHu@@\c\D@pQTV@@X]kA@dfvG@`^c@@`~OO@X{[A`swG@hoh@@`O@@@@eA@@@lH@@ @`l@@@@XC@@[|oF@`uVA`^cG@_~Og@X|BCP@slA@BpeK@LPa@A@AmNE@DX]Y@TpxAPG[H@ w|oe@PugB`\gK@S~Os@X{aC@@mPB@@@EN@@p\MA@@VFF@@d[]@@@wJB@@{I@]|j@tszB@ XkL@F~v@|znC`@oxB@B|dS@D`[mAP@LnH@AhZj@DpqGC@@cON@b|@PwCphO@@@AS@@ pJmA@@F}H@@Lvl@@P`XC@@a~O@Xpz@HCnCpSEO@mM}@xxxCPlsO@BHpV@DP@NBP@APL@R Pq@XbJCpNB}O@Suu@tf^CPbY~O@fn{@XlwCPJ@LD@s@PY@|C@JB`R@|J@WA`u@LF@C@] [|O@Fbs@hyUCpky}O@Fwy@xMqCPQ@hD@XAPY@lF@BB@`@|I@UB`o@lJ@^C`p@|O@J{q@LM PCPwd}O@gsx@LmC`O@PA@XApL@HG@SAPc@PG@iB`e@TL@xB`x@lM@Wr@|oSCp|}O@{ z@PDDN@@VbxA@mYCL@dWPz@PaLQD@RBeS@|IUWA@j`AF@pBgZ@\K`uA@rLNI@\wye@tnkkBp ~K@{Mu@@dIM@PU{xA@_]tK@pVTp@PajQD@aVXV@P{erAPrlvH@aSLk@powNCPG@i@@qPUF@`dZ i@PXCnC@|uyS@HilgApjIOH@GO^h@T~BCpBwtB@YttP@hbY\A@OA^G@PyYe@XfllBp_HWL@ZBN x@\k~~C@EhHD@i|SW@@TV{APVuqI@tQIp@`HjMC`g~rM@vZM{@|L|}C`KPXD@DMBX@tUN~AP^Py I@Vjfp@hz_OCpoVzM@@BH`@|O@@@@@C@@O@@@@@Cp@|O@@|@|C@A@@@@tH@@@L@@@ @PM@T@@@@@CB`}DDwAA@@@@BDP@@L@@@@`G@TA@@@p~B@q@@@@@@@@PF@@@@@@@@@@@PUZmUv\ `xTYwAbTouVXnA@{_Q@@@@PKAD@@D@@@@xR@X@PB@@@@zK@@@@@@@@@@@@@@b@@A@@@@mD`@@\@ @@@@B@@@@@@@@@@@D@@@@tR@C@PB@@@@zK@@@xD@@@@@@@@@b@@A@@@@mD@A@T@@@@@EBp_@I\ PA@@@@SH@GCpuAI@@@@ho@@@`S@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBpq@\]PA@ @@@SHPREp@BI@@@@ho@@@`S@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBdTAL`PA@@@@ SH`fGtMBI@@@@ho@@@`S@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBhyA]cPA@@@@SH` UIxXBI@@@@ho@@@`S@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBXUBNfPA@@@@SH`EKt eBI@@@@ho@@@`S@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBXqB]iPA@@@@SHPYLLqBI @@@@ho@@@`S@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBTFCSlPA@@@@SHpdMp}BI@@@ @ho@@@`S@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBLYC\oPA@@@@SH`\NhICI@@@@ho @@@`S@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBHgCZrPA@@@@SH@FODVCI@@@@ho@@@ `S@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB`qCauPA@@@@SH@]O`aCI@@@@ho@@@`S@ @@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBPwCXxPA@@@@SHpeOtmCI@@@@ho@@@`S@@@@ @@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB\yC]{PA@@@@SHP]OhzCI@@@@ho@@@`S@@@@@@@ @@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBTwCj~PA@@@@SH@GOpEDI@@@@ho@@@`S@@@@@@@@@H B@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBpqC\AQA@@@@SHp_NtQDI@@@@ho@@@`S@@@@@@@@@HB@D @@@@tR@D@@A@@@@pGPA@T@@@@@EB|gC]DQA@@@@SHPfMP^DI@@@@ho@@@`S@@@@@@@@@HB@D@@@ @tR@E@@A@@@@pG@A@T@@@@@EBdYCdGQA@@@@SH`]L\jDI@@@@ho@@@`S@@@@@@@@@HB@D@@@@tR @D@@A@@@@pGPA@T@@@@@EBXGCgJQA@@@@SHpGKLvDI@@@@ho@@@`S@@@@@@@@@HB@D@@@@tR@E@ @A@@@@pG@A@T@@@@@EB|qBcMQA@@@@SH`VIPCEI@@@@ho@@@`S@@@@@@@@@HB@D@@@@tR@D@@A@ @@@pGPA@T@@@@@EBhUBtPQA@@@@SHp`G@OEI@@@@ho@@@`S@@@@@@@@@HB@D@@@@tR@E@@A@@@@ pG@A@T@@@@@EBLxApSQA@@@@SHPRE`[EI@@@@ho@@@`S@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGP A@T@@@@@EBdTAxVQA@@@@SH@BCxfEI@@@@ho@@@`S@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T @@@@@EB`p@nYQA@@@@SH@AlkEI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@D@@A@@@@pGPA@T@@@ @@EBDQAlaPA@@@@SH`wETzAI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@E Bx]Ae^PA@@@@SHpjF\qAI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBlj AW\PA@@@@SHpiGxiAI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB\zA^Z PA@@@@SH`mHDeAI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBXKBQYPA@ @@@SHPsIPcAI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBt\BtXPA@@@@ SH@tJLdAI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB@mBCYPA@@@@SHp uKxgAI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB\}B~YPA@@@@SHPvL` nAI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBdMCh[PA@@@@SH@qMlwAI @@@@ho@@@PC@@@@@@p@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBP\C{]PA@@@@SHPfNdCBI@@@ @ho@@@PC@@@@@@p@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBdiCy`PA@@@@SH`MOtOBI@@@@ho @@@PC@@@@@@p@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBXsC}cPA@@@@SH`pOL_BI@@@@ho@@@ PC@@@@@@p@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBH|CsgPA@@@@SHPHP|oBI@@@@ho@@@PC@ @@@@@p@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBDBDkPA@@@@SH@TPt@CI@@@@ho@@@PC@@@@ @@p@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB@EDMpPA@@@@SHpTPTPCI@@@@ho@@@PC@@@@@@p @HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBLEDEtPA@@@@SH`IPhbCI@@@@ho@@@PC@@@@@@p@H B@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBXBDjxPA@@@@SHpuO\qCI@@@@ho@@@PC@@@@@@p@HB@D @@@@tR@E@@A@@@@pG@A@T@@@@@EB\}CW|PA@@@@SHpSOdADI@@@@ho@@@PC@@@@@@p@HB@D@@@ @tR@D@@A@@@@pGPA@T@@@@@EB|tCY@QA@@@@SH`lNXNDI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR @E@@A@@@@pG@A@T@@@@@EBHkCfCQA@@@@SH@yM`ZDI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@D@ @A@@@@pGPA@T@@@@@EBP^ChFQA@@@@SHp@MpcDI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@E@@A@ @@@pG@A@T@@@@@EBLPC|HQA@@@@SH`@LxjDI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@D@@A@@@@ pGPA@T@@@@@EBH@CnJQA@@@@SH@BK|nDI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@E@@A@@@@pG@ A@T@@@@@EB`pBoKQA@@@@SH`|I`pDI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@D@@A@@@@pGPA@T @@@@@EBH_BHLQA@@@@SH`tH|nDI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@E@@A@@@@pG@A@T@@@ @@EBHMBoKQA@@@@SH`wGDkDI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@E Bx}AqJQA@@@@SHPyFTdDI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBTn AEIQA@@@@SHP~EpZDI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBd_AlF QA@@@@SHpKEDODI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB|RAqCQA@ @@@SHPcDxADI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBtHA^@QA@@@@ SH`@DhqCI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBH@AZ|PA@@@@SHp kCxaCI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB|z@^xPA@@@@SHPaCT PCI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBTx@EtPA@@@@SHPbCT@CI @@@@ho@@@PC@@@@@@p@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBdx@EpPA@@@@SHpnC@oBI@@@ @ho@@@PC@@@@@@p@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBl{@pkPA@@@@SH@ED`_BI@@@@ho @@@PC@@@@@@p@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBPAAxgPA@@@@SHpfD\PBI@@@@ho@@@ PC@@@@@@p@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBlIAGdPA@@@@SH@QEPCBI@@@@ho@@@PC@ @@@@@p@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBPTAt`PA@@@@SHpEFdwAI@@@@ho@@@PC@@@@ @@p@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB\aAy]PA@@@@SH`FdnAI@@@@ho@@@PC@@@@@@p @HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBxoAi[PA@@@@SHpG|gAI@@@@ho@@@PC@@@@@@p@H B@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB|AYPA@@@@SHPCILdAI@@@@ho@@@PC@@@@@@p@HB@D @@@@tR@D@@A@@@@pGPA@T@@@@@EBtPBCYPA@@@@SH`BJPcAI@@@@ho@@@PC@@@@@@p@HB@D@@@ @tR@E@@A@@@@pG@A@T@@@@@EBh`BtXPA@@@@SHpJKLeAI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR @D@@A@@@@pGPA@T@@@@@EBlrBSYPA@@@@SHPILdiAI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@E@ @A@@@@pG@A@T@@@@@EBTBCYZPA@@@@SH@HM|pAI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@D@@A@ @@@pGPA@T@@@@@EB@RCO\PA@@@@SH`~MTzAI@@@@ho@@@PC@@@@@@p@HB@D@@@@tR@E@@A@@@@ pG@A@T@@@@@EBh_Ce^PA@@@@SHpqNpFBI@@@@ho@@@`F@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGP A@T@@@@@EBp]Db{PA@@@@SH@AHnCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T @@@@@EBp]DxzPA@@@@SH@wQppCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@ @@EB`VDM{PA@@@@SH@ZQ\oCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@E BPODM{PA@@@@SH@}P\oCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB@H DM{PA@@@@SH@`P\oCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBp@DM{ PA@@@@SH@CP\oCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB\yCxzPA@ @@@SHpeOppCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBLrCM{PA@@@@ SHpHO\oCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB|jCM{PA@@@@SHp kN\oCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBlcCM{PA@@@@SHpNN\ oCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB\\CM{PA@@@@SHpqM\oCI @@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBLUCxzPA@@@@SHpTMppCI@@@ @ho@@@PC@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB|MCM{PA@@@@SHpwL\oCI@@@@ho @@@PC@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBlFCM{PA@@@@SHpZL\oCI@@@@ho@@@ PC@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB\BM{PA@@@@SHp}K\oCI@@@@ho@@@PC@ @@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBHxBM{PA@@@@SH``K\oCI@@@@ho@@@PC@@@@ @@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBxpBxzPA@@@@SH`CKppCI@@@@ho@@@PC@@@@@@@ @@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBhiBM{PA@@@@SH`fJ\oCI@@@@ho@@@PC@@@@@@@@@H B@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBXbBM{PA@@@@SH`IJ\oCI@@@@ho@@@PC@@@@@@@@@HB@D @@@@tR@E@@A@@@@pG@A@T@@@@@EBH[BM{PA@@@@SH`lI\oCI@@@@ho@@@PC@@@@@@@@@HB@D@@@ @tR@D@@A@@@@pGPA@T@@@@@EBxSBM{PA@@@@SH`OI\oCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR @E@@A@@@@pG@A@T@@@@@EBhLBxzPA@@@@SH`rHppCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@D@ @A@@@@pGPA@T@@@@@EBXEBM{PA@@@@SH`UH\oCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@E@@A@ @@@pG@A@T@@@@@EBD~AM{PA@@@@SHPxG\oCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@D@@A@@@@ pGPA@T@@@@@EBtvAM{PA@@@@SHP[G\oCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@ A@T@@@@@EBdoAM{PA@@@@SHP~F\oCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T @@@@@EBThAxzPA@@@@SHPaFppCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@ @@EBDaAM{PA@@@@SHPDF\oCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@E BtYAM{PA@@@@SHPgE\oCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBdR AM{PA@@@@SHPJE\oCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBTKAM{ PA@@@@SHPmD\oCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EBDDAxzPA@ @@@SHPPDppCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBp|@M{PA@@@@ SH@sC\oCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB`u@M{PA@@@@SH@ VC\oCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBPn@M{PA@@@@SH@yB\ oCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB@g@M{PA@@@@SH@\B\oCI @@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EBp_@xzPA@@@@SH@AppCI@@@ @ho@@@`F@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB\yCmRPA@@@@SHpeO\QFI@@@@ho @@@PC@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB`zCgSPA@@@@SHpaO\NAI@@@@ho@@@ PC@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB`{CPWPA@@@@SHp]O@]AI@@@@ho@@@PC@ @@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB`zCxZPA@@@@SHpaO`kAI@@@@ho@@@PC@@@@ @@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB`zC`^PA@@@@SHpaO@zAI@@@@ho@@@PC@@@@@@@ @@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB`zCHbPA@@@@SHpaO`HBI@@@@ho@@@PC@@@@@@@@@H B@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB`zCqePA@@@@SHpaODWBI@@@@ho@@@PC@@@@@@@@@HB@D @@@@tR@D@@A@@@@pGPA@T@@@@@EB`{CYiPA@@@@SHp]OdeBI@@@@ho@@@PC@@@@@@@@@HB@D@@@ @tR@E@@A@@@@pG@A@T@@@@@EB`zCAmPA@@@@SHpaODtBI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR @D@@A@@@@pGPA@T@@@@@EB`zCipPA@@@@SHpaOdBCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@E@ @A@@@@pG@A@T@@@@@EB`zCRtPA@@@@SHpaOHQCI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@D@@A@ @@@pGPA@T@@@@@EB`zCzwPA@@@@SHpaOh_CI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@E@@A@@@@ pG@A@T@@@@@EB`zCJPA@@@@SHpaOh|CI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGP A@T@@@@@EB`zCrBQA@@@@SHpaOHKDI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T @@@@@EB`zC[FQA@@@@SHpaOlYDI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@ @@EB`zCCJQA@@@@SHpaOLhDI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@E B`{CkMQA@@@@SHp]OlvDI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB`z CSQQA@@@@SHpaOLEEI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB`zC|T QA@@@@SHpaOpSEI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB`zCdXQA@ @@@SHpaOPbEI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB`zCL\QA@@@@ SHpaOppEI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@D@@A@@@@pGPA@T@@@@@EB`{Ct_QA@@@@SHp ]OPEI@@@@ho@@@PC@@@@@@@@@HB@D@@@@tR@E@@A@@@@pG@A@T@@@@@EB`zC]cQA@@@@SHpaOt MFH@@@@DRAD@PKpxRM`IqJM\@@@@PHED@@p@pgPPcCH@@@@DRAC@@LnTC@Ww`^M\@@@@PHED@@q @`dKPcCH@@@@DRAC@PLnTC@Ne`^M\@@@@PHED@@r@PBGPcCH@@@@DRAC@`LnTC@ES`^M\@@@@PH ED@@s@@`BPcCG@@@@DRAB@PKr@LDfUpA@@@@aT`@@tRL@Cq{I\@@@@PHED@@q@@pPdrDG@@@@DR AA@`L@@LDr^AA@@@@gDpS@@@@@|AH@@C@@@@@@@ %%%%%%%%%%%%%%%%%%%% End /document/oscul_circle.wmf %%%%%%%%%%%%%%%%%%%