(*^ ::[paletteColors = 128; currentKernel; fontset = title, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeTitle, center, M7, bold, L1, e8, 24, "Times"; ; fontset = subtitle, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeTitle, center, M7, bold, L1, e6, 18, "Times"; ; fontset = subsubtitle, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeTitle, center, M7, italic, L1, e6, 14, "Times"; ; fontset = section, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeSection, grayBox, M22, bold, L1, a20, 18, "Times"; ; fontset = subsection, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeSection, blackBox, M19, bold, L1, a15, 14, "Times"; ; fontset = subsubsection, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeSection, whiteBox, M18, bold, L1, a12, 12, "Times"; ; fontset = text, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1, 12, "Times"; ; fontset = smalltext, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1, 10, "Times"; ; fontset = input, noPageBreakInGroup, nowordwrap, preserveAspect, groupLikeInput, M42, N23, bold, L-5, 12, "Courier"; ; fontset = output, output, inactive, noPageBreakInGroup, nowordwrap, preserveAspect, groupLikeOutput, M42, N23, L-5, 12, "Courier"; ; fontset = message, inactive, noPageBreakInGroup, nowordwrap, preserveAspect, groupLikeOutput, M42, N23, R65535, L-5, 12, "Courier"; ; fontset = print, inactive, noPageBreakInGroup, nowordwrap, preserveAspect, groupLikeOutput, M42, N23, L-5, 12, "Courier"; ; fontset = info, inactive, noPageBreakInGroup, nowordwrap, preserveAspect, groupLikeOutput, M42, N23, B65535, L-5, 12, "Courier"; ; fontset = postscript, PostScript, formatAsPostScript, output, inactive, noPageBreakInGroup, nowordwrap, preserveAspect, groupLikeGraphics, M7, l34, w282, h287, L1, 12, "Courier"; ; fontset = name, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, italic, L1, 10, "Geneva"; ; fontset = header, inactive, noKeepOnOnePage, preserveAspect, M7, L1, 12, "Times"; ; fontset = Left Header, inactive, 12, "Times"; ; fontset = footer, inactive, noKeepOnOnePage, preserveAspect, center, M7, L1, 12, "Times"; ; fontset = Left Footer, inactive, 12, "Times"; ; fontset = help, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1, 10, "Times"; ; fontset = clipboard, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1, 12, "Times"; ; fontset = completions, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1, 12, "Times"; ; fontset = special1, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1, 12, "Times"; ; fontset = special2, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1, 12, "Times"; ; fontset = special3, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1, 12, "Times"; ; fontset = special4, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1, 12, "Times"; ; fontset = special5, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, L1, 12, "Times"; ;] :[font = input; inactive; dontPreserveAspect; ] from Exploring Neural Networks with Mathematicaª © Jacques J. Vidal, 1990 ;[s] 5:0,1;4,2;37,1;48,2;75,0;76,-1; 3:1,12,10,Courier,1,12,0,0,0;2,15,12,New York,3,12,0,0,0;2,15,12,New York,1,12,0,0,0; :[font = section; inactive; dontPreserveAspect; ] Dynamic Models of Excitable Membranes :[font = subsection; inactive; dontPreserveAspect; ] Bonhoeffer Van der Pol Model :[font = subsubsection; inactive; preserveAspect; ] Definitions :[font = subsubsection; inactive; preserveAspect; startGroup; ] Equations :[font = text; inactive; dontPreserveAspect; ] We start with the classic linear homogeneous second order equation. In subsequent development, the stae variable will stand for excitation. ;[s] 3:0,0;128,1;139,0;141,-1; 2:2,13,9,Times,0,12,0,0,0;1,13,9,Times,2,12,0,0,0; :[font = input; inactive; dontPreserveAspect; ] e''+ c e'+ e==0; :[font = text; inactive; dontPreserveAspect; ] c functions as a damping coefficient. The Van der Pol equation has the same form but the damping a function of the squared amplitude of e. ;[s] 2:0,1;1,0;139,-1; 2:1,13,9,Times,0,12,0,0,0;1,13,9,Times,1,12,0,0,0; :[font = input; inactive; dontPreserveAspect; ] e'' + c(e^2 - 1)edot + e ==0; :[font = text; inactive; dontPreserveAspect; ] This second-order differential equation can be replaced by two first order equations by introducing an auxiliary state variable r = e'. The Van der Pol - Lienard equation has that form, with the addition of a self decay term :[font = input; inactive; dontPreserveAspect; ] e'- c(r+e-(e^3)/3)==0; r' +(e-a + b r)/(c^2)==0; :[font = text; inactive; dontPreserveAspect; ] To accomodate input one needs to add a term to the excitation. The result si known as the BVP (Bonhoeffer- Van der Pol) model. :[font = input; inactive; dontPreserveAspect; endGroup; ] e' == c(r+e-(e^3)/3 + input); r'==-(e-a + b r)/(c^2); :[font = subsubsection; inactive; preserveAspect; startGroup; ] Stability Properties :[font = text; inactive; dontPreserveAspect; ] To explore the stability properties of this equation, assume that {e1,r1} are the state coordinates of the equilibrium point (there will only be one such point, i.e., one real root the the above pair of equations when e' and r' are equated to zero). We can redefine the state variables with respect to that point: ;[s] 7:0,0;67,1;74,0;220,1;222,0;226,1;229,0;316,-1; 2:4,13,9,Times,0,12,0,0,0;3,13,9,Times,1,12,0,0,0; :[font = input; inactive; dontPreserveAspect; ] ee = e-e1 rr = r-r1 :[font = text; inactive; dontPreserveAspect; ] and with a Taylor serie obtain a set of equations in {ee,rr} that will represent the behavior of the BVP equation in the immediate vicinity of the singular point: :[font = input; inactive; dontPreserveAspect; ] ee' == c [ rr + (1-e1^2) ee + e1 ee^2 + ee^3/3] rr' == -(ee + b rr)/c :[font = text; inactive; dontPreserveAspect; ] If we neglect the powered terms, the equations are linear :[font = input; inactive; dontPreserveAspect; ] ee' == c [ rr + (1-e1^2) ee] rr' == -(ee + b rr)/c :[font = text; inactive; dontPreserveAspect; ] with the characteristic matrix :[font = input; inactive; dontPreserveAspect; ] ermatrix={ {(1-e1^2)c,c},{-1/c,-b/c} }; :[font = text; inactive; preserveAspect; ] and the characteristic equation :[font = input; inactive; dontPreserveAspect; startGroup; ] Collect[Det[ermatrix-lambda IdentityMatrix[2]],lambda] :[font = output; input; inactive; dontPreserveAspect; endGroup; ] 1 - b + b*e1^2 + (b/c - c + c*e1^2)*lambda + lambda^2 ;[o] 2 b 2 2 1 - b + b e1 + (- - c + c e1 ) lambda + lambda c :[font = text; inactive; dontPreserveAspect; endGroup; ] If both roots are negative, i.e. if 1-e^2 1.199408035244034977, r -> -0.6242600440550437217}, {e -> -0.5997040176220174886 + 1.352381132024536635*I, r -> 1.624630022027521861 - 1.690476415030670793*I}, {e -> -0.5997040176220174886 - 1.352381132024536635*I, r -> 1.624630022027521861 + 1.690476415030670793*I}} ;[o] {{e -> 1.19941, r -> -0.62426}, {e -> -0.599704 + 1.35238 I, r -> 1.62463 - 1.69048 I}, {e -> -0.599704 - 1.35238 I, r -> 1.62463 + 1.69048 I}} :[font = text; inactive; dontPreserveAspect; ] We extract the real root pair (the first pair) out of that expression: :[font = input; dontPreserveAspect; startGroup; ] equilibriumPoint={e1,r1}={ %[[1,1,2]], %[[1,2,2]] } :[font = output; output; inactive; dontPreserveAspect; endGroup; ] {1.199408035244034977, -0.6242600440550437217} ;[o] {1.19941, -0.62426} :[font = text; inactive; dontPreserveAspect; ] Now we will solve the differntial system and calculate the trajectories induced by brief injections of excitation (current). This is accomplished by taking a succession of initial conditions with increasing displacements (toward excitation) from the equilibrium point: :[font = input; preserveAspect; startGroup; ] i=1;{e1,r1}=equilibriumPoint; displacement=0.4; Do[ solution = NDSolve[ { e'[t] == c(r[t]+e[t]-(e[t]^3)/3), r'[t] == -(e[t]-a + b r[t])/(c^2), e[0]==e1-displacement, r[0]==r1 }, {e,r}, {t,0,50}]; pp[i]=ParametricPlot[Evaluate[{e[t],r[t]} /.solution],{t,0,20}, AxesOrigin->{0,0},PlotRange->{{-2.5,2.5},{-2.5,2.5}},AspectRatio->1, PlotLabel->"Displacement"displacement]; tp[i]=Plot[Evaluate[e[t]/.solution],{t,0,50}, PlotRange->{-2.5,2.5}, PlotLabel->"excitation"]; Increment[i];AddTo[displacement,0.04], {5}] :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 282; ] %! %%Creator: Mathematica %%AspectRatio: 1 MathPictureStart /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.2 0.5 0.2 [ [(-2)] 0.1 0.5 0 2 Msboxa [(-1)] 0.3 0.5 0 2 Msboxa [(1)] 0.7 0.5 0 2 Msboxa [(2)] 0.9 0.5 0 2 Msboxa [(0.4 Displacement)] 0.5 1 0 -2 Msboxa [(-2)] 0.4875 0.1 1 0 Msboxa [(-1)] 0.4875 0.3 1 0 Msboxa [(1)] 0.4875 0.7 1 0 Msboxa [(2)] 0.4875 0.9 1 0 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 1.001 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath %%Object: Graphics [ ] 0 setdash 0 setgray gsave gsave 0.002 setlinewidth 0.1 0.5 moveto 0.1 0.50625 lineto stroke grestore [(-2)] 0.1 0.5 0 2 Mshowa gsave 0.002 setlinewidth 0.3 0.5 moveto 0.3 0.50625 lineto stroke grestore [(-1)] 0.3 0.5 0 2 Mshowa gsave 0.002 setlinewidth 0.7 0.5 moveto 0.7 0.50625 lineto stroke grestore [(1)] 0.7 0.5 0 2 Mshowa gsave 0.002 setlinewidth 0.9 0.5 moveto 0.9 0.50625 lineto stroke grestore [(2)] 0.9 0.5 0 2 Mshowa gsave 0.001 setlinewidth 0.14 0.5 moveto 0.14 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.18 0.5 moveto 0.18 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.22 0.5 moveto 0.22 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.26 0.5 moveto 0.26 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.34 0.5 moveto 0.34 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.38 0.5 moveto 0.38 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.42 0.5 moveto 0.42 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.46 0.5 moveto 0.46 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.54 0.5 moveto 0.54 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.58 0.5 moveto 0.58 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.62 0.5 moveto 0.62 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.66 0.5 moveto 0.66 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.74 0.5 moveto 0.74 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.78 0.5 moveto 0.78 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.82 0.5 moveto 0.82 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.86 0.5 moveto 0.86 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.06 0.5 moveto 0.06 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.02 0.5 moveto 0.02 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.94 0.5 moveto 0.94 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.98 0.5 moveto 0.98 0.50375 lineto stroke grestore gsave 0.002 setlinewidth 0 0.5 moveto 1 0.5 lineto stroke grestore [(0.4 Displacement)] 0.5 1 0 -2 Mshowa gsave 0.002 setlinewidth 0.5 0.1 moveto 0.50625 0.1 lineto stroke grestore [(-2)] 0.4875 0.1 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.3 moveto 0.50625 0.3 lineto stroke grestore [(-1)] 0.4875 0.3 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.7 moveto 0.50625 0.7 lineto stroke grestore [(1)] 0.4875 0.7 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.9 moveto 0.50625 0.9 lineto stroke grestore [(2)] 0.4875 0.9 1 0 Mshowa gsave 0.001 setlinewidth 0.5 0.14 moveto 0.50375 0.14 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.18 moveto 0.50375 0.18 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.22 moveto 0.50375 0.22 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.26 moveto 0.50375 0.26 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.34 moveto 0.50375 0.34 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.38 moveto 0.50375 0.38 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.42 moveto 0.50375 0.42 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.46 moveto 0.50375 0.46 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.54 moveto 0.50375 0.54 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.58 moveto 0.50375 0.58 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.62 moveto 0.50375 0.62 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.66 moveto 0.50375 0.66 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.74 moveto 0.50375 0.74 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.78 moveto 0.50375 0.78 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.82 moveto 0.50375 0.82 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.86 moveto 0.50375 0.86 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.06 moveto 0.50375 0.06 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.02 moveto 0.50375 0.02 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.94 moveto 0.50375 0.94 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.98 moveto 0.50375 0.98 lineto stroke grestore gsave 0.002 setlinewidth 0.5 0 moveto 0.5 1 lineto stroke grestore grestore 0 0 moveto 1 0 lineto 1 1 lineto 0 1 lineto closepath clip newpath gsave gsave gsave 0.004 setlinewidth 0.65988 0.37515 moveto 0.65997 0.37538 lineto 0.66008 0.37561 lineto 0.66035 0.37607 lineto 0.66072 0.37652 lineto 0.66118 0.37697 lineto 0.6624 0.37785 lineto 0.66404 0.37871 lineto 0.66614 0.37954 lineto 0.66871 0.38034 lineto 0.67179 0.38109 lineto 0.67536 0.3818 lineto 0.68394 0.38306 lineto 0.68886 0.38361 lineto 0.69411 0.38409 lineto 0.70522 0.38485 lineto 0.71084 0.38512 lineto 0.71634 0.38533 lineto 0.72162 0.38548 lineto 0.72413 0.38553 lineto 0.72536 0.38555 lineto 0.72656 0.38557 lineto 0.72774 0.38558 lineto 0.72889 0.38559 lineto 0.73001 0.38559 lineto 0.73111 0.3856 lineto 0.73217 0.3856 lineto 0.73321 0.38559 lineto 0.73422 0.38559 lineto 0.7352 0.38558 lineto 0.73707 0.38555 lineto 0.73796 0.38553 lineto 0.73882 0.38551 lineto 0.74197 0.38541 lineto 0.74337 0.38535 lineto 0.74466 0.38528 lineto 0.74692 0.38512 lineto 0.74878 0.38493 lineto 0.7503 0.38473 lineto 0.75152 0.38451 lineto 0.75247 0.38429 lineto 0.75319 0.38406 lineto 0.75348 0.38394 lineto 0.75372 0.38382 lineto 0.75409 0.38357 lineto 0.75423 0.38345 lineto 0.75433 0.38333 lineto 0.7544 0.38321 lineto 0.75443 0.38315 lineto 0.75446 0.38309 lineto Mistroke 0.75447 0.38303 lineto 0.75448 0.38297 lineto 0.75449 0.38291 lineto 0.75449 0.38285 lineto 0.75449 0.38279 lineto 0.75448 0.38273 lineto 0.75447 0.38267 lineto 0.75445 0.38261 lineto 0.75441 0.38249 lineto 0.75435 0.38237 lineto 0.7542 0.38214 lineto 0.75402 0.38191 lineto 0.75355 0.38147 lineto 0.75242 0.38064 lineto 0.75119 0.3799 lineto 0.74882 0.37866 lineto 0.74677 0.37771 lineto 0.74508 0.37699 lineto 0.74374 0.37646 lineto 0.7427 0.37607 lineto 0.74191 0.37579 lineto 0.74132 0.37559 lineto 0.74089 0.37545 lineto 0.74058 0.37535 lineto 0.74036 0.37529 lineto 0.74021 0.37524 lineto 0.7401 0.37521 lineto 0.74003 0.37519 lineto 0.73998 0.37518 lineto 0.73995 0.37517 lineto 0.73993 0.37516 lineto 0.73991 0.37516 lineto 0.7399 0.37515 lineto Mfstroke grestore grestore grestore % End of Graphics MathPictureEnd :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 174; ] %! %%Creator: Mathematica %%AspectRatio: 0.61803 MathPictureStart /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.0190476 0.309017 0.123607 [ [(10)] 0.21429 0.30902 0 2 Msboxa [(20)] 0.40476 0.30902 0 2 Msboxa [(30)] 0.59524 0.30902 0 2 Msboxa [(40)] 0.78571 0.30902 0 2 Msboxa [(50)] 0.97619 0.30902 0 2 Msboxa [(excitation)] 0.5 0.61803 0 -2 Msboxa [(-2)] 0.01131 0.0618 1 0 Msboxa [(-1)] 0.01131 0.18541 1 0 Msboxa [(1)] 0.01131 0.43262 1 0 Msboxa [(2)] 0.01131 0.55623 1 0 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 0.61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath %%Object: Graphics [ ] 0 setdash 0 setgray gsave gsave 0.002 setlinewidth 0.21429 0.30902 moveto 0.21429 0.31527 lineto stroke grestore [(10)] 0.21429 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.40476 0.30902 moveto 0.40476 0.31527 lineto stroke grestore [(20)] 0.40476 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.59524 0.30902 moveto 0.59524 0.31527 lineto stroke grestore [(30)] 0.59524 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.78571 0.30902 moveto 0.78571 0.31527 lineto stroke grestore [(40)] 0.78571 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.97619 0.30902 moveto 0.97619 0.31527 lineto stroke grestore [(50)] 0.97619 0.30902 0 2 Mshowa gsave 0.001 setlinewidth 0.0619 0.30902 moveto 0.0619 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.1 0.30902 moveto 0.1 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.1381 0.30902 moveto 0.1381 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.17619 0.30902 moveto 0.17619 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.25238 0.30902 moveto 0.25238 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.29048 0.30902 moveto 0.29048 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.32857 0.30902 moveto 0.32857 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.36667 0.30902 moveto 0.36667 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.44286 0.30902 moveto 0.44286 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.48095 0.30902 moveto 0.48095 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.51905 0.30902 moveto 0.51905 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.55714 0.30902 moveto 0.55714 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.63333 0.30902 moveto 0.63333 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.67143 0.30902 moveto 0.67143 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.70952 0.30902 moveto 0.70952 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.74762 0.30902 moveto 0.74762 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.82381 0.30902 moveto 0.82381 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.8619 0.30902 moveto 0.8619 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.9 0.30902 moveto 0.9 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.9381 0.30902 moveto 0.9381 0.31277 lineto stroke grestore gsave 0.002 setlinewidth 0 0.30902 moveto 1 0.30902 lineto stroke grestore [(excitation)] 0.5 0.61803 0 -2 Mshowa gsave 0.002 setlinewidth 0.02381 0.0618 moveto 0.03006 0.0618 lineto stroke grestore [(-2)] 0.01131 0.0618 1 0 Mshowa gsave 0.002 setlinewidth 0.02381 0.18541 moveto 0.03006 0.18541 lineto stroke grestore [(-1)] 0.01131 0.18541 1 0 Mshowa gsave 0.002 setlinewidth 0.02381 0.43262 moveto 0.03006 0.43262 lineto stroke grestore [(1)] 0.01131 0.43262 1 0 Mshowa gsave 0.002 setlinewidth 0.02381 0.55623 moveto 0.03006 0.55623 lineto stroke grestore [(2)] 0.01131 0.55623 1 0 Mshowa gsave 0.001 setlinewidth 0.02381 0.08652 moveto 0.02756 0.08652 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.11125 moveto 0.02756 0.11125 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.13597 moveto 0.02756 0.13597 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.16069 moveto 0.02756 0.16069 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.21013 moveto 0.02756 0.21013 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.23485 moveto 0.02756 0.23485 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.25957 moveto 0.02756 0.25957 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.2843 moveto 0.02756 0.2843 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.33374 moveto 0.02756 0.33374 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.35846 moveto 0.02756 0.35846 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.38318 moveto 0.02756 0.38318 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.4079 moveto 0.02756 0.4079 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.45735 moveto 0.02756 0.45735 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.48207 moveto 0.02756 0.48207 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.50679 moveto 0.02756 0.50679 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.53151 moveto 0.02756 0.53151 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.03708 moveto 0.02756 0.03708 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.01236 moveto 0.02756 0.01236 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.58095 moveto 0.02756 0.58095 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.60567 moveto 0.02756 0.60567 lineto stroke grestore gsave 0.002 setlinewidth 0.02381 0 moveto 0.02381 0.61803 lineto stroke grestore grestore 0 0 moveto 1 0 lineto 1 0.61803 lineto 0 0.61803 lineto closepath clip newpath gsave gsave gsave 0.004 setlinewidth 0.02381 0.40783 moveto 0.02505 0.40799 lineto 0.02629 0.40823 lineto 0.02877 0.40898 lineto 0.03001 0.4095 lineto 0.03125 0.41012 lineto 0.03373 0.4117 lineto 0.03621 0.41373 lineto 0.03869 0.41625 lineto 0.04365 0.4227 lineto 0.05357 0.43932 lineto 0.05853 0.44754 lineto 0.06349 0.45438 lineto 0.06597 0.45713 lineto 0.06845 0.45943 lineto 0.07093 0.46129 lineto 0.07341 0.46277 lineto 0.07589 0.46392 lineto 0.07837 0.46478 lineto 0.08085 0.4654 lineto 0.08209 0.46563 lineto 0.08333 0.46583 lineto 0.08457 0.46598 lineto 0.08581 0.4661 lineto 0.08705 0.46619 lineto 0.08829 0.46625 lineto 0.08953 0.46628 lineto 0.09077 0.4663 lineto 0.09201 0.4663 lineto 0.09325 0.46628 lineto 0.09449 0.46624 lineto 0.09573 0.4662 lineto 0.09697 0.46614 lineto 0.09821 0.46607 lineto 0.10317 0.46572 lineto 0.12302 0.46388 lineto 0.14286 0.46213 lineto 0.1627 0.46073 lineto 0.18254 0.45966 lineto 0.20238 0.45888 lineto 0.2123 0.45858 lineto 0.22222 0.45833 lineto 0.24206 0.45795 lineto 0.25198 0.45782 lineto 0.2619 0.4577 lineto 0.27183 0.45761 lineto 0.28175 0.45754 lineto 0.29167 0.45748 lineto 0.30159 0.45744 lineto 0.31151 0.4574 lineto Mistroke 0.32143 0.45737 lineto 0.33135 0.45735 lineto 0.34127 0.45733 lineto 0.35119 0.45732 lineto 0.36111 0.45731 lineto 0.37103 0.4573 lineto 0.38095 0.45729 lineto 0.39087 0.45729 lineto 0.40079 0.45729 lineto 0.41071 0.45728 lineto 0.42063 0.45728 lineto 0.43056 0.45728 lineto 0.44048 0.45728 lineto 0.4504 0.45728 lineto 0.46032 0.45727 lineto 0.47024 0.45727 lineto 0.48016 0.45727 lineto 0.49008 0.45727 lineto 0.49504 0.45727 lineto 0.5 0.45727 lineto 0.50992 0.45727 lineto 0.51488 0.45727 lineto 0.51984 0.45727 lineto 0.52232 0.45727 lineto 0.5248 0.45727 lineto 0.52976 0.45727 lineto 0.53968 0.45727 lineto 0.54464 0.45727 lineto 0.54712 0.45727 lineto 0.5496 0.45727 lineto 0.55208 0.45727 lineto 0.55456 0.45727 lineto 0.55704 0.45727 lineto 0.55952 0.45727 lineto 0.56448 0.45727 lineto 0.56944 0.45727 lineto 0.57192 0.45727 lineto 0.5744 0.45727 lineto 0.57688 0.45727 lineto 0.57813 0.45727 lineto 0.57937 0.45727 lineto 0.58061 0.45727 lineto 0.58185 0.45727 lineto 0.58309 0.45727 lineto 0.58433 0.45727 lineto 0.58557 0.45727 lineto 0.58681 0.45727 lineto 0.58929 0.45727 lineto 0.59177 0.45727 lineto 0.59425 0.45727 lineto Mistroke 0.59673 0.45727 lineto 0.59921 0.45727 lineto 0.60045 0.45727 lineto 0.60169 0.45727 lineto 0.60293 0.45727 lineto 0.60417 0.45727 lineto 0.60541 0.45727 lineto 0.60665 0.45727 lineto 0.60789 0.45727 lineto 0.60913 0.45727 lineto 0.61905 0.45727 lineto 0.63889 0.45727 lineto 0.65873 0.45727 lineto 0.66369 0.45727 lineto 0.66617 0.45727 lineto 0.66741 0.45727 lineto 0.66865 0.45727 lineto 0.67113 0.45727 lineto 0.67361 0.45727 lineto 0.67857 0.45727 lineto 0.68849 0.45727 lineto 0.69841 0.45727 lineto 0.70833 0.45727 lineto 0.71329 0.45727 lineto 0.71825 0.45727 lineto 0.72073 0.45727 lineto 0.72197 0.45727 lineto 0.72321 0.45727 lineto 0.72445 0.45727 lineto 0.72569 0.45727 lineto 0.72817 0.45727 lineto 0.7381 0.45727 lineto 0.77778 0.45727 lineto 0.81746 0.45727 lineto 0.85714 0.45727 lineto 0.89683 0.45727 lineto 0.93651 0.45727 lineto 0.97619 0.45727 lineto Mfstroke grestore grestore grestore % End of Graphics MathPictureEnd :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 282; ] %! %%Creator: Mathematica %%AspectRatio: 1 MathPictureStart /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.2 0.5 0.2 [ [(-2)] 0.1 0.5 0 2 Msboxa [(-1)] 0.3 0.5 0 2 Msboxa [(1)] 0.7 0.5 0 2 Msboxa [(2)] 0.9 0.5 0 2 Msboxa [(0.44 Displacement)] 0.5 1 0 -2 Msboxa [(-2)] 0.4875 0.1 1 0 Msboxa [(-1)] 0.4875 0.3 1 0 Msboxa [(1)] 0.4875 0.7 1 0 Msboxa [(2)] 0.4875 0.9 1 0 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 1.001 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath %%Object: Graphics [ ] 0 setdash 0 setgray gsave gsave 0.002 setlinewidth 0.1 0.5 moveto 0.1 0.50625 lineto stroke grestore [(-2)] 0.1 0.5 0 2 Mshowa gsave 0.002 setlinewidth 0.3 0.5 moveto 0.3 0.50625 lineto stroke grestore [(-1)] 0.3 0.5 0 2 Mshowa gsave 0.002 setlinewidth 0.7 0.5 moveto 0.7 0.50625 lineto stroke grestore [(1)] 0.7 0.5 0 2 Mshowa gsave 0.002 setlinewidth 0.9 0.5 moveto 0.9 0.50625 lineto stroke grestore [(2)] 0.9 0.5 0 2 Mshowa gsave 0.001 setlinewidth 0.14 0.5 moveto 0.14 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.18 0.5 moveto 0.18 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.22 0.5 moveto 0.22 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.26 0.5 moveto 0.26 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.34 0.5 moveto 0.34 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.38 0.5 moveto 0.38 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.42 0.5 moveto 0.42 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.46 0.5 moveto 0.46 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.54 0.5 moveto 0.54 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.58 0.5 moveto 0.58 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.62 0.5 moveto 0.62 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.66 0.5 moveto 0.66 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.74 0.5 moveto 0.74 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.78 0.5 moveto 0.78 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.82 0.5 moveto 0.82 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.86 0.5 moveto 0.86 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.06 0.5 moveto 0.06 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.02 0.5 moveto 0.02 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.94 0.5 moveto 0.94 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.98 0.5 moveto 0.98 0.50375 lineto stroke grestore gsave 0.002 setlinewidth 0 0.5 moveto 1 0.5 lineto stroke grestore [(0.44 Displacement)] 0.5 1 0 -2 Mshowa gsave 0.002 setlinewidth 0.5 0.1 moveto 0.50625 0.1 lineto stroke grestore [(-2)] 0.4875 0.1 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.3 moveto 0.50625 0.3 lineto stroke grestore [(-1)] 0.4875 0.3 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.7 moveto 0.50625 0.7 lineto stroke grestore [(1)] 0.4875 0.7 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.9 moveto 0.50625 0.9 lineto stroke grestore [(2)] 0.4875 0.9 1 0 Mshowa gsave 0.001 setlinewidth 0.5 0.14 moveto 0.50375 0.14 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.18 moveto 0.50375 0.18 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.22 moveto 0.50375 0.22 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.26 moveto 0.50375 0.26 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.34 moveto 0.50375 0.34 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.38 moveto 0.50375 0.38 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.42 moveto 0.50375 0.42 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.46 moveto 0.50375 0.46 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.54 moveto 0.50375 0.54 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.58 moveto 0.50375 0.58 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.62 moveto 0.50375 0.62 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.66 moveto 0.50375 0.66 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.74 moveto 0.50375 0.74 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.78 moveto 0.50375 0.78 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.82 moveto 0.50375 0.82 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.86 moveto 0.50375 0.86 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.06 moveto 0.50375 0.06 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.02 moveto 0.50375 0.02 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.94 moveto 0.50375 0.94 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.98 moveto 0.50375 0.98 lineto stroke grestore gsave 0.002 setlinewidth 0.5 0 moveto 0.5 1 lineto stroke grestore grestore 0 0 moveto 1 0 lineto 1 1 lineto 0 1 lineto closepath clip newpath gsave gsave gsave 0.004 setlinewidth 0.65188 0.37515 moveto 0.65157 0.37566 lineto 0.65132 0.37617 lineto 0.65122 0.37642 lineto 0.65114 0.37667 lineto 0.65107 0.37693 lineto 0.65103 0.37718 lineto 0.651 0.37743 lineto 0.65099 0.37768 lineto 0.65099 0.37793 lineto 0.65102 0.37818 lineto 0.65107 0.37843 lineto 0.65114 0.37868 lineto 0.65124 0.37893 lineto 0.65135 0.37918 lineto 0.65166 0.37967 lineto 0.65206 0.38016 lineto 0.65257 0.38064 lineto 0.65319 0.38112 lineto 0.6548 0.38205 lineto 0.65692 0.38296 lineto 0.65961 0.38382 lineto 0.6629 0.38465 lineto 0.66682 0.38543 lineto 0.67137 0.38615 lineto 0.68229 0.3874 lineto 0.68852 0.38791 lineto 0.69512 0.38835 lineto 0.70194 0.3887 lineto 0.70882 0.38898 lineto 0.71223 0.38908 lineto 0.71558 0.38917 lineto 0.71886 0.38923 lineto 0.72047 0.38926 lineto 0.72206 0.38928 lineto 0.72361 0.3893 lineto 0.72514 0.38931 lineto 0.72663 0.38932 lineto 0.7281 0.38932 lineto 0.72953 0.38932 lineto 0.73092 0.38931 lineto 0.73228 0.38931 lineto 0.7336 0.38929 lineto 0.73489 0.38928 lineto 0.73613 0.38926 lineto 0.7385 0.38921 lineto 0.74071 0.38914 lineto 0.74276 0.38907 lineto 0.74638 0.38888 lineto 0.74797 0.38878 lineto Mistroke 0.74941 0.38867 lineto 0.75189 0.38842 lineto 0.75388 0.38814 lineto 0.75545 0.38785 lineto 0.75665 0.38755 lineto 0.75754 0.38724 lineto 0.75789 0.38708 lineto 0.75818 0.38692 lineto 0.75842 0.38676 lineto 0.75861 0.3866 lineto 0.75876 0.38643 lineto 0.75886 0.38627 lineto 0.75891 0.38619 lineto 0.75894 0.38611 lineto 0.75896 0.38603 lineto 0.75898 0.38595 lineto 0.75899 0.38587 lineto 0.759 0.38579 lineto 0.75899 0.38571 lineto 0.75899 0.38563 lineto 0.75897 0.38555 lineto 0.75895 0.38547 lineto 0.7589 0.38531 lineto 0.75883 0.38516 lineto 0.75874 0.385 lineto 0.75826 0.38439 lineto 0.75765 0.38381 lineto 0.75694 0.38325 lineto 0.75543 0.38222 lineto 0.75242 0.38046 lineto 0.74975 0.37909 lineto 0.74751 0.37803 lineto 0.74567 0.37723 lineto 0.7442 0.37663 lineto 0.74305 0.3762 lineto 0.74217 0.37588 lineto 0.74151 0.37565 lineto 0.74103 0.3755 lineto 0.74068 0.37539 lineto 0.74043 0.37531 lineto 0.74026 0.37526 lineto 0.74014 0.37522 lineto 0.74005 0.3752 lineto 0.74 0.37518 lineto 0.73996 0.37517 lineto 0.73993 0.37516 lineto 0.73992 0.37516 lineto Mfstroke grestore grestore grestore % End of Graphics MathPictureEnd :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 174; ] %! %%Creator: Mathematica %%AspectRatio: 0.61803 MathPictureStart /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.0190476 0.309017 0.123607 [ [(10)] 0.21429 0.30902 0 2 Msboxa [(20)] 0.40476 0.30902 0 2 Msboxa [(30)] 0.59524 0.30902 0 2 Msboxa [(40)] 0.78571 0.30902 0 2 Msboxa [(50)] 0.97619 0.30902 0 2 Msboxa [(excitation)] 0.5 0.61803 0 -2 Msboxa [(-2)] 0.01131 0.0618 1 0 Msboxa [(-1)] 0.01131 0.18541 1 0 Msboxa [(1)] 0.01131 0.43262 1 0 Msboxa [(2)] 0.01131 0.55623 1 0 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 0.61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath %%Object: Graphics [ ] 0 setdash 0 setgray gsave gsave 0.002 setlinewidth 0.21429 0.30902 moveto 0.21429 0.31527 lineto stroke grestore [(10)] 0.21429 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.40476 0.30902 moveto 0.40476 0.31527 lineto stroke grestore [(20)] 0.40476 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.59524 0.30902 moveto 0.59524 0.31527 lineto stroke grestore [(30)] 0.59524 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.78571 0.30902 moveto 0.78571 0.31527 lineto stroke grestore [(40)] 0.78571 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.97619 0.30902 moveto 0.97619 0.31527 lineto stroke grestore [(50)] 0.97619 0.30902 0 2 Mshowa gsave 0.001 setlinewidth 0.0619 0.30902 moveto 0.0619 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.1 0.30902 moveto 0.1 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.1381 0.30902 moveto 0.1381 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.17619 0.30902 moveto 0.17619 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.25238 0.30902 moveto 0.25238 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.29048 0.30902 moveto 0.29048 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.32857 0.30902 moveto 0.32857 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.36667 0.30902 moveto 0.36667 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.44286 0.30902 moveto 0.44286 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.48095 0.30902 moveto 0.48095 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.51905 0.30902 moveto 0.51905 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.55714 0.30902 moveto 0.55714 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.63333 0.30902 moveto 0.63333 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.67143 0.30902 moveto 0.67143 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.70952 0.30902 moveto 0.70952 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.74762 0.30902 moveto 0.74762 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.82381 0.30902 moveto 0.82381 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.8619 0.30902 moveto 0.8619 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.9 0.30902 moveto 0.9 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.9381 0.30902 moveto 0.9381 0.31277 lineto stroke grestore gsave 0.002 setlinewidth 0 0.30902 moveto 1 0.30902 lineto stroke grestore [(excitation)] 0.5 0.61803 0 -2 Mshowa gsave 0.002 setlinewidth 0.02381 0.0618 moveto 0.03006 0.0618 lineto stroke grestore [(-2)] 0.01131 0.0618 1 0 Mshowa gsave 0.002 setlinewidth 0.02381 0.18541 moveto 0.03006 0.18541 lineto stroke grestore [(-1)] 0.01131 0.18541 1 0 Mshowa gsave 0.002 setlinewidth 0.02381 0.43262 moveto 0.03006 0.43262 lineto stroke grestore [(1)] 0.01131 0.43262 1 0 Mshowa gsave 0.002 setlinewidth 0.02381 0.55623 moveto 0.03006 0.55623 lineto stroke grestore [(2)] 0.01131 0.55623 1 0 Mshowa gsave 0.001 setlinewidth 0.02381 0.08652 moveto 0.02756 0.08652 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.11125 moveto 0.02756 0.11125 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.13597 moveto 0.02756 0.13597 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.16069 moveto 0.02756 0.16069 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.21013 moveto 0.02756 0.21013 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.23485 moveto 0.02756 0.23485 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.25957 moveto 0.02756 0.25957 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.2843 moveto 0.02756 0.2843 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.33374 moveto 0.02756 0.33374 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.35846 moveto 0.02756 0.35846 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.38318 moveto 0.02756 0.38318 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.4079 moveto 0.02756 0.4079 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.45735 moveto 0.02756 0.45735 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.48207 moveto 0.02756 0.48207 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.50679 moveto 0.02756 0.50679 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.53151 moveto 0.02756 0.53151 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.03708 moveto 0.02756 0.03708 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.01236 moveto 0.02756 0.01236 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.58095 moveto 0.02756 0.58095 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.60567 moveto 0.02756 0.60567 lineto stroke grestore gsave 0.002 setlinewidth 0.02381 0 moveto 0.02381 0.61803 lineto stroke grestore grestore 0 0 moveto 1 0 lineto 1 0.61803 lineto 0 0.61803 lineto closepath clip newpath gsave gsave gsave 0.004 setlinewidth 0.02381 0.40288 moveto 0.02505 0.40265 lineto 0.02629 0.40248 lineto 0.02753 0.40237 lineto 0.02877 0.40233 lineto 0.03001 0.40237 lineto 0.03125 0.40249 lineto 0.03249 0.40269 lineto 0.03373 0.403 lineto 0.03621 0.40391 lineto 0.03745 0.40455 lineto 0.03869 0.4053 lineto 0.04117 0.40721 lineto 0.04365 0.40969 lineto 0.04861 0.41648 lineto 0.05357 0.42553 lineto 0.06349 0.44626 lineto 0.06845 0.45495 lineto 0.07341 0.46129 lineto 0.07589 0.46358 lineto 0.07837 0.46535 lineto 0.08085 0.46667 lineto 0.08209 0.4672 lineto 0.08333 0.46763 lineto 0.08457 0.468 lineto 0.08581 0.4683 lineto 0.08705 0.46854 lineto 0.08829 0.46873 lineto 0.08953 0.46887 lineto 0.09077 0.46897 lineto 0.09201 0.46904 lineto 0.09325 0.46908 lineto 0.09449 0.46909 lineto 0.09573 0.46907 lineto 0.09697 0.46903 lineto 0.09821 0.46898 lineto 0.10317 0.46863 lineto 0.10813 0.46815 lineto 0.1131 0.46759 lineto 0.12302 0.46641 lineto 0.14286 0.46417 lineto 0.1627 0.46231 lineto 0.18254 0.46085 lineto 0.20238 0.45974 lineto 0.22222 0.45894 lineto 0.24206 0.45837 lineto 0.25198 0.45816 lineto 0.2619 0.45798 lineto 0.27183 0.45784 lineto 0.28175 0.45772 lineto Mistroke 0.30159 0.45755 lineto 0.31151 0.45749 lineto 0.32143 0.45745 lineto 0.33135 0.45741 lineto 0.34127 0.45738 lineto 0.35119 0.45736 lineto 0.36111 0.45734 lineto 0.37103 0.45732 lineto 0.38095 0.45731 lineto 0.39087 0.4573 lineto 0.40079 0.4573 lineto 0.41071 0.45729 lineto 0.42063 0.45729 lineto 0.43056 0.45728 lineto 0.44048 0.45728 lineto 0.4504 0.45728 lineto 0.46032 0.45728 lineto 0.47024 0.45728 lineto 0.48016 0.45728 lineto 0.49008 0.45727 lineto 0.5 0.45727 lineto 0.50992 0.45727 lineto 0.51984 0.45727 lineto 0.52976 0.45727 lineto 0.53968 0.45727 lineto 0.5496 0.45727 lineto 0.55952 0.45727 lineto 0.56944 0.45727 lineto 0.57937 0.45727 lineto 0.58929 0.45727 lineto 0.59921 0.45727 lineto 0.60913 0.45727 lineto 0.61905 0.45727 lineto 0.62897 0.45727 lineto 0.63889 0.45727 lineto 0.64881 0.45727 lineto 0.65873 0.45727 lineto 0.66865 0.45727 lineto 0.67857 0.45727 lineto 0.68849 0.45727 lineto 0.69841 0.45727 lineto 0.71825 0.45727 lineto 0.72817 0.45727 lineto 0.7381 0.45727 lineto 0.74802 0.45727 lineto 0.75794 0.45727 lineto 0.7629 0.45727 lineto 0.76786 0.45727 lineto 0.77282 0.45727 lineto 0.7753 0.45727 lineto Mistroke 0.77778 0.45727 lineto 0.78026 0.45727 lineto 0.7815 0.45727 lineto 0.78274 0.45727 lineto 0.78398 0.45727 lineto 0.78522 0.45727 lineto 0.78646 0.45727 lineto 0.7877 0.45727 lineto 0.78894 0.45727 lineto 0.79018 0.45727 lineto 0.79266 0.45727 lineto 0.79514 0.45727 lineto 0.79762 0.45727 lineto 0.80258 0.45727 lineto 0.80754 0.45727 lineto 0.81002 0.45727 lineto 0.8125 0.45727 lineto 0.81374 0.45727 lineto 0.81498 0.45727 lineto 0.81746 0.45727 lineto 0.82738 0.45727 lineto 0.8373 0.45727 lineto 0.84226 0.45727 lineto 0.84474 0.45727 lineto 0.84722 0.45727 lineto 0.8497 0.45727 lineto 0.85218 0.45727 lineto 0.85342 0.45727 lineto 0.85466 0.45727 lineto 0.8559 0.45727 lineto 0.85714 0.45727 lineto 0.85838 0.45727 lineto 0.85962 0.45727 lineto 0.86086 0.45727 lineto 0.8621 0.45727 lineto 0.86334 0.45727 lineto 0.86458 0.45727 lineto 0.86706 0.45727 lineto 0.86954 0.45727 lineto 0.87202 0.45727 lineto 0.87698 0.45727 lineto 0.88194 0.45727 lineto 0.8869 0.45727 lineto 0.89683 0.45727 lineto 0.90675 0.45727 lineto 0.91667 0.45727 lineto 0.92163 0.45727 lineto 0.92659 0.45727 lineto 0.93155 0.45727 lineto 0.93651 0.45727 lineto Mistroke 0.95635 0.45727 lineto 0.97619 0.45727 lineto Mfstroke grestore grestore grestore % End of Graphics MathPictureEnd :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 282; ] %! %%Creator: Mathematica %%AspectRatio: 1 MathPictureStart /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.2 0.5 0.2 [ [(-2)] 0.1 0.5 0 2 Msboxa [(-1)] 0.3 0.5 0 2 Msboxa [(1)] 0.7 0.5 0 2 Msboxa [(2)] 0.9 0.5 0 2 Msboxa [(0.48 Displacement)] 0.5 1 0 -2 Msboxa [(-2)] 0.4875 0.1 1 0 Msboxa [(-1)] 0.4875 0.3 1 0 Msboxa [(1)] 0.4875 0.7 1 0 Msboxa [(2)] 0.4875 0.9 1 0 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 1.001 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath %%Object: Graphics [ ] 0 setdash 0 setgray gsave gsave 0.002 setlinewidth 0.1 0.5 moveto 0.1 0.50625 lineto stroke grestore [(-2)] 0.1 0.5 0 2 Mshowa gsave 0.002 setlinewidth 0.3 0.5 moveto 0.3 0.50625 lineto stroke grestore [(-1)] 0.3 0.5 0 2 Mshowa gsave 0.002 setlinewidth 0.7 0.5 moveto 0.7 0.50625 lineto stroke grestore [(1)] 0.7 0.5 0 2 Mshowa gsave 0.002 setlinewidth 0.9 0.5 moveto 0.9 0.50625 lineto stroke grestore [(2)] 0.9 0.5 0 2 Mshowa gsave 0.001 setlinewidth 0.14 0.5 moveto 0.14 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.18 0.5 moveto 0.18 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.22 0.5 moveto 0.22 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.26 0.5 moveto 0.26 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.34 0.5 moveto 0.34 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.38 0.5 moveto 0.38 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.42 0.5 moveto 0.42 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.46 0.5 moveto 0.46 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.54 0.5 moveto 0.54 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.58 0.5 moveto 0.58 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.62 0.5 moveto 0.62 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.66 0.5 moveto 0.66 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.74 0.5 moveto 0.74 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.78 0.5 moveto 0.78 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.82 0.5 moveto 0.82 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.86 0.5 moveto 0.86 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.06 0.5 moveto 0.06 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.02 0.5 moveto 0.02 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.94 0.5 moveto 0.94 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.98 0.5 moveto 0.98 0.50375 lineto stroke grestore gsave 0.002 setlinewidth 0 0.5 moveto 1 0.5 lineto stroke grestore [(0.48 Displacement)] 0.5 1 0 -2 Mshowa gsave 0.002 setlinewidth 0.5 0.1 moveto 0.50625 0.1 lineto stroke grestore [(-2)] 0.4875 0.1 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.3 moveto 0.50625 0.3 lineto stroke grestore [(-1)] 0.4875 0.3 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.7 moveto 0.50625 0.7 lineto stroke grestore [(1)] 0.4875 0.7 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.9 moveto 0.50625 0.9 lineto stroke grestore [(2)] 0.4875 0.9 1 0 Mshowa gsave 0.001 setlinewidth 0.5 0.14 moveto 0.50375 0.14 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.18 moveto 0.50375 0.18 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.22 moveto 0.50375 0.22 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.26 moveto 0.50375 0.26 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.34 moveto 0.50375 0.34 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.38 moveto 0.50375 0.38 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.42 moveto 0.50375 0.42 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.46 moveto 0.50375 0.46 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.54 moveto 0.50375 0.54 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.58 moveto 0.50375 0.58 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.62 moveto 0.50375 0.62 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.66 moveto 0.50375 0.66 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.74 moveto 0.50375 0.74 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.78 moveto 0.50375 0.78 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.82 moveto 0.50375 0.82 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.86 moveto 0.50375 0.86 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.06 moveto 0.50375 0.06 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.02 moveto 0.50375 0.02 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.94 moveto 0.50375 0.94 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.98 moveto 0.50375 0.98 lineto stroke grestore gsave 0.002 setlinewidth 0.5 0 moveto 0.5 1 lineto stroke grestore grestore 0 0 moveto 1 0 lineto 1 1 lineto 0 1 lineto closepath clip newpath gsave gsave gsave 0.004 setlinewidth 0.64388 0.37515 moveto 0.64042 0.37739 lineto 0.63734 0.37967 lineto 0.63474 0.38197 lineto 0.63368 0.38312 lineto 0.63281 0.38428 lineto 0.63246 0.38485 lineto 0.63217 0.38543 lineto 0.63205 0.38572 lineto 0.63194 0.386 lineto 0.63186 0.38629 lineto 0.6318 0.38658 lineto 0.63175 0.38686 lineto 0.63173 0.38715 lineto 0.63172 0.38743 lineto 0.63175 0.38772 lineto 0.63179 0.388 lineto 0.63186 0.38828 lineto 0.63195 0.38857 lineto 0.63207 0.38885 lineto 0.6324 0.38941 lineto 0.63285 0.38996 lineto 0.63342 0.39051 lineto 0.63414 0.39105 lineto 0.63605 0.39211 lineto 0.63866 0.39314 lineto 0.64207 0.39412 lineto 0.64637 0.39505 lineto 0.65164 0.39591 lineto 0.65794 0.3967 lineto 0.66526 0.3974 lineto 0.67356 0.39801 lineto 0.68271 0.39851 lineto 0.68753 0.39872 lineto 0.69247 0.3989 lineto 0.6975 0.39905 lineto 0.70257 0.39917 lineto 0.7051 0.39922 lineto 0.70763 0.39926 lineto 0.71015 0.39929 lineto 0.71265 0.39932 lineto 0.71512 0.39934 lineto 0.71757 0.39935 lineto 0.71998 0.39936 lineto 0.72235 0.39935 lineto 0.72468 0.39935 lineto 0.72696 0.39933 lineto 0.72919 0.39931 lineto 0.73136 0.39928 lineto 0.73348 0.39925 lineto Mistroke 0.73553 0.39921 lineto 0.73944 0.39911 lineto 0.74307 0.39899 lineto 0.74643 0.39885 lineto 0.75229 0.39852 lineto 0.75481 0.39834 lineto 0.75707 0.39814 lineto 0.76085 0.3977 lineto 0.76377 0.39724 lineto 0.76494 0.39699 lineto 0.76595 0.39674 lineto 0.7668 0.39649 lineto 0.76752 0.39623 lineto 0.76861 0.39572 lineto 0.76901 0.39545 lineto 0.76931 0.39519 lineto 0.76955 0.39493 lineto 0.76964 0.3948 lineto 0.76972 0.39466 lineto 0.76978 0.39453 lineto 0.76982 0.3944 lineto 0.76986 0.39427 lineto 0.76988 0.39414 lineto 0.76989 0.39401 lineto 0.76989 0.39388 lineto 0.76988 0.39375 lineto 0.76986 0.39362 lineto 0.76984 0.39349 lineto 0.7698 0.39336 lineto 0.76971 0.3931 lineto 0.76959 0.39285 lineto 0.76945 0.3926 lineto 0.76911 0.3921 lineto 0.76826 0.39112 lineto 0.76727 0.39019 lineto 0.76298 0.38687 lineto 0.75888 0.38416 lineto 0.75526 0.38198 lineto 0.75212 0.38027 lineto 0.74946 0.37894 lineto 0.74725 0.37791 lineto 0.74546 0.37714 lineto 0.74403 0.37657 lineto 0.74292 0.37615 lineto 0.74207 0.37585 lineto 0.74144 0.37563 lineto 0.74098 0.37548 lineto 0.74064 0.37537 lineto 0.74041 0.3753 lineto 0.74024 0.37525 lineto Mistroke 0.74013 0.37522 lineto 0.74005 0.37519 lineto 0.73999 0.37518 lineto Mfstroke grestore grestore grestore % End of Graphics MathPictureEnd :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 174; ] %! %%Creator: Mathematica %%AspectRatio: 0.61803 MathPictureStart /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.0190476 0.309017 0.123607 [ [(10)] 0.21429 0.30902 0 2 Msboxa [(20)] 0.40476 0.30902 0 2 Msboxa [(30)] 0.59524 0.30902 0 2 Msboxa [(40)] 0.78571 0.30902 0 2 Msboxa [(50)] 0.97619 0.30902 0 2 Msboxa [(excitation)] 0.5 0.61803 0 -2 Msboxa [(-2)] 0.01131 0.0618 1 0 Msboxa [(-1)] 0.01131 0.18541 1 0 Msboxa [(1)] 0.01131 0.43262 1 0 Msboxa [(2)] 0.01131 0.55623 1 0 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 0.61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath %%Object: Graphics [ ] 0 setdash 0 setgray gsave gsave 0.002 setlinewidth 0.21429 0.30902 moveto 0.21429 0.31527 lineto stroke grestore [(10)] 0.21429 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.40476 0.30902 moveto 0.40476 0.31527 lineto stroke grestore [(20)] 0.40476 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.59524 0.30902 moveto 0.59524 0.31527 lineto stroke grestore [(30)] 0.59524 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.78571 0.30902 moveto 0.78571 0.31527 lineto stroke grestore [(40)] 0.78571 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.97619 0.30902 moveto 0.97619 0.31527 lineto stroke grestore [(50)] 0.97619 0.30902 0 2 Mshowa gsave 0.001 setlinewidth 0.0619 0.30902 moveto 0.0619 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.1 0.30902 moveto 0.1 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.1381 0.30902 moveto 0.1381 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.17619 0.30902 moveto 0.17619 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.25238 0.30902 moveto 0.25238 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.29048 0.30902 moveto 0.29048 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.32857 0.30902 moveto 0.32857 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.36667 0.30902 moveto 0.36667 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.44286 0.30902 moveto 0.44286 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.48095 0.30902 moveto 0.48095 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.51905 0.30902 moveto 0.51905 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.55714 0.30902 moveto 0.55714 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.63333 0.30902 moveto 0.63333 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.67143 0.30902 moveto 0.67143 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.70952 0.30902 moveto 0.70952 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.74762 0.30902 moveto 0.74762 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.82381 0.30902 moveto 0.82381 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.8619 0.30902 moveto 0.8619 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.9 0.30902 moveto 0.9 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.9381 0.30902 moveto 0.9381 0.31277 lineto stroke grestore gsave 0.002 setlinewidth 0 0.30902 moveto 1 0.30902 lineto stroke grestore [(excitation)] 0.5 0.61803 0 -2 Mshowa gsave 0.002 setlinewidth 0.02381 0.0618 moveto 0.03006 0.0618 lineto stroke grestore [(-2)] 0.01131 0.0618 1 0 Mshowa gsave 0.002 setlinewidth 0.02381 0.18541 moveto 0.03006 0.18541 lineto stroke grestore [(-1)] 0.01131 0.18541 1 0 Mshowa gsave 0.002 setlinewidth 0.02381 0.43262 moveto 0.03006 0.43262 lineto stroke grestore [(1)] 0.01131 0.43262 1 0 Mshowa gsave 0.002 setlinewidth 0.02381 0.55623 moveto 0.03006 0.55623 lineto stroke grestore [(2)] 0.01131 0.55623 1 0 Mshowa gsave 0.001 setlinewidth 0.02381 0.08652 moveto 0.02756 0.08652 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.11125 moveto 0.02756 0.11125 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.13597 moveto 0.02756 0.13597 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.16069 moveto 0.02756 0.16069 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.21013 moveto 0.02756 0.21013 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.23485 moveto 0.02756 0.23485 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.25957 moveto 0.02756 0.25957 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.2843 moveto 0.02756 0.2843 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.33374 moveto 0.02756 0.33374 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.35846 moveto 0.02756 0.35846 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.38318 moveto 0.02756 0.38318 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.4079 moveto 0.02756 0.4079 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.45735 moveto 0.02756 0.45735 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.48207 moveto 0.02756 0.48207 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.50679 moveto 0.02756 0.50679 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.53151 moveto 0.02756 0.53151 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.03708 moveto 0.02756 0.03708 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.01236 moveto 0.02756 0.01236 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.58095 moveto 0.02756 0.58095 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.60567 moveto 0.02756 0.60567 lineto stroke grestore gsave 0.002 setlinewidth 0.02381 0 moveto 0.02381 0.61803 lineto stroke grestore grestore 0 0 moveto 1 0 lineto 1 0.61803 lineto 0 0.61803 lineto closepath clip newpath gsave gsave gsave 0.004 setlinewidth 0.02381 0.39794 moveto 0.02877 0.3953 lineto 0.03373 0.39305 lineto 0.03621 0.39212 lineto 0.03869 0.39135 lineto 0.03993 0.39104 lineto 0.04117 0.39078 lineto 0.04241 0.39059 lineto 0.04365 0.39047 lineto 0.04489 0.39043 lineto 0.04613 0.39047 lineto 0.04737 0.3906 lineto 0.04861 0.39084 lineto 0.04985 0.3912 lineto 0.05109 0.39169 lineto 0.05233 0.39232 lineto 0.05357 0.3931 lineto 0.05605 0.39519 lineto 0.05853 0.39808 lineto 0.06101 0.40186 lineto 0.06349 0.40663 lineto 0.07341 0.43421 lineto 0.07837 0.44929 lineto 0.08085 0.45581 lineto 0.08333 0.46132 lineto 0.08581 0.46574 lineto 0.08829 0.46914 lineto 0.08953 0.47049 lineto 0.09077 0.47163 lineto 0.09201 0.47259 lineto 0.09325 0.47338 lineto 0.09449 0.47403 lineto 0.09573 0.47455 lineto 0.09697 0.47496 lineto 0.09821 0.47527 lineto 0.09945 0.4755 lineto 0.10069 0.47566 lineto 0.10193 0.47576 lineto 0.10317 0.47581 lineto 0.10441 0.47582 lineto 0.10565 0.47579 lineto 0.10689 0.47572 lineto 0.10813 0.47563 lineto 0.10937 0.47552 lineto 0.11062 0.47539 lineto 0.1131 0.47509 lineto 0.12302 0.47355 lineto 0.14286 0.47025 lineto 0.1627 0.46731 lineto 0.18254 0.46483 lineto Mistroke 0.20238 0.46283 lineto 0.22222 0.46124 lineto 0.24206 0.46004 lineto 0.2619 0.45915 lineto 0.27183 0.45881 lineto 0.28175 0.45852 lineto 0.30159 0.45808 lineto 0.31151 0.45792 lineto 0.32143 0.45779 lineto 0.33135 0.45768 lineto 0.34127 0.4576 lineto 0.36111 0.45747 lineto 0.37103 0.45743 lineto 0.38095 0.4574 lineto 0.39087 0.45737 lineto 0.40079 0.45735 lineto 0.41071 0.45733 lineto 0.42063 0.45732 lineto 0.43056 0.45731 lineto 0.44048 0.4573 lineto 0.4504 0.45729 lineto 0.46032 0.45729 lineto 0.47024 0.45728 lineto 0.48016 0.45728 lineto 0.49008 0.45728 lineto 0.5 0.45728 lineto 0.51984 0.45728 lineto 0.52976 0.45727 lineto 0.53968 0.45727 lineto 0.5496 0.45727 lineto 0.55952 0.45727 lineto 0.56944 0.45727 lineto 0.57937 0.45727 lineto 0.58929 0.45727 lineto 0.59921 0.45727 lineto 0.60913 0.45727 lineto 0.61905 0.45727 lineto 0.62897 0.45727 lineto 0.63889 0.45727 lineto 0.64881 0.45727 lineto 0.65873 0.45727 lineto 0.66865 0.45727 lineto 0.67857 0.45727 lineto 0.68849 0.45727 lineto 0.69841 0.45727 lineto 0.70833 0.45727 lineto 0.71825 0.45727 lineto 0.72817 0.45727 lineto 0.7381 0.45727 lineto 0.77778 0.45727 lineto Mistroke 0.79762 0.45727 lineto 0.80754 0.45727 lineto 0.81746 0.45727 lineto 0.82738 0.45727 lineto 0.83234 0.45727 lineto 0.8373 0.45727 lineto 0.83978 0.45727 lineto 0.84226 0.45727 lineto 0.84474 0.45727 lineto 0.84722 0.45727 lineto 0.84846 0.45727 lineto 0.8497 0.45727 lineto 0.85094 0.45727 lineto 0.85218 0.45727 lineto 0.85342 0.45727 lineto 0.85466 0.45727 lineto 0.8559 0.45727 lineto 0.85714 0.45727 lineto 0.85838 0.45727 lineto 0.85962 0.45727 lineto 0.86086 0.45727 lineto 0.8621 0.45727 lineto 0.86458 0.45727 lineto 0.86706 0.45727 lineto 0.86954 0.45727 lineto 0.87202 0.45727 lineto 0.87698 0.45727 lineto 0.8869 0.45727 lineto 0.89187 0.45727 lineto 0.89435 0.45727 lineto 0.89559 0.45727 lineto 0.89683 0.45727 lineto 0.89931 0.45727 lineto 0.90179 0.45727 lineto 0.90675 0.45727 lineto 0.91667 0.45727 lineto 0.93651 0.45727 lineto 0.97619 0.45727 lineto Mfstroke grestore grestore grestore % End of Graphics MathPictureEnd :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 282; ] %! %%Creator: Mathematica %%AspectRatio: 1 MathPictureStart /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.2 0.5 0.2 [ [(-2)] 0.1 0.5 0 2 Msboxa [(-1)] 0.3 0.5 0 2 Msboxa [(1)] 0.7 0.5 0 2 Msboxa [(2)] 0.9 0.5 0 2 Msboxa [(0.52 Displacement)] 0.5 1 0 -2 Msboxa [(-2)] 0.4875 0.1 1 0 Msboxa [(-1)] 0.4875 0.3 1 0 Msboxa [(1)] 0.4875 0.7 1 0 Msboxa [(2)] 0.4875 0.9 1 0 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 1.001 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath %%Object: Graphics [ ] 0 setdash 0 setgray gsave gsave 0.002 setlinewidth 0.1 0.5 moveto 0.1 0.50625 lineto stroke grestore [(-2)] 0.1 0.5 0 2 Mshowa gsave 0.002 setlinewidth 0.3 0.5 moveto 0.3 0.50625 lineto stroke grestore [(-1)] 0.3 0.5 0 2 Mshowa gsave 0.002 setlinewidth 0.7 0.5 moveto 0.7 0.50625 lineto stroke grestore [(1)] 0.7 0.5 0 2 Mshowa gsave 0.002 setlinewidth 0.9 0.5 moveto 0.9 0.50625 lineto stroke grestore [(2)] 0.9 0.5 0 2 Mshowa gsave 0.001 setlinewidth 0.14 0.5 moveto 0.14 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.18 0.5 moveto 0.18 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.22 0.5 moveto 0.22 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.26 0.5 moveto 0.26 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.34 0.5 moveto 0.34 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.38 0.5 moveto 0.38 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.42 0.5 moveto 0.42 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.46 0.5 moveto 0.46 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.54 0.5 moveto 0.54 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.58 0.5 moveto 0.58 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.62 0.5 moveto 0.62 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.66 0.5 moveto 0.66 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.74 0.5 moveto 0.74 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.78 0.5 moveto 0.78 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.82 0.5 moveto 0.82 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.86 0.5 moveto 0.86 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.06 0.5 moveto 0.06 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.02 0.5 moveto 0.02 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.94 0.5 moveto 0.94 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.98 0.5 moveto 0.98 0.50375 lineto stroke grestore gsave 0.002 setlinewidth 0 0.5 moveto 1 0.5 lineto stroke grestore [(0.52 Displacement)] 0.5 1 0 -2 Mshowa gsave 0.002 setlinewidth 0.5 0.1 moveto 0.50625 0.1 lineto stroke grestore [(-2)] 0.4875 0.1 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.3 moveto 0.50625 0.3 lineto stroke grestore [(-1)] 0.4875 0.3 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.7 moveto 0.50625 0.7 lineto stroke grestore [(1)] 0.4875 0.7 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.9 moveto 0.50625 0.9 lineto stroke grestore [(2)] 0.4875 0.9 1 0 Mshowa gsave 0.001 setlinewidth 0.5 0.14 moveto 0.50375 0.14 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.18 moveto 0.50375 0.18 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.22 moveto 0.50375 0.22 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.26 moveto 0.50375 0.26 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.34 moveto 0.50375 0.34 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.38 moveto 0.50375 0.38 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.42 moveto 0.50375 0.42 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.46 moveto 0.50375 0.46 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.54 moveto 0.50375 0.54 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.58 moveto 0.50375 0.58 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.62 moveto 0.50375 0.62 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.66 moveto 0.50375 0.66 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.74 moveto 0.50375 0.74 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.78 moveto 0.50375 0.78 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.82 moveto 0.50375 0.82 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.86 moveto 0.50375 0.86 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.06 moveto 0.50375 0.06 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.02 moveto 0.50375 0.02 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.94 moveto 0.50375 0.94 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.98 moveto 0.50375 0.98 lineto stroke grestore gsave 0.002 setlinewidth 0.5 0 moveto 0.5 1 lineto stroke grestore grestore 0 0 moveto 1 0 lineto 1 1 lineto 0 1 lineto closepath clip newpath gsave gsave gsave 0.004 setlinewidth 0.63588 0.37515 moveto 0.62189 0.38018 lineto 0.60112 0.38579 lineto 0.58485 0.38896 lineto 0.56035 0.39252 lineto 0.52028 0.39674 lineto 0.4503 0.40211 lineto 0.33407 0.4095 lineto 0.26546 0.41426 lineto 0.20593 0.41972 lineto 0.18314 0.42267 lineto 0.16552 0.42572 lineto 0.15853 0.42727 lineto 0.15261 0.42884 lineto 0.1436 0.43201 lineto 0.14027 0.43361 lineto 0.1376 0.43521 lineto 0.13547 0.43681 lineto 0.13381 0.43842 lineto 0.13255 0.44003 lineto 0.13161 0.44163 lineto 0.13095 0.44324 lineto 0.13051 0.44484 lineto 0.13026 0.44644 lineto 0.13017 0.44804 lineto 0.13021 0.44963 lineto 0.13036 0.45122 lineto 0.13059 0.45281 lineto 0.1309 0.45439 lineto 0.13168 0.45754 lineto 0.13602 0.46993 lineto 0.14109 0.48198 lineto 0.14638 0.49369 lineto 0.16855 0.53721 lineto 0.19264 0.57556 lineto 0.20577 0.59284 lineto 0.21995 0.60888 lineto 0.23561 0.62366 lineto 0.25348 0.63715 lineto 0.26363 0.64338 lineto 0.27492 0.64926 lineto 0.2878 0.65475 lineto 0.30293 0.65982 lineto 0.31166 0.66218 lineto 0.32145 0.66441 lineto 0.33259 0.6665 lineto 0.34549 0.66844 lineto 0.36074 0.67019 lineto 0.37924 0.67174 lineto 0.3901 0.67242 lineto Mistroke 0.40232 0.67303 lineto 0.41618 0.67356 lineto 0.42383 0.6738 lineto 0.43203 0.67401 lineto 0.44083 0.6742 lineto 0.45029 0.67436 lineto 0.46049 0.67449 lineto 0.47149 0.67459 lineto 0.48337 0.67465 lineto 0.49621 0.67468 lineto 0.5101 0.67467 lineto 0.52511 0.67462 lineto 0.54131 0.67453 lineto 0.55875 0.67439 lineto 0.57747 0.67419 lineto 0.59746 0.67394 lineto 0.68767 0.67232 lineto 0.73508 0.67111 lineto 0.77952 0.66964 lineto 0.81762 0.66794 lineto 0.83363 0.66701 lineto 0.84749 0.66605 lineto 0.85927 0.66505 lineto 0.86909 0.66402 lineto 0.87717 0.66296 lineto 0.8837 0.66189 lineto 0.88893 0.6608 lineto 0.89306 0.65971 lineto 0.89629 0.6586 lineto 0.89878 0.65749 lineto 0.90068 0.65637 lineto 0.9021 0.65526 lineto 0.90314 0.65414 lineto 0.90388 0.65302 lineto 0.90439 0.6519 lineto 0.90471 0.65079 lineto 0.90489 0.64967 lineto 0.90495 0.64856 lineto 0.90492 0.64745 lineto 0.90482 0.64635 lineto 0.90446 0.64414 lineto 0.90397 0.64195 lineto 0.9034 0.63977 lineto 0.89798 0.62284 lineto 0.88696 0.59155 lineto 0.87627 0.56346 lineto 0.86592 0.53831 lineto 0.85591 0.51587 lineto 0.84626 0.4959 lineto 0.83695 0.47821 lineto Mistroke 0.82802 0.46259 lineto 0.81946 0.44887 lineto 0.81128 0.43688 lineto 0.80351 0.42645 lineto 0.79616 0.41745 lineto 0.78923 0.40972 lineto Mfstroke grestore grestore grestore % End of Graphics MathPictureEnd :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 174; ] %! %%Creator: Mathematica %%AspectRatio: 0.61803 MathPictureStart /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.0190476 0.309017 0.123607 [ [(10)] 0.21429 0.30902 0 2 Msboxa [(20)] 0.40476 0.30902 0 2 Msboxa [(30)] 0.59524 0.30902 0 2 Msboxa [(40)] 0.78571 0.30902 0 2 Msboxa [(50)] 0.97619 0.30902 0 2 Msboxa [(excitation)] 0.5 0.61803 0 -2 Msboxa [(-2)] 0.01131 0.0618 1 0 Msboxa [(-1)] 0.01131 0.18541 1 0 Msboxa [(1)] 0.01131 0.43262 1 0 Msboxa [(2)] 0.01131 0.55623 1 0 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 0.61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath %%Object: Graphics [ ] 0 setdash 0 setgray gsave gsave 0.002 setlinewidth 0.21429 0.30902 moveto 0.21429 0.31527 lineto stroke grestore [(10)] 0.21429 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.40476 0.30902 moveto 0.40476 0.31527 lineto stroke grestore [(20)] 0.40476 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.59524 0.30902 moveto 0.59524 0.31527 lineto stroke grestore [(30)] 0.59524 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.78571 0.30902 moveto 0.78571 0.31527 lineto stroke grestore [(40)] 0.78571 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.97619 0.30902 moveto 0.97619 0.31527 lineto stroke grestore [(50)] 0.97619 0.30902 0 2 Mshowa gsave 0.001 setlinewidth 0.0619 0.30902 moveto 0.0619 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.1 0.30902 moveto 0.1 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.1381 0.30902 moveto 0.1381 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.17619 0.30902 moveto 0.17619 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.25238 0.30902 moveto 0.25238 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.29048 0.30902 moveto 0.29048 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.32857 0.30902 moveto 0.32857 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.36667 0.30902 moveto 0.36667 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.44286 0.30902 moveto 0.44286 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.48095 0.30902 moveto 0.48095 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.51905 0.30902 moveto 0.51905 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.55714 0.30902 moveto 0.55714 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.63333 0.30902 moveto 0.63333 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.67143 0.30902 moveto 0.67143 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.70952 0.30902 moveto 0.70952 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.74762 0.30902 moveto 0.74762 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.82381 0.30902 moveto 0.82381 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.8619 0.30902 moveto 0.8619 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.9 0.30902 moveto 0.9 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.9381 0.30902 moveto 0.9381 0.31277 lineto stroke grestore gsave 0.002 setlinewidth 0 0.30902 moveto 1 0.30902 lineto stroke grestore [(excitation)] 0.5 0.61803 0 -2 Mshowa gsave 0.002 setlinewidth 0.02381 0.0618 moveto 0.03006 0.0618 lineto stroke grestore [(-2)] 0.01131 0.0618 1 0 Mshowa gsave 0.002 setlinewidth 0.02381 0.18541 moveto 0.03006 0.18541 lineto stroke grestore [(-1)] 0.01131 0.18541 1 0 Mshowa gsave 0.002 setlinewidth 0.02381 0.43262 moveto 0.03006 0.43262 lineto stroke grestore [(1)] 0.01131 0.43262 1 0 Mshowa gsave 0.002 setlinewidth 0.02381 0.55623 moveto 0.03006 0.55623 lineto stroke grestore [(2)] 0.01131 0.55623 1 0 Mshowa gsave 0.001 setlinewidth 0.02381 0.08652 moveto 0.02756 0.08652 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.11125 moveto 0.02756 0.11125 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.13597 moveto 0.02756 0.13597 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.16069 moveto 0.02756 0.16069 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.21013 moveto 0.02756 0.21013 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.23485 moveto 0.02756 0.23485 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.25957 moveto 0.02756 0.25957 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.2843 moveto 0.02756 0.2843 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.33374 moveto 0.02756 0.33374 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.35846 moveto 0.02756 0.35846 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.38318 moveto 0.02756 0.38318 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.4079 moveto 0.02756 0.4079 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.45735 moveto 0.02756 0.45735 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.48207 moveto 0.02756 0.48207 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.50679 moveto 0.02756 0.50679 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.53151 moveto 0.02756 0.53151 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.03708 moveto 0.02756 0.03708 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.01236 moveto 0.02756 0.01236 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.58095 moveto 0.02756 0.58095 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.60567 moveto 0.02756 0.60567 lineto stroke grestore gsave 0.002 setlinewidth 0.02381 0 moveto 0.02381 0.61803 lineto stroke grestore grestore 0 0 moveto 1 0 lineto 1 0.61803 lineto 0 0.61803 lineto closepath clip newpath gsave gsave gsave 0.004 setlinewidth 0.02381 0.393 moveto 0.02877 0.38788 lineto 0.03373 0.3817 lineto 0.03621 0.37795 lineto 0.03869 0.37352 lineto 0.04117 0.36816 lineto 0.04365 0.36146 lineto 0.04613 0.35281 lineto 0.04861 0.34128 lineto 0.05109 0.32542 lineto 0.05233 0.3152 lineto 0.05357 0.30299 lineto 0.05605 0.27098 lineto 0.05853 0.22701 lineto 0.06101 0.1745 lineto 0.06225 0.14914 lineto 0.06349 0.12727 lineto 0.06473 0.11017 lineto 0.06597 0.09797 lineto 0.06721 0.08995 lineto 0.06845 0.08504 lineto 0.06969 0.08228 lineto 0.07093 0.08093 lineto 0.07217 0.08047 lineto 0.07341 0.08057 lineto 0.07465 0.08101 lineto 0.07589 0.08167 lineto 0.07837 0.08333 lineto 0.08333 0.0872 lineto 0.10317 0.10417 lineto 0.12302 0.12305 lineto 0.13294 0.13367 lineto 0.14286 0.14562 lineto 0.15278 0.15972 lineto 0.15774 0.16809 lineto 0.1627 0.17787 lineto 0.16766 0.18985 lineto 0.17014 0.19709 lineto 0.17262 0.20555 lineto 0.1751 0.21573 lineto 0.17758 0.22837 lineto 0.18006 0.24476 lineto 0.18254 0.26701 lineto 0.18502 0.29874 lineto 0.18626 0.31981 lineto 0.1875 0.34533 lineto 0.19246 0.48177 lineto 0.1937 0.51043 lineto 0.19494 0.53106 lineto 0.19618 0.54425 lineto Mistroke 0.19742 0.55194 lineto 0.19866 0.5561 lineto 0.1999 0.55817 lineto 0.20114 0.55906 lineto 0.20238 0.55929 lineto 0.22222 0.55155 lineto 0.2619 0.53517 lineto 0.30159 0.52011 lineto 0.34127 0.50645 lineto 0.38095 0.49429 lineto 0.42063 0.48377 lineto 0.46032 0.47506 lineto 0.5 0.4683 lineto 0.51984 0.46565 lineto 0.53968 0.46348 lineto 0.55952 0.46175 lineto 0.57937 0.46042 lineto 0.59921 0.45943 lineto 0.60913 0.45904 lineto 0.61905 0.45872 lineto 0.62897 0.45844 lineto 0.63889 0.45822 lineto 0.64881 0.45803 lineto 0.65873 0.45788 lineto 0.67857 0.45766 lineto 0.68849 0.45758 lineto 0.69841 0.45751 lineto 0.70833 0.45746 lineto 0.71825 0.45742 lineto 0.72817 0.45739 lineto 0.7381 0.45736 lineto 0.74802 0.45734 lineto 0.75794 0.45733 lineto 0.76786 0.45731 lineto 0.77778 0.45731 lineto 0.7877 0.4573 lineto 0.79762 0.45729 lineto 0.80754 0.45729 lineto 0.81746 0.45728 lineto 0.82738 0.45728 lineto 0.8373 0.45728 lineto 0.84722 0.45728 lineto 0.85714 0.45728 lineto 0.86706 0.45728 lineto 0.87698 0.45727 lineto 0.8869 0.45727 lineto 0.89683 0.45727 lineto 0.90675 0.45727 lineto 0.91667 0.45727 lineto 0.92659 0.45727 lineto Mistroke 0.93651 0.45727 lineto 0.94643 0.45727 lineto 0.95635 0.45727 lineto 0.96627 0.45727 lineto 0.97619 0.45727 lineto Mfstroke grestore grestore grestore % End of Graphics MathPictureEnd :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 282; ] %! %%Creator: Mathematica %%AspectRatio: 1 MathPictureStart /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.2 0.5 0.2 [ [(-2)] 0.1 0.5 0 2 Msboxa [(-1)] 0.3 0.5 0 2 Msboxa [(1)] 0.7 0.5 0 2 Msboxa [(2)] 0.9 0.5 0 2 Msboxa [(0.56 Displacement)] 0.5 1 0 -2 Msboxa [(-2)] 0.4875 0.1 1 0 Msboxa [(-1)] 0.4875 0.3 1 0 Msboxa [(1)] 0.4875 0.7 1 0 Msboxa [(2)] 0.4875 0.9 1 0 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 1.001 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath %%Object: Graphics [ ] 0 setdash 0 setgray gsave gsave 0.002 setlinewidth 0.1 0.5 moveto 0.1 0.50625 lineto stroke grestore [(-2)] 0.1 0.5 0 2 Mshowa gsave 0.002 setlinewidth 0.3 0.5 moveto 0.3 0.50625 lineto stroke grestore [(-1)] 0.3 0.5 0 2 Mshowa gsave 0.002 setlinewidth 0.7 0.5 moveto 0.7 0.50625 lineto stroke grestore [(1)] 0.7 0.5 0 2 Mshowa gsave 0.002 setlinewidth 0.9 0.5 moveto 0.9 0.50625 lineto stroke grestore [(2)] 0.9 0.5 0 2 Mshowa gsave 0.001 setlinewidth 0.14 0.5 moveto 0.14 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.18 0.5 moveto 0.18 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.22 0.5 moveto 0.22 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.26 0.5 moveto 0.26 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.34 0.5 moveto 0.34 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.38 0.5 moveto 0.38 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.42 0.5 moveto 0.42 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.46 0.5 moveto 0.46 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.54 0.5 moveto 0.54 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.58 0.5 moveto 0.58 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.62 0.5 moveto 0.62 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.66 0.5 moveto 0.66 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.74 0.5 moveto 0.74 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.78 0.5 moveto 0.78 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.82 0.5 moveto 0.82 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.86 0.5 moveto 0.86 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.06 0.5 moveto 0.06 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.02 0.5 moveto 0.02 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.94 0.5 moveto 0.94 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.98 0.5 moveto 0.98 0.50375 lineto stroke grestore gsave 0.002 setlinewidth 0 0.5 moveto 1 0.5 lineto stroke grestore [(0.56 Displacement)] 0.5 1 0 -2 Mshowa gsave 0.002 setlinewidth 0.5 0.1 moveto 0.50625 0.1 lineto stroke grestore [(-2)] 0.4875 0.1 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.3 moveto 0.50625 0.3 lineto stroke grestore [(-1)] 0.4875 0.3 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.7 moveto 0.50625 0.7 lineto stroke grestore [(1)] 0.4875 0.7 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.9 moveto 0.50625 0.9 lineto stroke grestore [(2)] 0.4875 0.9 1 0 Mshowa gsave 0.001 setlinewidth 0.5 0.14 moveto 0.50375 0.14 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.18 moveto 0.50375 0.18 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.22 moveto 0.50375 0.22 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.26 moveto 0.50375 0.26 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.34 moveto 0.50375 0.34 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.38 moveto 0.50375 0.38 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.42 moveto 0.50375 0.42 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.46 moveto 0.50375 0.46 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.54 moveto 0.50375 0.54 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.58 moveto 0.50375 0.58 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.62 moveto 0.50375 0.62 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.66 moveto 0.50375 0.66 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.74 moveto 0.50375 0.74 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.78 moveto 0.50375 0.78 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.82 moveto 0.50375 0.82 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.86 moveto 0.50375 0.86 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.06 moveto 0.50375 0.06 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.02 moveto 0.50375 0.02 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.94 moveto 0.50375 0.94 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.98 moveto 0.50375 0.98 lineto stroke grestore gsave 0.002 setlinewidth 0.5 0 moveto 0.5 1 lineto stroke grestore grestore 0 0 moveto 1 0 lineto 1 1 lineto 0 1 lineto closepath clip newpath gsave gsave gsave 0.004 setlinewidth 0.62788 0.37515 moveto 0.61787 0.37783 lineto 0.60493 0.38072 lineto 0.58695 0.38391 lineto 0.55977 0.38754 lineto 0.515 0.39191 lineto 0.4365 0.39758 lineto 0.3102 0.4055 lineto 0.27492 0.40794 lineto 0.24147 0.41058 lineto 0.21173 0.41338 lineto 0.18698 0.41632 lineto 0.16763 0.41939 lineto 0.15333 0.42253 lineto 0.14783 0.42412 lineto 0.14328 0.42573 lineto 0.13955 0.42734 lineto 0.13654 0.42896 lineto 0.13415 0.43058 lineto 0.13227 0.43221 lineto 0.13082 0.43383 lineto 0.12974 0.43546 lineto 0.12896 0.43708 lineto 0.12843 0.43871 lineto 0.12811 0.44033 lineto 0.12796 0.44195 lineto 0.12795 0.44356 lineto 0.12806 0.44517 lineto 0.12826 0.44678 lineto 0.12854 0.44838 lineto 0.13021 0.45474 lineto 0.13479 0.46721 lineto 0.15605 0.51369 lineto 0.17897 0.55488 lineto 0.20427 0.59099 lineto 0.21832 0.60717 lineto 0.23379 0.62209 lineto 0.25136 0.63572 lineto 0.26129 0.64203 lineto 0.27231 0.64799 lineto 0.28478 0.65357 lineto 0.29933 0.65873 lineto 0.31697 0.66344 lineto 0.32747 0.66559 lineto 0.33953 0.6676 lineto 0.35365 0.66944 lineto 0.3617 0.67029 lineto 0.37058 0.67108 lineto 0.38042 0.67182 lineto 0.39143 0.67249 lineto Mistroke 0.40382 0.67309 lineto 0.41788 0.67362 lineto 0.42566 0.67385 lineto 0.43399 0.67405 lineto 0.44293 0.67423 lineto 0.45256 0.67439 lineto 0.46293 0.67451 lineto 0.47412 0.6746 lineto 0.48622 0.67466 lineto 0.49929 0.67468 lineto 0.51343 0.67467 lineto 0.5287 0.67461 lineto 0.54518 0.6745 lineto 0.56292 0.67435 lineto 0.6022 0.67387 lineto 0.64611 0.67317 lineto 0.69311 0.6722 lineto 0.74037 0.67096 lineto 0.78424 0.66946 lineto 0.80384 0.66862 lineto 0.82147 0.66773 lineto 0.85037 0.66582 lineto 0.86168 0.66481 lineto 0.87109 0.66378 lineto 0.87879 0.66272 lineto 0.88501 0.66164 lineto 0.88997 0.66055 lineto 0.89387 0.65945 lineto 0.89692 0.65835 lineto 0.89926 0.65723 lineto 0.90104 0.65612 lineto 0.90237 0.655 lineto 0.90334 0.65388 lineto 0.90402 0.65277 lineto 0.90448 0.65165 lineto 0.90476 0.65053 lineto 0.90491 0.64942 lineto 0.90495 0.64831 lineto 0.9049 0.6472 lineto 0.90478 0.64609 lineto 0.90462 0.64499 lineto 0.90441 0.64389 lineto 0.90391 0.6417 lineto 0.90136 0.63308 lineto 0.89859 0.62467 lineto 0.89304 0.60851 lineto 0.88216 0.57868 lineto 0.87163 0.55193 lineto 0.86143 0.52801 lineto 0.85158 0.5067 lineto Mistroke 0.84208 0.48777 lineto 0.83294 0.47102 lineto 0.82417 0.45627 lineto 0.81577 0.44334 lineto 0.80778 0.43206 lineto 0.80019 0.42228 lineto 0.79302 0.41386 lineto 0.7863 0.40666 lineto Mfstroke grestore grestore grestore % End of Graphics MathPictureEnd :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 174; endGroup; endGroup; ] %! %%Creator: Mathematica %%AspectRatio: 0.61803 MathPictureStart /Courier findfont 10 scalefont setfont % Scaling calculations 0.0238095 0.0190476 0.309017 0.123607 [ [(10)] 0.21429 0.30902 0 2 Msboxa [(20)] 0.40476 0.30902 0 2 Msboxa [(30)] 0.59524 0.30902 0 2 Msboxa [(40)] 0.78571 0.30902 0 2 Msboxa [(50)] 0.97619 0.30902 0 2 Msboxa [(excitation)] 0.5 0.61803 0 -2 Msboxa [(-2)] 0.01131 0.0618 1 0 Msboxa [(-1)] 0.01131 0.18541 1 0 Msboxa [(1)] 0.01131 0.43262 1 0 Msboxa [(2)] 0.01131 0.55623 1 0 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 0.61903 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath %%Object: Graphics [ ] 0 setdash 0 setgray gsave gsave 0.002 setlinewidth 0.21429 0.30902 moveto 0.21429 0.31527 lineto stroke grestore [(10)] 0.21429 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.40476 0.30902 moveto 0.40476 0.31527 lineto stroke grestore [(20)] 0.40476 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.59524 0.30902 moveto 0.59524 0.31527 lineto stroke grestore [(30)] 0.59524 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.78571 0.30902 moveto 0.78571 0.31527 lineto stroke grestore [(40)] 0.78571 0.30902 0 2 Mshowa gsave 0.002 setlinewidth 0.97619 0.30902 moveto 0.97619 0.31527 lineto stroke grestore [(50)] 0.97619 0.30902 0 2 Mshowa gsave 0.001 setlinewidth 0.0619 0.30902 moveto 0.0619 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.1 0.30902 moveto 0.1 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.1381 0.30902 moveto 0.1381 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.17619 0.30902 moveto 0.17619 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.25238 0.30902 moveto 0.25238 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.29048 0.30902 moveto 0.29048 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.32857 0.30902 moveto 0.32857 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.36667 0.30902 moveto 0.36667 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.44286 0.30902 moveto 0.44286 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.48095 0.30902 moveto 0.48095 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.51905 0.30902 moveto 0.51905 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.55714 0.30902 moveto 0.55714 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.63333 0.30902 moveto 0.63333 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.67143 0.30902 moveto 0.67143 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.70952 0.30902 moveto 0.70952 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.74762 0.30902 moveto 0.74762 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.82381 0.30902 moveto 0.82381 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.8619 0.30902 moveto 0.8619 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.9 0.30902 moveto 0.9 0.31277 lineto stroke grestore gsave 0.001 setlinewidth 0.9381 0.30902 moveto 0.9381 0.31277 lineto stroke grestore gsave 0.002 setlinewidth 0 0.30902 moveto 1 0.30902 lineto stroke grestore [(excitation)] 0.5 0.61803 0 -2 Mshowa gsave 0.002 setlinewidth 0.02381 0.0618 moveto 0.03006 0.0618 lineto stroke grestore [(-2)] 0.01131 0.0618 1 0 Mshowa gsave 0.002 setlinewidth 0.02381 0.18541 moveto 0.03006 0.18541 lineto stroke grestore [(-1)] 0.01131 0.18541 1 0 Mshowa gsave 0.002 setlinewidth 0.02381 0.43262 moveto 0.03006 0.43262 lineto stroke grestore [(1)] 0.01131 0.43262 1 0 Mshowa gsave 0.002 setlinewidth 0.02381 0.55623 moveto 0.03006 0.55623 lineto stroke grestore [(2)] 0.01131 0.55623 1 0 Mshowa gsave 0.001 setlinewidth 0.02381 0.08652 moveto 0.02756 0.08652 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.11125 moveto 0.02756 0.11125 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.13597 moveto 0.02756 0.13597 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.16069 moveto 0.02756 0.16069 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.21013 moveto 0.02756 0.21013 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.23485 moveto 0.02756 0.23485 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.25957 moveto 0.02756 0.25957 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.2843 moveto 0.02756 0.2843 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.33374 moveto 0.02756 0.33374 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.35846 moveto 0.02756 0.35846 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.38318 moveto 0.02756 0.38318 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.4079 moveto 0.02756 0.4079 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.45735 moveto 0.02756 0.45735 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.48207 moveto 0.02756 0.48207 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.50679 moveto 0.02756 0.50679 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.53151 moveto 0.02756 0.53151 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.03708 moveto 0.02756 0.03708 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.01236 moveto 0.02756 0.01236 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.58095 moveto 0.02756 0.58095 lineto stroke grestore gsave 0.001 setlinewidth 0.02381 0.60567 moveto 0.02756 0.60567 lineto stroke grestore gsave 0.002 setlinewidth 0.02381 0 moveto 0.02381 0.61803 lineto stroke grestore grestore 0 0 moveto 1 0 lineto 1 0.61803 lineto 0 0.61803 lineto closepath clip newpath gsave gsave gsave 0.004 setlinewidth 0.02381 0.38805 moveto 0.02877 0.38007 lineto 0.03373 0.36882 lineto 0.03621 0.36104 lineto 0.03869 0.35091 lineto 0.04117 0.33727 lineto 0.04365 0.31828 lineto 0.04489 0.30598 lineto 0.04613 0.29124 lineto 0.04861 0.25292 lineto 0.05109 0.20265 lineto 0.05357 0.14924 lineto 0.05481 0.12673 lineto 0.05605 0.10917 lineto 0.05729 0.0967 lineto 0.05853 0.08855 lineto 0.05977 0.0836 lineto 0.06101 0.08085 lineto 0.06225 0.07952 lineto 0.06349 0.07908 lineto 0.06473 0.0792 lineto 0.06597 0.07966 lineto 0.06721 0.08032 lineto 0.06845 0.08112 lineto 0.07341 0.08486 lineto 0.08333 0.09306 lineto 0.10317 0.11061 lineto 0.12302 0.1305 lineto 0.13294 0.142 lineto 0.14286 0.15535 lineto 0.15278 0.17202 lineto 0.15774 0.1826 lineto 0.1627 0.1959 lineto 0.16766 0.21402 lineto 0.17014 0.22622 lineto 0.17262 0.24191 lineto 0.1751 0.26307 lineto 0.17758 0.29302 lineto 0.17882 0.31286 lineto 0.18006 0.33694 lineto 0.18254 0.39932 lineto 0.18502 0.47154 lineto 0.18626 0.50241 lineto 0.1875 0.52556 lineto 0.18874 0.54087 lineto 0.18998 0.55003 lineto 0.19122 0.5551 lineto 0.19246 0.55769 lineto 0.1937 0.55887 lineto 0.19494 0.55926 lineto Mistroke 0.19618 0.55923 lineto 0.19742 0.55896 lineto 0.1999 0.5581 lineto 0.20238 0.55707 lineto 0.22222 0.54854 lineto 0.2619 0.53239 lineto 0.30159 0.51758 lineto 0.34127 0.50418 lineto 0.38095 0.4923 lineto 0.42063 0.48209 lineto 0.46032 0.47372 lineto 0.48016 0.47026 lineto 0.5 0.4673 lineto 0.51984 0.46483 lineto 0.53968 0.46282 lineto 0.55952 0.46124 lineto 0.57937 0.46003 lineto 0.59921 0.45915 lineto 0.60913 0.4588 lineto 0.61905 0.45852 lineto 0.62897 0.45828 lineto 0.63889 0.45808 lineto 0.64881 0.45792 lineto 0.65873 0.45779 lineto 0.67857 0.4576 lineto 0.68849 0.45753 lineto 0.69841 0.45747 lineto 0.70833 0.45743 lineto 0.71825 0.4574 lineto 0.72817 0.45737 lineto 0.7381 0.45735 lineto 0.74802 0.45733 lineto 0.75794 0.45732 lineto 0.76786 0.45731 lineto 0.77778 0.4573 lineto 0.7877 0.45729 lineto 0.79762 0.45729 lineto 0.80754 0.45728 lineto 0.81746 0.45728 lineto 0.82738 0.45728 lineto 0.8373 0.45728 lineto 0.84722 0.45728 lineto 0.85714 0.45728 lineto 0.8621 0.45727 lineto 0.86706 0.45727 lineto 0.86954 0.45727 lineto 0.87202 0.45727 lineto 0.87698 0.45727 lineto 0.8869 0.45727 lineto 0.89683 0.45727 lineto Mistroke 0.91667 0.45727 lineto 0.92659 0.45727 lineto 0.93651 0.45727 lineto 0.94643 0.45727 lineto 0.95139 0.45727 lineto 0.95635 0.45727 lineto 0.96131 0.45727 lineto 0.96627 0.45727 lineto 0.97619 0.45727 lineto Mfstroke grestore grestore grestore % End of Graphics MathPictureEnd :[font = input; preserveAspect; startGroup; ] Show[Table[pp[i],{i,1,5}]] :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 520; pictureHeight = 520; ] %! %%Creator: Mathematica %%AspectRatio: 1 MathPictureStart /Courier findfont 10 scalefont setfont % Scaling calculations 0.5 0.2 0.5 0.2 [ [(-2)] 0.1 0.5 0 2 Msboxa [(-1)] 0.3 0.5 0 2 Msboxa [(1)] 0.7 0.5 0 2 Msboxa [(2)] 0.9 0.5 0 2 Msboxa [(0.4 Displacement)] 0.5 1 0 -2 Msboxa [(-2)] 0.4875 0.1 1 0 Msboxa [(-1)] 0.4875 0.3 1 0 Msboxa [(1)] 0.4875 0.7 1 0 Msboxa [(2)] 0.4875 0.9 1 0 Msboxa [ -0.001 -0.001 0 0 ] [ 1.001 1.001 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath %%Object: Graphics [ ] 0 setdash 0 setgray gsave gsave 0.002 setlinewidth 0.1 0.5 moveto 0.1 0.50625 lineto stroke grestore [(-2)] 0.1 0.5 0 2 Mshowa gsave 0.002 setlinewidth 0.3 0.5 moveto 0.3 0.50625 lineto stroke grestore [(-1)] 0.3 0.5 0 2 Mshowa gsave 0.002 setlinewidth 0.7 0.5 moveto 0.7 0.50625 lineto stroke grestore [(1)] 0.7 0.5 0 2 Mshowa gsave 0.002 setlinewidth 0.9 0.5 moveto 0.9 0.50625 lineto stroke grestore [(2)] 0.9 0.5 0 2 Mshowa gsave 0.001 setlinewidth 0.14 0.5 moveto 0.14 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.18 0.5 moveto 0.18 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.22 0.5 moveto 0.22 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.26 0.5 moveto 0.26 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.34 0.5 moveto 0.34 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.38 0.5 moveto 0.38 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.42 0.5 moveto 0.42 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.46 0.5 moveto 0.46 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.54 0.5 moveto 0.54 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.58 0.5 moveto 0.58 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.62 0.5 moveto 0.62 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.66 0.5 moveto 0.66 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.74 0.5 moveto 0.74 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.78 0.5 moveto 0.78 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.82 0.5 moveto 0.82 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.86 0.5 moveto 0.86 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.06 0.5 moveto 0.06 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.02 0.5 moveto 0.02 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.94 0.5 moveto 0.94 0.50375 lineto stroke grestore gsave 0.001 setlinewidth 0.98 0.5 moveto 0.98 0.50375 lineto stroke grestore gsave 0.002 setlinewidth 0 0.5 moveto 1 0.5 lineto stroke grestore [(0.4 Displacement)] 0.5 1 0 -2 Mshowa gsave 0.002 setlinewidth 0.5 0.1 moveto 0.50625 0.1 lineto stroke grestore [(-2)] 0.4875 0.1 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.3 moveto 0.50625 0.3 lineto stroke grestore [(-1)] 0.4875 0.3 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.7 moveto 0.50625 0.7 lineto stroke grestore [(1)] 0.4875 0.7 1 0 Mshowa gsave 0.002 setlinewidth 0.5 0.9 moveto 0.50625 0.9 lineto stroke grestore [(2)] 0.4875 0.9 1 0 Mshowa gsave 0.001 setlinewidth 0.5 0.14 moveto 0.50375 0.14 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.18 moveto 0.50375 0.18 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.22 moveto 0.50375 0.22 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.26 moveto 0.50375 0.26 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.34 moveto 0.50375 0.34 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.38 moveto 0.50375 0.38 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.42 moveto 0.50375 0.42 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.46 moveto 0.50375 0.46 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.54 moveto 0.50375 0.54 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.58 moveto 0.50375 0.58 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.62 moveto 0.50375 0.62 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.66 moveto 0.50375 0.66 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.74 moveto 0.50375 0.74 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.78 moveto 0.50375 0.78 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.82 moveto 0.50375 0.82 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.86 moveto 0.50375 0.86 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.06 moveto 0.50375 0.06 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.02 moveto 0.50375 0.02 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.94 moveto 0.50375 0.94 lineto stroke grestore gsave 0.001 setlinewidth 0.5 0.98 moveto 0.50375 0.98 lineto stroke grestore gsave 0.002 setlinewidth 0.5 0 moveto 0.5 1 lineto stroke grestore grestore 0 0 moveto 1 0 lineto 1 1 lineto 0 1 lineto closepath clip newpath gsave gsave gsave gsave gsave 0.004 setlinewidth 0.65988 0.37515 moveto 0.65997 0.37538 lineto 0.66008 0.37561 lineto 0.66035 0.37607 lineto 0.66072 0.37652 lineto 0.66118 0.37697 lineto 0.6624 0.37785 lineto 0.66404 0.37871 lineto 0.66614 0.37954 lineto 0.66871 0.38034 lineto 0.67179 0.38109 lineto 0.67536 0.3818 lineto 0.68394 0.38306 lineto 0.68886 0.38361 lineto 0.69411 0.38409 lineto 0.70522 0.38485 lineto 0.71084 0.38512 lineto 0.71634 0.38533 lineto 0.72162 0.38548 lineto 0.72413 0.38553 lineto 0.72536 0.38555 lineto 0.72656 0.38557 lineto 0.72774 0.38558 lineto 0.72889 0.38559 lineto 0.73001 0.38559 lineto 0.73111 0.3856 lineto 0.73217 0.3856 lineto 0.73321 0.38559 lineto 0.73422 0.38559 lineto 0.7352 0.38558 lineto 0.73707 0.38555 lineto 0.73796 0.38553 lineto 0.73882 0.38551 lineto 0.74197 0.38541 lineto 0.74337 0.38535 lineto 0.74466 0.38528 lineto 0.74692 0.38512 lineto 0.74878 0.38493 lineto 0.7503 0.38473 lineto 0.75152 0.38451 lineto 0.75247 0.38429 lineto 0.75319 0.38406 lineto 0.75348 0.38394 lineto 0.75372 0.38382 lineto 0.75409 0.38357 lineto 0.75423 0.38345 lineto 0.75433 0.38333 lineto 0.7544 0.38321 lineto 0.75443 0.38315 lineto 0.75446 0.38309 lineto Mistroke 0.75447 0.38303 lineto 0.75448 0.38297 lineto 0.75449 0.38291 lineto 0.75449 0.38285 lineto 0.75449 0.38279 lineto 0.75448 0.38273 lineto 0.75447 0.38267 lineto 0.75445 0.38261 lineto 0.75441 0.38249 lineto 0.75435 0.38237 lineto 0.7542 0.38214 lineto 0.75402 0.38191 lineto 0.75355 0.38147 lineto 0.75242 0.38064 lineto 0.75119 0.3799 lineto 0.74882 0.37866 lineto 0.74677 0.37771 lineto 0.74508 0.37699 lineto 0.74374 0.37646 lineto 0.7427 0.37607 lineto 0.74191 0.37579 lineto 0.74132 0.37559 lineto 0.74089 0.37545 lineto 0.74058 0.37535 lineto 0.74036 0.37529 lineto 0.74021 0.37524 lineto 0.7401 0.37521 lineto 0.74003 0.37519 lineto 0.73998 0.37518 lineto 0.73995 0.37517 lineto 0.73993 0.37516 lineto 0.73991 0.37516 lineto 0.7399 0.37515 lineto Mfstroke grestore grestore grestore grestore gsave gsave gsave gsave 0.004 setlinewidth 0.65188 0.37515 moveto 0.65157 0.37566 lineto 0.65132 0.37617 lineto 0.65122 0.37642 lineto 0.65114 0.37667 lineto 0.65107 0.37693 lineto 0.65103 0.37718 lineto 0.651 0.37743 lineto 0.65099 0.37768 lineto 0.65099 0.37793 lineto 0.65102 0.37818 lineto 0.65107 0.37843 lineto 0.65114 0.37868 lineto 0.65124 0.37893 lineto 0.65135 0.37918 lineto 0.65166 0.37967 lineto 0.65206 0.38016 lineto 0.65257 0.38064 lineto 0.65319 0.38112 lineto 0.6548 0.38205 lineto 0.65692 0.38296 lineto 0.65961 0.38382 lineto 0.6629 0.38465 lineto 0.66682 0.38543 lineto 0.67137 0.38615 lineto 0.68229 0.3874 lineto 0.68852 0.38791 lineto 0.69512 0.38835 lineto 0.70194 0.3887 lineto 0.70882 0.38898 lineto 0.71223 0.38908 lineto 0.71558 0.38917 lineto 0.71886 0.38923 lineto 0.72047 0.38926 lineto 0.72206 0.38928 lineto 0.72361 0.3893 lineto 0.72514 0.38931 lineto 0.72663 0.38932 lineto 0.7281 0.38932 lineto 0.72953 0.38932 lineto 0.73092 0.38931 lineto 0.73228 0.38931 lineto 0.7336 0.38929 lineto 0.73489 0.38928 lineto 0.73613 0.38926 lineto 0.7385 0.38921 lineto 0.74071 0.38914 lineto 0.74276 0.38907 lineto 0.74638 0.38888 lineto 0.74797 0.38878 lineto Mistroke 0.74941 0.38867 lineto 0.75189 0.38842 lineto 0.75388 0.38814 lineto 0.75545 0.38785 lineto 0.75665 0.38755 lineto 0.75754 0.38724 lineto 0.75789 0.38708 lineto 0.75818 0.38692 lineto 0.75842 0.38676 lineto 0.75861 0.3866 lineto 0.75876 0.38643 lineto 0.75886 0.38627 lineto 0.75891 0.38619 lineto 0.75894 0.38611 lineto 0.75896 0.38603 lineto 0.75898 0.38595 lineto 0.75899 0.38587 lineto 0.759 0.38579 lineto 0.75899 0.38571 lineto 0.75899 0.38563 lineto 0.75897 0.38555 lineto 0.75895 0.38547 lineto 0.7589 0.38531 lineto 0.75883 0.38516 lineto 0.75874 0.385 lineto 0.75826 0.38439 lineto 0.75765 0.38381 lineto 0.75694 0.38325 lineto 0.75543 0.38222 lineto 0.75242 0.38046 lineto 0.74975 0.37909 lineto 0.74751 0.37803 lineto 0.74567 0.37723 lineto 0.7442 0.37663 lineto 0.74305 0.3762 lineto 0.74217 0.37588 lineto 0.74151 0.37565 lineto 0.74103 0.3755 lineto 0.74068 0.37539 lineto 0.74043 0.37531 lineto 0.74026 0.37526 lineto 0.74014 0.37522 lineto 0.74005 0.3752 lineto 0.74 0.37518 lineto 0.73996 0.37517 lineto 0.73993 0.37516 lineto 0.73992 0.37516 lineto Mfstroke grestore grestore grestore grestore gsave gsave gsave gsave 0.004 setlinewidth 0.64388 0.37515 moveto 0.64042 0.37739 lineto 0.63734 0.37967 lineto 0.63474 0.38197 lineto 0.63368 0.38312 lineto 0.63281 0.38428 lineto 0.63246 0.38485 lineto 0.63217 0.38543 lineto 0.63205 0.38572 lineto 0.63194 0.386 lineto 0.63186 0.38629 lineto 0.6318 0.38658 lineto 0.63175 0.38686 lineto 0.63173 0.38715 lineto 0.63172 0.38743 lineto 0.63175 0.38772 lineto 0.63179 0.388 lineto 0.63186 0.38828 lineto 0.63195 0.38857 lineto 0.63207 0.38885 lineto 0.6324 0.38941 lineto 0.63285 0.38996 lineto 0.63342 0.39051 lineto 0.63414 0.39105 lineto 0.63605 0.39211 lineto 0.63866 0.39314 lineto 0.64207 0.39412 lineto 0.64637 0.39505 lineto 0.65164 0.39591 lineto 0.65794 0.3967 lineto 0.66526 0.3974 lineto 0.67356 0.39801 lineto 0.68271 0.39851 lineto 0.68753 0.39872 lineto 0.69247 0.3989 lineto 0.6975 0.39905 lineto 0.70257 0.39917 lineto 0.7051 0.39922 lineto 0.70763 0.39926 lineto 0.71015 0.39929 lineto 0.71265 0.39932 lineto 0.71512 0.39934 lineto 0.71757 0.39935 lineto 0.71998 0.39936 lineto 0.72235 0.39935 lineto 0.72468 0.39935 lineto 0.72696 0.39933 lineto 0.72919 0.39931 lineto 0.73136 0.39928 lineto 0.73348 0.39925 lineto Mistroke 0.73553 0.39921 lineto 0.73944 0.39911 lineto 0.74307 0.39899 lineto 0.74643 0.39885 lineto 0.75229 0.39852 lineto 0.75481 0.39834 lineto 0.75707 0.39814 lineto 0.76085 0.3977 lineto 0.76377 0.39724 lineto 0.76494 0.39699 lineto 0.76595 0.39674 lineto 0.7668 0.39649 lineto 0.76752 0.39623 lineto 0.76861 0.39572 lineto 0.76901 0.39545 lineto 0.76931 0.39519 lineto 0.76955 0.39493 lineto 0.76964 0.3948 lineto 0.76972 0.39466 lineto 0.76978 0.39453 lineto 0.76982 0.3944 lineto 0.76986 0.39427 lineto 0.76988 0.39414 lineto 0.76989 0.39401 lineto 0.76989 0.39388 lineto 0.76988 0.39375 lineto 0.76986 0.39362 lineto 0.76984 0.39349 lineto 0.7698 0.39336 lineto 0.76971 0.3931 lineto 0.76959 0.39285 lineto 0.76945 0.3926 lineto 0.76911 0.3921 lineto 0.76826 0.39112 lineto 0.76727 0.39019 lineto 0.76298 0.38687 lineto 0.75888 0.38416 lineto 0.75526 0.38198 lineto 0.75212 0.38027 lineto 0.74946 0.37894 lineto 0.74725 0.37791 lineto 0.74546 0.37714 lineto 0.74403 0.37657 lineto 0.74292 0.37615 lineto 0.74207 0.37585 lineto 0.74144 0.37563 lineto 0.74098 0.37548 lineto 0.74064 0.37537 lineto 0.74041 0.3753 lineto 0.74024 0.37525 lineto Mistroke 0.74013 0.37522 lineto 0.74005 0.37519 lineto 0.73999 0.37518 lineto Mfstroke grestore grestore grestore grestore gsave gsave gsave gsave 0.004 setlinewidth 0.63588 0.37515 moveto 0.62189 0.38018 lineto 0.60112 0.38579 lineto 0.58485 0.38896 lineto 0.56035 0.39252 lineto 0.52028 0.39674 lineto 0.4503 0.40211 lineto 0.33407 0.4095 lineto 0.26546 0.41426 lineto 0.20593 0.41972 lineto 0.18314 0.42267 lineto 0.16552 0.42572 lineto 0.15853 0.42727 lineto 0.15261 0.42884 lineto 0.1436 0.43201 lineto 0.14027 0.43361 lineto 0.1376 0.43521 lineto 0.13547 0.43681 lineto 0.13381 0.43842 lineto 0.13255 0.44003 lineto 0.13161 0.44163 lineto 0.13095 0.44324 lineto 0.13051 0.44484 lineto 0.13026 0.44644 lineto 0.13017 0.44804 lineto 0.13021 0.44963 lineto 0.13036 0.45122 lineto 0.13059 0.45281 lineto 0.1309 0.45439 lineto 0.13168 0.45754 lineto 0.13602 0.46993 lineto 0.14109 0.48198 lineto 0.14638 0.49369 lineto 0.16855 0.53721 lineto 0.19264 0.57556 lineto 0.20577 0.59284 lineto 0.21995 0.60888 lineto 0.23561 0.62366 lineto 0.25348 0.63715 lineto 0.26363 0.64338 lineto 0.27492 0.64926 lineto 0.2878 0.65475 lineto 0.30293 0.65982 lineto 0.31166 0.66218 lineto 0.32145 0.66441 lineto 0.33259 0.6665 lineto 0.34549 0.66844 lineto 0.36074 0.67019 lineto 0.37924 0.67174 lineto 0.3901 0.67242 lineto Mistroke 0.40232 0.67303 lineto 0.41618 0.67356 lineto 0.42383 0.6738 lineto 0.43203 0.67401 lineto 0.44083 0.6742 lineto 0.45029 0.67436 lineto 0.46049 0.67449 lineto 0.47149 0.67459 lineto 0.48337 0.67465 lineto 0.49621 0.67468 lineto 0.5101 0.67467 lineto 0.52511 0.67462 lineto 0.54131 0.67453 lineto 0.55875 0.67439 lineto 0.57747 0.67419 lineto 0.59746 0.67394 lineto 0.68767 0.67232 lineto 0.73508 0.67111 lineto 0.77952 0.66964 lineto 0.81762 0.66794 lineto 0.83363 0.66701 lineto 0.84749 0.66605 lineto 0.85927 0.66505 lineto 0.86909 0.66402 lineto 0.87717 0.66296 lineto 0.8837 0.66189 lineto 0.88893 0.6608 lineto 0.89306 0.65971 lineto 0.89629 0.6586 lineto 0.89878 0.65749 lineto 0.90068 0.65637 lineto 0.9021 0.65526 lineto 0.90314 0.65414 lineto 0.90388 0.65302 lineto 0.90439 0.6519 lineto 0.90471 0.65079 lineto 0.90489 0.64967 lineto 0.90495 0.64856 lineto 0.90492 0.64745 lineto 0.90482 0.64635 lineto 0.90446 0.64414 lineto 0.90397 0.64195 lineto 0.9034 0.63977 lineto 0.89798 0.62284 lineto 0.88696 0.59155 lineto 0.87627 0.56346 lineto 0.86592 0.53831 lineto 0.85591 0.51587 lineto 0.84626 0.4959 lineto 0.83695 0.47821 lineto Mistroke 0.82802 0.46259 lineto 0.81946 0.44887 lineto 0.81128 0.43688 lineto 0.80351 0.42645 lineto 0.79616 0.41745 lineto 0.78923 0.40972 lineto Mfstroke grestore grestore grestore grestore gsave gsave gsave gsave 0.004 setlinewidth 0.62788 0.37515 moveto 0.61787 0.37783 lineto 0.60493 0.38072 lineto 0.58695 0.38391 lineto 0.55977 0.38754 lineto 0.515 0.39191 lineto 0.4365 0.39758 lineto 0.3102 0.4055 lineto 0.27492 0.40794 lineto 0.24147 0.41058 lineto 0.21173 0.41338 lineto 0.18698 0.41632 lineto 0.16763 0.41939 lineto 0.15333 0.42253 lineto 0.14783 0.42412 lineto 0.14328 0.42573 lineto 0.13955 0.42734 lineto 0.13654 0.42896 lineto 0.13415 0.43058 lineto 0.13227 0.43221 lineto 0.13082 0.43383 lineto 0.12974 0.43546 lineto 0.12896 0.43708 lineto 0.12843 0.43871 lineto 0.12811 0.44033 lineto 0.12796 0.44195 lineto 0.12795 0.44356 lineto 0.12806 0.44517 lineto 0.12826 0.44678 lineto 0.12854 0.44838 lineto 0.13021 0.45474 lineto 0.13479 0.46721 lineto 0.15605 0.51369 lineto 0.17897 0.55488 lineto 0.20427 0.59099 lineto 0.21832 0.60717 lineto 0.23379 0.62209 lineto 0.25136 0.63572 lineto 0.26129 0.64203 lineto 0.27231 0.64799 lineto 0.28478 0.65357 lineto 0.29933 0.65873 lineto 0.31697 0.66344 lineto 0.32747 0.66559 lineto 0.33953 0.6676 lineto 0.35365 0.66944 lineto 0.3617 0.67029 lineto 0.37058 0.67108 lineto 0.38042 0.67182 lineto 0.39143 0.67249 lineto Mistroke 0.40382 0.67309 lineto 0.41788 0.67362 lineto 0.42566 0.67385 lineto 0.43399 0.67405 lineto 0.44293 0.67423 lineto 0.45256 0.67439 lineto 0.46293 0.67451 lineto 0.47412 0.6746 lineto 0.48622 0.67466 lineto 0.49929 0.67468 lineto 0.51343 0.67467 lineto 0.5287 0.67461 lineto 0.54518 0.6745 lineto 0.56292 0.67435 lineto 0.6022 0.67387 lineto 0.64611 0.67317 lineto 0.69311 0.6722 lineto 0.74037 0.67096 lineto 0.78424 0.66946 lineto 0.80384 0.66862 lineto 0.82147 0.66773 lineto 0.85037 0.66582 lineto 0.86168 0.66481 lineto 0.87109 0.66378 lineto 0.87879 0.66272 lineto 0.88501 0.66164 lineto 0.88997 0.66055 lineto 0.89387 0.65945 lineto 0.89692 0.65835 lineto 0.89926 0.65723 lineto 0.90104 0.65612 lineto 0.90237 0.655 lineto 0.90334 0.65388 lineto 0.90402 0.65277 lineto 0.90448 0.65165 lineto 0.90476 0.65053 lineto 0.90491 0.64942 lineto 0.90495 0.64831 lineto 0.9049 0.6472 lineto 0.90478 0.64609 lineto 0.90462 0.64499 lineto 0.90441 0.64389 lineto 0.90391 0.6417 lineto 0.90136 0.63308 lineto 0.89859 0.62467 lineto 0.89304 0.60851 lineto 0.88216 0.57868 lineto 0.87163 0.55193 lineto 0.86143 0.52801 lineto 0.85158 0.5067 lineto Mistroke 0.84208 0.48777 lineto 0.83294 0.47102 lineto 0.82417 0.45627 lineto 0.81577 0.44334 lineto 0.80778 0.43206 lineto 0.80019 0.42228 lineto 0.79302 0.41386 lineto 0.7863 0.40666 lineto Mfstroke grestore grestore grestore grestore grestore % End of Graphics MathPictureEnd :[font = output; output; inactive; preserveAspect; endGroup; ] The Unformatted text for this cell was not generated. Use options in the Actions Preferences dialog box to control when Unformatted text is generated. ;[o] -Graphics- ^*)