| 1 |
jmc |
1.1 |
%!PS-Adobe-3.0 EPSF-3.0 |
| 2 |
|
|
%%Creator: MATLAB, The Mathworks, Inc. |
| 3 |
|
|
%%Title: stab_AB3_dampR.eps |
| 4 |
|
|
%%CreationDate: 02/01/2006 22:30:08 |
| 5 |
|
|
%%DocumentNeededFonts: Helvetica |
| 6 |
|
|
%%DocumentProcessColors: Cyan Magenta Yellow Black |
| 7 |
|
|
%%LanguageLevel: 2 |
| 8 |
|
|
%%Pages: 1 |
| 9 |
|
|
%%BoundingBox: 74 140 538 704 |
| 10 |
|
|
%%EndComments |
| 11 |
|
|
|
| 12 |
|
|
%%BeginProlog |
| 13 |
|
|
% MathWorks dictionary |
| 14 |
|
|
/MathWorks 160 dict begin |
| 15 |
|
|
% definition operators |
| 16 |
|
|
/bdef {bind def} bind def |
| 17 |
|
|
/ldef {load def} bind def |
| 18 |
|
|
/xdef {exch def} bdef |
| 19 |
|
|
/xstore {exch store} bdef |
| 20 |
|
|
% operator abbreviations |
| 21 |
|
|
/c /clip ldef |
| 22 |
|
|
/cc /concat ldef |
| 23 |
|
|
/cp /closepath ldef |
| 24 |
|
|
/gr /grestore ldef |
| 25 |
|
|
/gs /gsave ldef |
| 26 |
|
|
/mt /moveto ldef |
| 27 |
|
|
/np /newpath ldef |
| 28 |
|
|
/cm /currentmatrix ldef |
| 29 |
|
|
/sm /setmatrix ldef |
| 30 |
|
|
/rm /rmoveto ldef |
| 31 |
|
|
/rl /rlineto ldef |
| 32 |
|
|
/s {show newpath} bdef |
| 33 |
|
|
/sc {setcmykcolor} bdef |
| 34 |
|
|
/sr /setrgbcolor ldef |
| 35 |
|
|
/sg /setgray ldef |
| 36 |
|
|
/w /setlinewidth ldef |
| 37 |
|
|
/j /setlinejoin ldef |
| 38 |
|
|
/cap /setlinecap ldef |
| 39 |
|
|
/rc {rectclip} bdef |
| 40 |
|
|
/rf {rectfill} bdef |
| 41 |
|
|
% page state control |
| 42 |
|
|
/pgsv () def |
| 43 |
|
|
/bpage {/pgsv save def} bdef |
| 44 |
|
|
/epage {pgsv restore} bdef |
| 45 |
|
|
/bplot /gsave ldef |
| 46 |
|
|
/eplot {stroke grestore} bdef |
| 47 |
|
|
% orientation switch |
| 48 |
|
|
/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def |
| 49 |
|
|
% coordinate system mappings |
| 50 |
|
|
/dpi2point 0 def |
| 51 |
|
|
% font control |
| 52 |
|
|
/FontSize 0 def |
| 53 |
|
|
/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0] |
| 54 |
|
|
makefont setfont} bdef |
| 55 |
|
|
/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse |
| 56 |
|
|
exch dup 3 1 roll findfont dup length dict begin |
| 57 |
|
|
{ 1 index /FID ne {def}{pop pop} ifelse } forall |
| 58 |
|
|
/Encoding exch def currentdict end definefont pop} bdef |
| 59 |
|
|
/isroman {findfont /CharStrings get /Agrave known} bdef |
| 60 |
|
|
/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse |
| 61 |
|
|
exch FMS} bdef |
| 62 |
|
|
/csm {1 dpi2point div -1 dpi2point div scale neg translate |
| 63 |
|
|
dup landscapeMode eq {pop -90 rotate} |
| 64 |
|
|
{rotateMode eq {90 rotate} if} ifelse} bdef |
| 65 |
|
|
% line types: solid, dotted, dashed, dotdash |
| 66 |
|
|
/SO { [] 0 setdash } bdef |
| 67 |
|
|
/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef |
| 68 |
|
|
/DA { [6 dpi2point mul] 0 setdash } bdef |
| 69 |
|
|
/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 |
| 70 |
|
|
dpi2point mul] 0 setdash } bdef |
| 71 |
|
|
% macros for lines and objects |
| 72 |
|
|
/L {lineto stroke} bdef |
| 73 |
|
|
/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef |
| 74 |
|
|
/AP {{rlineto} repeat} bdef |
| 75 |
|
|
/PDlw -1 def |
| 76 |
|
|
/W {/PDlw currentlinewidth def setlinewidth} def |
| 77 |
|
|
/PP {closepath eofill} bdef |
| 78 |
|
|
/DP {closepath stroke} bdef |
| 79 |
|
|
/MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto |
| 80 |
|
|
neg 0 exch rlineto closepath} bdef |
| 81 |
|
|
/FR {MR stroke} bdef |
| 82 |
|
|
/PR {MR fill} bdef |
| 83 |
|
|
/L1i {{currentfile picstr readhexstring pop} image} bdef |
| 84 |
|
|
/tMatrix matrix def |
| 85 |
|
|
/MakeOval {newpath tMatrix currentmatrix pop translate scale |
| 86 |
|
|
0 0 1 0 360 arc tMatrix setmatrix} bdef |
| 87 |
|
|
/FO {MakeOval stroke} bdef |
| 88 |
|
|
/PO {MakeOval fill} bdef |
| 89 |
|
|
/PD {currentlinewidth 2 div 0 360 arc fill |
| 90 |
|
|
PDlw -1 eq not {PDlw w /PDlw -1 def} if} def |
| 91 |
|
|
/FA {newpath tMatrix currentmatrix pop translate scale |
| 92 |
|
|
0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef |
| 93 |
|
|
/PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale |
| 94 |
|
|
0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef |
| 95 |
|
|
/FAn {newpath tMatrix currentmatrix pop translate scale |
| 96 |
|
|
0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef |
| 97 |
|
|
/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale |
| 98 |
|
|
0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef |
| 99 |
|
|
/vradius 0 def /hradius 0 def /lry 0 def |
| 100 |
|
|
/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def |
| 101 |
|
|
/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef |
| 102 |
|
|
/ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly |
| 103 |
|
|
vradius add translate hradius vradius scale 0 0 1 180 270 arc |
| 104 |
|
|
tMatrix setmatrix lrx hradius sub uly vradius add translate |
| 105 |
|
|
hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix |
| 106 |
|
|
lrx hradius sub lry vradius sub translate hradius vradius scale |
| 107 |
|
|
0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub |
| 108 |
|
|
translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix |
| 109 |
|
|
closepath} bdef |
| 110 |
|
|
/FRR {MRR stroke } bdef |
| 111 |
|
|
/PRR {MRR fill } bdef |
| 112 |
|
|
/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def |
| 113 |
|
|
newpath tMatrix currentmatrix pop ulx rad add uly rad add translate |
| 114 |
|
|
rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad |
| 115 |
|
|
sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix |
| 116 |
|
|
closepath} bdef |
| 117 |
|
|
/FlrRR {MlrRR stroke } bdef |
| 118 |
|
|
/PlrRR {MlrRR fill } bdef |
| 119 |
|
|
/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def |
| 120 |
|
|
newpath tMatrix currentmatrix pop ulx rad add uly rad add translate |
| 121 |
|
|
rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad |
| 122 |
|
|
sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix |
| 123 |
|
|
closepath} bdef |
| 124 |
|
|
/FtbRR {MtbRR stroke } bdef |
| 125 |
|
|
/PtbRR {MtbRR fill } bdef |
| 126 |
|
|
/stri 6 array def /dtri 6 array def |
| 127 |
|
|
/smat 6 array def /dmat 6 array def |
| 128 |
|
|
/tmat1 6 array def /tmat2 6 array def /dif 3 array def |
| 129 |
|
|
/asub {/ind2 exch def /ind1 exch def dup dup |
| 130 |
|
|
ind1 get exch ind2 get sub exch } bdef |
| 131 |
|
|
/tri_to_matrix { |
| 132 |
|
|
2 0 asub 3 1 asub 4 0 asub 5 1 asub |
| 133 |
|
|
dup 0 get exch 1 get 7 -1 roll astore } bdef |
| 134 |
|
|
/compute_transform { |
| 135 |
|
|
dmat dtri tri_to_matrix tmat1 invertmatrix |
| 136 |
|
|
smat stri tri_to_matrix tmat2 concatmatrix } bdef |
| 137 |
|
|
/ds {stri astore pop} bdef |
| 138 |
|
|
/dt {dtri astore pop} bdef |
| 139 |
|
|
/db {2 copy /cols xdef /rows xdef mul dup 3 mul string |
| 140 |
|
|
currentfile |
| 141 |
|
|
3 index 0 eq {/ASCIIHexDecode filter} |
| 142 |
|
|
{/ASCII85Decode filter 3 index 2 eq {/RunLengthDecode filter} if } |
| 143 |
|
|
ifelse exch readstring pop |
| 144 |
|
|
dup 0 3 index getinterval /rbmap xdef |
| 145 |
|
|
dup 2 index dup getinterval /gbmap xdef |
| 146 |
|
|
1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef |
| 147 |
|
|
/it {gs np dtri aload pop moveto lineto lineto cp c |
| 148 |
|
|
cols rows 8 compute_transform |
| 149 |
|
|
rbmap gbmap bbmap true 3 colorimage gr}bdef |
| 150 |
|
|
/il {newpath moveto lineto stroke}bdef |
| 151 |
|
|
currentdict end def |
| 152 |
|
|
%%EndProlog |
| 153 |
|
|
|
| 154 |
|
|
%%BeginSetup |
| 155 |
|
|
MathWorks begin |
| 156 |
|
|
|
| 157 |
|
|
0 cap |
| 158 |
|
|
|
| 159 |
|
|
end |
| 160 |
|
|
%%EndSetup |
| 161 |
|
|
|
| 162 |
|
|
%%Page: 1 1 |
| 163 |
|
|
%%BeginPageSetup |
| 164 |
|
|
%%PageBoundingBox: 74 140 538 704 |
| 165 |
|
|
MathWorks begin |
| 166 |
|
|
bpage |
| 167 |
|
|
%%EndPageSetup |
| 168 |
|
|
|
| 169 |
|
|
%%BeginObject: obj1 |
| 170 |
|
|
bplot |
| 171 |
|
|
|
| 172 |
|
|
/dpi2point 12 def |
| 173 |
|
|
portraitMode 0288 8436 csm |
| 174 |
|
|
|
| 175 |
|
|
609 -12 5565 6764 rc |
| 176 |
|
|
90 dict begin %Colortable dictionary |
| 177 |
|
|
/c0 { 0 0 0 sr} bdef |
| 178 |
|
|
/c1 { 1 1 1 sr} bdef |
| 179 |
|
|
/c2 { 1 0 0 sr} bdef |
| 180 |
|
|
/c3 { 0 1 0 sr} bdef |
| 181 |
|
|
/c4 { 0 0 1 sr} bdef |
| 182 |
|
|
/c5 { 1 1 0 sr} bdef |
| 183 |
|
|
/c6 { 1 0 1 sr} bdef |
| 184 |
|
|
/c7 { 0 1 1 sr} bdef |
| 185 |
|
|
c0 |
| 186 |
|
|
1 j |
| 187 |
|
|
1 sg |
| 188 |
|
|
0 0 6768 7393 rf |
| 189 |
|
|
6 w |
| 190 |
|
|
0 2543 2213 0 0 -2543 880 3097 4 MP |
| 191 |
|
|
PP |
| 192 |
|
|
-2213 0 0 2543 2213 0 0 -2543 880 3097 5 MP stroke |
| 193 |
|
|
4 w |
| 194 |
|
|
DO |
| 195 |
|
|
0 sg |
| 196 |
|
|
880 3097 mt 880 554 L |
| 197 |
|
|
880 554 mt 880 554 L |
| 198 |
|
|
1794 3097 mt 1794 554 L |
| 199 |
|
|
1794 554 mt 1794 554 L |
| 200 |
|
|
2708 3097 mt 2708 554 L |
| 201 |
|
|
2708 554 mt 2708 554 L |
| 202 |
|
|
880 3097 mt 3093 3097 L |
| 203 |
|
|
3093 3097 mt 3093 3097 L |
| 204 |
|
|
880 2588 mt 3093 2588 L |
| 205 |
|
|
3093 2588 mt 3093 2588 L |
| 206 |
|
|
880 2079 mt 3093 2079 L |
| 207 |
|
|
3093 2079 mt 3093 2079 L |
| 208 |
|
|
880 1571 mt 3093 1571 L |
| 209 |
|
|
3093 1571 mt 3093 1571 L |
| 210 |
|
|
880 1062 mt 3093 1062 L |
| 211 |
|
|
3093 1062 mt 3093 1062 L |
| 212 |
|
|
880 554 mt 3093 554 L |
| 213 |
|
|
3093 554 mt 3093 554 L |
| 214 |
|
|
SO |
| 215 |
|
|
6 w |
| 216 |
|
|
880 3097 mt 3093 3097 L |
| 217 |
|
|
880 554 mt 3093 554 L |
| 218 |
|
|
880 3097 mt 880 554 L |
| 219 |
|
|
3093 3097 mt 3093 554 L |
| 220 |
|
|
880 3097 mt 3093 3097 L |
| 221 |
|
|
880 3097 mt 880 554 L |
| 222 |
|
|
880 3097 mt 880 3071 L |
| 223 |
|
|
880 554 mt 880 579 L |
| 224 |
|
|
%%IncludeResource: font Helvetica |
| 225 |
|
|
/Helvetica /ISOLatin1Encoding 120 FMSR |
| 226 |
|
|
|
| 227 |
|
|
847 3242 mt |
| 228 |
|
|
(0) s |
| 229 |
|
|
1794 3097 mt 1794 3071 L |
| 230 |
|
|
1794 554 mt 1794 579 L |
| 231 |
|
|
1711 3242 mt |
| 232 |
|
|
(0.5) s |
| 233 |
|
|
2708 3097 mt 2708 3071 L |
| 234 |
|
|
2708 554 mt 2708 579 L |
| 235 |
|
|
2675 3242 mt |
| 236 |
|
|
(1) s |
| 237 |
|
|
880 3097 mt 905 3097 L |
| 238 |
|
|
3093 3097 mt 3067 3097 L |
| 239 |
|
|
609 3141 mt |
| 240 |
|
|
(-1.5) s |
| 241 |
|
|
880 2588 mt 905 2588 L |
| 242 |
|
|
3093 2588 mt 3067 2588 L |
| 243 |
|
|
709 2632 mt |
| 244 |
|
|
(-1) s |
| 245 |
|
|
880 2079 mt 905 2079 L |
| 246 |
|
|
3093 2079 mt 3067 2079 L |
| 247 |
|
|
609 2123 mt |
| 248 |
|
|
(-0.5) s |
| 249 |
|
|
880 1571 mt 905 1571 L |
| 250 |
|
|
3093 1571 mt 3067 1571 L |
| 251 |
|
|
779 1615 mt |
| 252 |
|
|
(0) s |
| 253 |
|
|
880 1062 mt 905 1062 L |
| 254 |
|
|
3093 1062 mt 3067 1062 L |
| 255 |
|
|
679 1106 mt |
| 256 |
|
|
(0.5) s |
| 257 |
|
|
880 554 mt 905 554 L |
| 258 |
|
|
3093 554 mt 3067 554 L |
| 259 |
|
|
779 598 mt |
| 260 |
|
|
(1) s |
| 261 |
|
|
880 3097 mt 3093 3097 L |
| 262 |
|
|
880 554 mt 3093 554 L |
| 263 |
|
|
880 3097 mt 880 554 L |
| 264 |
|
|
3093 3097 mt 3093 554 L |
| 265 |
|
|
gs 880 554 2214 2544 rc |
| 266 |
|
|
183 36 182 39 183 43 183 48 183 54 183 58 183 65 183 72 |
| 267 |
|
|
183 79 183 88 182 96 880 554 12 MP stroke |
| 268 |
|
|
gr |
| 269 |
|
|
|
| 270 |
|
|
36 36 880 554 FO |
| 271 |
|
|
36 36 1062 650 FO |
| 272 |
|
|
36 36 1245 738 FO |
| 273 |
|
|
36 36 1428 817 FO |
| 274 |
|
|
36 36 1611 889 FO |
| 275 |
|
|
36 36 1794 954 FO |
| 276 |
|
|
36 36 1977 1012 FO |
| 277 |
|
|
36 36 2160 1066 FO |
| 278 |
|
|
36 36 2343 1114 FO |
| 279 |
|
|
36 36 2526 1157 FO |
| 280 |
|
|
36 36 2708 1196 FO |
| 281 |
|
|
36 36 2891 1232 FO |
| 282 |
|
|
gs 880 554 2214 2544 rc |
| 283 |
|
|
/c8 { 0.000000 0.000000 1.000000 sr} bdef |
| 284 |
|
|
c8 |
| 285 |
|
|
183 137 182 134 183 130 183 126 183 119 183 111 183 102 183 92 |
| 286 |
|
|
183 80 183 67 182 56 880 1571 12 MP stroke |
| 287 |
|
|
gr |
| 288 |
|
|
|
| 289 |
|
|
c8 |
| 290 |
|
|
844 1571 mt 916 1571 L |
| 291 |
|
|
880 1535 mt 880 1607 L |
| 292 |
|
|
1026 1627 mt 1098 1627 L |
| 293 |
|
|
1062 1591 mt 1062 1663 L |
| 294 |
|
|
1209 1694 mt 1281 1694 L |
| 295 |
|
|
1245 1658 mt 1245 1730 L |
| 296 |
|
|
1392 1774 mt 1464 1774 L |
| 297 |
|
|
1428 1738 mt 1428 1810 L |
| 298 |
|
|
1575 1866 mt 1647 1866 L |
| 299 |
|
|
1611 1830 mt 1611 1902 L |
| 300 |
|
|
1758 1968 mt 1830 1968 L |
| 301 |
|
|
1794 1932 mt 1794 2004 L |
| 302 |
|
|
1941 2079 mt 2013 2079 L |
| 303 |
|
|
1977 2043 mt 1977 2115 L |
| 304 |
|
|
2124 2198 mt 2196 2198 L |
| 305 |
|
|
2160 2162 mt 2160 2234 L |
| 306 |
|
|
2307 2324 mt 2379 2324 L |
| 307 |
|
|
2343 2288 mt 2343 2360 L |
| 308 |
|
|
2490 2454 mt 2562 2454 L |
| 309 |
|
|
2526 2418 mt 2526 2490 L |
| 310 |
|
|
2672 2588 mt 2744 2588 L |
| 311 |
|
|
2708 2552 mt 2708 2624 L |
| 312 |
|
|
2855 2725 mt 2927 2725 L |
| 313 |
|
|
2891 2689 mt 2891 2761 L |
| 314 |
|
|
gs 880 554 2214 2544 rc |
| 315 |
|
|
/c9 { 1.000000 0.000000 0.000000 sr} bdef |
| 316 |
|
|
c9 |
| 317 |
|
|
183 16 182 18 183 23 183 27 183 34 183 41 183 50 183 61 |
| 318 |
|
|
183 73 183 85 182 96 880 554 12 MP stroke |
| 319 |
|
|
gr |
| 320 |
|
|
|
| 321 |
|
|
c9 |
| 322 |
|
|
855 529 mt 905 579 L |
| 323 |
|
|
905 529 mt 855 579 L |
| 324 |
|
|
1037 625 mt 1087 675 L |
| 325 |
|
|
1087 625 mt 1037 675 L |
| 326 |
|
|
1220 710 mt 1270 760 L |
| 327 |
|
|
1270 710 mt 1220 760 L |
| 328 |
|
|
1403 783 mt 1453 833 L |
| 329 |
|
|
1453 783 mt 1403 833 L |
| 330 |
|
|
1586 844 mt 1636 894 L |
| 331 |
|
|
1636 844 mt 1586 894 L |
| 332 |
|
|
1769 894 mt 1819 944 L |
| 333 |
|
|
1819 894 mt 1769 944 L |
| 334 |
|
|
1952 935 mt 2002 985 L |
| 335 |
|
|
2002 935 mt 1952 985 L |
| 336 |
|
|
2135 969 mt 2185 1019 L |
| 337 |
|
|
2185 969 mt 2135 1019 L |
| 338 |
|
|
2318 996 mt 2368 1046 L |
| 339 |
|
|
2368 996 mt 2318 1046 L |
| 340 |
|
|
2501 1019 mt 2551 1069 L |
| 341 |
|
|
2551 1019 mt 2501 1069 L |
| 342 |
|
|
2683 1037 mt 2733 1087 L |
| 343 |
|
|
2733 1037 mt 2683 1087 L |
| 344 |
|
|
2866 1053 mt 2916 1103 L |
| 345 |
|
|
2916 1053 mt 2866 1103 L |
| 346 |
|
|
gs 880 554 2214 2544 rc |
| 347 |
|
|
gr |
| 348 |
|
|
|
| 349 |
|
|
0 sg |
| 350 |
|
|
%%IncludeResource: font Symbol |
| 351 |
|
|
/Symbol /ISOLatin1Encoding 120 FMSR |
| 352 |
|
|
|
| 353 |
|
|
1226 405 mt |
| 354 |
|
|
(a) s |
| 355 |
|
|
%%IncludeResource: font Helvetica |
| 356 |
|
|
/Helvetica /ISOLatin1Encoding 120 FMSR |
| 357 |
|
|
|
| 358 |
|
|
1301 405 mt |
| 359 |
|
|
(,) s |
| 360 |
|
|
%%IncludeResource: font Symbol |
| 361 |
|
|
/Symbol /ISOLatin1Encoding 120 FMSR |
| 362 |
|
|
|
| 363 |
|
|
1334 405 mt |
| 364 |
|
|
(b) s |
| 365 |
|
|
%%IncludeResource: font Helvetica |
| 366 |
|
|
/Helvetica /ISOLatin1Encoding 120 FMSR |
| 367 |
|
|
|
| 368 |
|
|
1399 405 mt |
| 369 |
|
|
(= 0.50,0.000 ; ) s |
| 370 |
|
|
%%IncludeResource: font Symbol |
| 371 |
|
|
/Symbol /ISOLatin1Encoding 120 FMSR |
| 372 |
|
|
|
| 373 |
|
|
2163 405 mt |
| 374 |
|
|
(m) s |
| 375 |
|
|
%%IncludeResource: font Helvetica |
| 376 |
|
|
/Helvetica /ISOLatin1Encoding 96 FMSR |
| 377 |
|
|
|
| 378 |
|
|
2232 465 mt |
| 379 |
|
|
(c) s |
| 380 |
|
|
%%IncludeResource: font Helvetica |
| 381 |
|
|
/Helvetica /ISOLatin1Encoding 120 FMSR |
| 382 |
|
|
|
| 383 |
|
|
2280 405 mt |
| 384 |
|
|
(= 1.0000) s |
| 385 |
|
|
1 sg |
| 386 |
|
|
0 2543 2213 0 0 -2543 3911 3097 4 MP |
| 387 |
|
|
PP |
| 388 |
|
|
-2213 0 0 2543 2213 0 0 -2543 3911 3097 5 MP stroke |
| 389 |
|
|
4 w |
| 390 |
|
|
DO |
| 391 |
|
|
0 sg |
| 392 |
|
|
3911 3097 mt 3911 554 L |
| 393 |
|
|
3911 554 mt 3911 554 L |
| 394 |
|
|
4825 3097 mt 4825 554 L |
| 395 |
|
|
4825 554 mt 4825 554 L |
| 396 |
|
|
5739 3097 mt 5739 554 L |
| 397 |
|
|
5739 554 mt 5739 554 L |
| 398 |
|
|
3911 3097 mt 6124 3097 L |
| 399 |
|
|
6124 3097 mt 6124 3097 L |
| 400 |
|
|
3911 2588 mt 6124 2588 L |
| 401 |
|
|
6124 2588 mt 6124 2588 L |
| 402 |
|
|
3911 2079 mt 6124 2079 L |
| 403 |
|
|
6124 2079 mt 6124 2079 L |
| 404 |
|
|
3911 1571 mt 6124 1571 L |
| 405 |
|
|
6124 1571 mt 6124 1571 L |
| 406 |
|
|
3911 1062 mt 6124 1062 L |
| 407 |
|
|
6124 1062 mt 6124 1062 L |
| 408 |
|
|
3911 554 mt 6124 554 L |
| 409 |
|
|
6124 554 mt 6124 554 L |
| 410 |
|
|
SO |
| 411 |
|
|
6 w |
| 412 |
|
|
3911 3097 mt 6124 3097 L |
| 413 |
|
|
3911 554 mt 6124 554 L |
| 414 |
|
|
3911 3097 mt 3911 554 L |
| 415 |
|
|
6124 3097 mt 6124 554 L |
| 416 |
|
|
3911 3097 mt 6124 3097 L |
| 417 |
|
|
3911 3097 mt 3911 554 L |
| 418 |
|
|
3911 3097 mt 3911 3071 L |
| 419 |
|
|
3911 554 mt 3911 579 L |
| 420 |
|
|
3878 3242 mt |
| 421 |
|
|
(0) s |
| 422 |
|
|
4825 3097 mt 4825 3071 L |
| 423 |
|
|
4825 554 mt 4825 579 L |
| 424 |
|
|
4742 3242 mt |
| 425 |
|
|
(0.5) s |
| 426 |
|
|
5739 3097 mt 5739 3071 L |
| 427 |
|
|
5739 554 mt 5739 579 L |
| 428 |
|
|
5706 3242 mt |
| 429 |
|
|
(1) s |
| 430 |
|
|
3911 3097 mt 3936 3097 L |
| 431 |
|
|
6124 3097 mt 6098 3097 L |
| 432 |
|
|
3640 3141 mt |
| 433 |
|
|
(-1.5) s |
| 434 |
|
|
3911 2588 mt 3936 2588 L |
| 435 |
|
|
6124 2588 mt 6098 2588 L |
| 436 |
|
|
3740 2632 mt |
| 437 |
|
|
(-1) s |
| 438 |
|
|
3911 2079 mt 3936 2079 L |
| 439 |
|
|
6124 2079 mt 6098 2079 L |
| 440 |
|
|
3640 2123 mt |
| 441 |
|
|
(-0.5) s |
| 442 |
|
|
3911 1571 mt 3936 1571 L |
| 443 |
|
|
6124 1571 mt 6098 1571 L |
| 444 |
|
|
3810 1615 mt |
| 445 |
|
|
(0) s |
| 446 |
|
|
3911 1062 mt 3936 1062 L |
| 447 |
|
|
6124 1062 mt 6098 1062 L |
| 448 |
|
|
3710 1106 mt |
| 449 |
|
|
(0.5) s |
| 450 |
|
|
3911 554 mt 3936 554 L |
| 451 |
|
|
6124 554 mt 6098 554 L |
| 452 |
|
|
3810 598 mt |
| 453 |
|
|
(1) s |
| 454 |
|
|
3911 3097 mt 6124 3097 L |
| 455 |
|
|
3911 554 mt 6124 554 L |
| 456 |
|
|
3911 3097 mt 3911 554 L |
| 457 |
|
|
6124 3097 mt 6124 554 L |
| 458 |
|
|
gs 3911 554 2214 2544 rc |
| 459 |
|
|
183 36 182 39 183 43 183 48 183 54 183 58 183 65 183 72 |
| 460 |
|
|
183 79 183 88 182 96 3911 554 12 MP stroke |
| 461 |
|
|
gr |
| 462 |
|
|
|
| 463 |
|
|
36 36 3911 554 FO |
| 464 |
|
|
36 36 4093 650 FO |
| 465 |
|
|
36 36 4276 738 FO |
| 466 |
|
|
36 36 4459 817 FO |
| 467 |
|
|
36 36 4642 889 FO |
| 468 |
|
|
36 36 4825 954 FO |
| 469 |
|
|
36 36 5008 1012 FO |
| 470 |
|
|
36 36 5191 1066 FO |
| 471 |
|
|
36 36 5374 1114 FO |
| 472 |
|
|
36 36 5557 1157 FO |
| 473 |
|
|
36 36 5739 1196 FO |
| 474 |
|
|
36 36 5922 1232 FO |
| 475 |
|
|
gs 3911 554 2214 2544 rc |
| 476 |
|
|
c8 |
| 477 |
|
|
183 149 182 146 183 143 183 138 183 133 183 126 183 116 183 107 |
| 478 |
|
|
183 93 183 81 182 67 3911 1571 12 MP stroke |
| 479 |
|
|
gr |
| 480 |
|
|
|
| 481 |
|
|
c8 |
| 482 |
|
|
3875 1571 mt 3947 1571 L |
| 483 |
|
|
3911 1535 mt 3911 1607 L |
| 484 |
|
|
4057 1638 mt 4129 1638 L |
| 485 |
|
|
4093 1602 mt 4093 1674 L |
| 486 |
|
|
4240 1719 mt 4312 1719 L |
| 487 |
|
|
4276 1683 mt 4276 1755 L |
| 488 |
|
|
4423 1812 mt 4495 1812 L |
| 489 |
|
|
4459 1776 mt 4459 1848 L |
| 490 |
|
|
4606 1919 mt 4678 1919 L |
| 491 |
|
|
4642 1883 mt 4642 1955 L |
| 492 |
|
|
4789 2035 mt 4861 2035 L |
| 493 |
|
|
4825 1999 mt 4825 2071 L |
| 494 |
|
|
4972 2161 mt 5044 2161 L |
| 495 |
|
|
5008 2125 mt 5008 2197 L |
| 496 |
|
|
5155 2294 mt 5227 2294 L |
| 497 |
|
|
5191 2258 mt 5191 2330 L |
| 498 |
|
|
5338 2432 mt 5410 2432 L |
| 499 |
|
|
5374 2396 mt 5374 2468 L |
| 500 |
|
|
5521 2575 mt 5593 2575 L |
| 501 |
|
|
5557 2539 mt 5557 2611 L |
| 502 |
|
|
5703 2721 mt 5775 2721 L |
| 503 |
|
|
5739 2685 mt 5739 2757 L |
| 504 |
|
|
5886 2870 mt 5958 2870 L |
| 505 |
|
|
5922 2834 mt 5922 2906 L |
| 506 |
|
|
gs 3911 554 2214 2544 rc |
| 507 |
|
|
c9 |
| 508 |
|
|
183 14 182 17 183 20 183 24 183 30 183 37 183 46 183 57 |
| 509 |
|
|
183 69 183 82 182 95 3911 554 12 MP stroke |
| 510 |
|
|
gr |
| 511 |
|
|
|
| 512 |
|
|
c9 |
| 513 |
|
|
3886 529 mt 3936 579 L |
| 514 |
|
|
3936 529 mt 3886 579 L |
| 515 |
|
|
4068 624 mt 4118 674 L |
| 516 |
|
|
4118 624 mt 4068 674 L |
| 517 |
|
|
4251 706 mt 4301 756 L |
| 518 |
|
|
4301 706 mt 4251 756 L |
| 519 |
|
|
4434 775 mt 4484 825 L |
| 520 |
|
|
4484 775 mt 4434 825 L |
| 521 |
|
|
4617 832 mt 4667 882 L |
| 522 |
|
|
4667 832 mt 4617 882 L |
| 523 |
|
|
4800 878 mt 4850 928 L |
| 524 |
|
|
4850 878 mt 4800 928 L |
| 525 |
|
|
4983 915 mt 5033 965 L |
| 526 |
|
|
5033 915 mt 4983 965 L |
| 527 |
|
|
5166 945 mt 5216 995 L |
| 528 |
|
|
5216 945 mt 5166 995 L |
| 529 |
|
|
5349 969 mt 5399 1019 L |
| 530 |
|
|
5399 969 mt 5349 1019 L |
| 531 |
|
|
5532 989 mt 5582 1039 L |
| 532 |
|
|
5582 989 mt 5532 1039 L |
| 533 |
|
|
5714 1006 mt 5764 1056 L |
| 534 |
|
|
5764 1006 mt 5714 1056 L |
| 535 |
|
|
5897 1020 mt 5947 1070 L |
| 536 |
|
|
5947 1020 mt 5897 1070 L |
| 537 |
|
|
gs 3911 554 2214 2544 rc |
| 538 |
|
|
gr |
| 539 |
|
|
|
| 540 |
|
|
0 sg |
| 541 |
|
|
%%IncludeResource: font Symbol |
| 542 |
|
|
/Symbol /ISOLatin1Encoding 120 FMSR |
| 543 |
|
|
|
| 544 |
|
|
4257 405 mt |
| 545 |
|
|
(a) s |
| 546 |
|
|
%%IncludeResource: font Helvetica |
| 547 |
|
|
/Helvetica /ISOLatin1Encoding 120 FMSR |
| 548 |
|
|
|
| 549 |
|
|
4332 405 mt |
| 550 |
|
|
(,) s |
| 551 |
|
|
%%IncludeResource: font Symbol |
| 552 |
|
|
/Symbol /ISOLatin1Encoding 120 FMSR |
| 553 |
|
|
|
| 554 |
|
|
4365 405 mt |
| 555 |
|
|
(b) s |
| 556 |
|
|
%%IncludeResource: font Helvetica |
| 557 |
|
|
/Helvetica /ISOLatin1Encoding 120 FMSR |
| 558 |
|
|
|
| 559 |
|
|
4430 405 mt |
| 560 |
|
|
(= 0.60,0.000 ; ) s |
| 561 |
|
|
%%IncludeResource: font Symbol |
| 562 |
|
|
/Symbol /ISOLatin1Encoding 120 FMSR |
| 563 |
|
|
|
| 564 |
|
|
5194 405 mt |
| 565 |
|
|
(m) s |
| 566 |
|
|
%%IncludeResource: font Helvetica |
| 567 |
|
|
/Helvetica /ISOLatin1Encoding 96 FMSR |
| 568 |
|
|
|
| 569 |
|
|
5263 465 mt |
| 570 |
|
|
(c) s |
| 571 |
|
|
%%IncludeResource: font Helvetica |
| 572 |
|
|
/Helvetica /ISOLatin1Encoding 120 FMSR |
| 573 |
|
|
|
| 574 |
|
|
5311 405 mt |
| 575 |
|
|
(= 0.9091) s |
| 576 |
|
|
1 sg |
| 577 |
|
|
0 2542 2213 0 0 -2542 880 6579 4 MP |
| 578 |
|
|
PP |
| 579 |
|
|
-2213 0 0 2542 2213 0 0 -2542 880 6579 5 MP stroke |
| 580 |
|
|
4 w |
| 581 |
|
|
DO |
| 582 |
|
|
0 sg |
| 583 |
|
|
880 6579 mt 880 4037 L |
| 584 |
|
|
880 4037 mt 880 4037 L |
| 585 |
|
|
1794 6579 mt 1794 4037 L |
| 586 |
|
|
1794 4037 mt 1794 4037 L |
| 587 |
|
|
2708 6579 mt 2708 4037 L |
| 588 |
|
|
2708 4037 mt 2708 4037 L |
| 589 |
|
|
880 6579 mt 3093 6579 L |
| 590 |
|
|
3093 6579 mt 3093 6579 L |
| 591 |
|
|
880 6070 mt 3093 6070 L |
| 592 |
|
|
3093 6070 mt 3093 6070 L |
| 593 |
|
|
880 5562 mt 3093 5562 L |
| 594 |
|
|
3093 5562 mt 3093 5562 L |
| 595 |
|
|
880 5053 mt 3093 5053 L |
| 596 |
|
|
3093 5053 mt 3093 5053 L |
| 597 |
|
|
880 4545 mt 3093 4545 L |
| 598 |
|
|
3093 4545 mt 3093 4545 L |
| 599 |
|
|
880 4037 mt 3093 4037 L |
| 600 |
|
|
3093 4037 mt 3093 4037 L |
| 601 |
|
|
SO |
| 602 |
|
|
6 w |
| 603 |
|
|
880 6579 mt 3093 6579 L |
| 604 |
|
|
880 4037 mt 3093 4037 L |
| 605 |
|
|
880 6579 mt 880 4037 L |
| 606 |
|
|
3093 6579 mt 3093 4037 L |
| 607 |
|
|
880 6579 mt 3093 6579 L |
| 608 |
|
|
880 6579 mt 880 4037 L |
| 609 |
|
|
880 6579 mt 880 6553 L |
| 610 |
|
|
880 4037 mt 880 4062 L |
| 611 |
|
|
847 6724 mt |
| 612 |
|
|
(0) s |
| 613 |
|
|
1794 6579 mt 1794 6553 L |
| 614 |
|
|
1794 4037 mt 1794 4062 L |
| 615 |
|
|
1711 6724 mt |
| 616 |
|
|
(0.5) s |
| 617 |
|
|
2708 6579 mt 2708 6553 L |
| 618 |
|
|
2708 4037 mt 2708 4062 L |
| 619 |
|
|
2675 6724 mt |
| 620 |
|
|
(1) s |
| 621 |
|
|
880 6579 mt 905 6579 L |
| 622 |
|
|
3093 6579 mt 3067 6579 L |
| 623 |
|
|
609 6623 mt |
| 624 |
|
|
(-1.5) s |
| 625 |
|
|
880 6070 mt 905 6070 L |
| 626 |
|
|
3093 6070 mt 3067 6070 L |
| 627 |
|
|
709 6114 mt |
| 628 |
|
|
(-1) s |
| 629 |
|
|
880 5562 mt 905 5562 L |
| 630 |
|
|
3093 5562 mt 3067 5562 L |
| 631 |
|
|
609 5606 mt |
| 632 |
|
|
(-0.5) s |
| 633 |
|
|
880 5053 mt 905 5053 L |
| 634 |
|
|
3093 5053 mt 3067 5053 L |
| 635 |
|
|
779 5097 mt |
| 636 |
|
|
(0) s |
| 637 |
|
|
880 4545 mt 905 4545 L |
| 638 |
|
|
3093 4545 mt 3067 4545 L |
| 639 |
|
|
679 4589 mt |
| 640 |
|
|
(0.5) s |
| 641 |
|
|
880 4037 mt 905 4037 L |
| 642 |
|
|
3093 4037 mt 3067 4037 L |
| 643 |
|
|
779 4081 mt |
| 644 |
|
|
(1) s |
| 645 |
|
|
880 6579 mt 3093 6579 L |
| 646 |
|
|
880 4037 mt 3093 4037 L |
| 647 |
|
|
880 6579 mt 880 4037 L |
| 648 |
|
|
3093 6579 mt 3093 4037 L |
| 649 |
|
|
gs 880 4037 2214 2543 rc |
| 650 |
|
|
183 36 182 39 183 44 183 48 183 53 183 58 183 65 183 72 |
| 651 |
|
|
183 79 183 88 182 96 880 4037 12 MP stroke |
| 652 |
|
|
gr |
| 653 |
|
|
|
| 654 |
|
|
36 36 880 4037 FO |
| 655 |
|
|
36 36 1062 4133 FO |
| 656 |
|
|
36 36 1245 4221 FO |
| 657 |
|
|
36 36 1428 4300 FO |
| 658 |
|
|
36 36 1611 4372 FO |
| 659 |
|
|
36 36 1794 4437 FO |
| 660 |
|
|
36 36 1977 4495 FO |
| 661 |
|
|
36 36 2160 4548 FO |
| 662 |
|
|
36 36 2343 4596 FO |
| 663 |
|
|
36 36 2526 4640 FO |
| 664 |
|
|
36 36 2708 4679 FO |
| 665 |
|
|
36 36 2891 4715 FO |
| 666 |
|
|
gs 880 4037 2214 2543 rc |
| 667 |
|
|
/c10 { 0.000000 1.000000 0.000000 sr} bdef |
| 668 |
|
|
c10 |
| 669 |
|
|
183 6 182 7 183 8 183 9 183 11 183 -77 183 -63 183 -50 |
| 670 |
|
|
183 -51 183 -64 182 -174 880 5053 12 MP stroke |
| 671 |
|
|
gr |
| 672 |
|
|
|
| 673 |
|
|
c10 |
| 674 |
|
|
855 5028 mt 905 5078 L |
| 675 |
|
|
905 5028 mt 855 5078 L |
| 676 |
|
|
1037 4854 mt 1087 4904 L |
| 677 |
|
|
1087 4854 mt 1037 4904 L |
| 678 |
|
|
1220 4790 mt 1270 4840 L |
| 679 |
|
|
1270 4790 mt 1220 4840 L |
| 680 |
|
|
1403 4739 mt 1453 4789 L |
| 681 |
|
|
1453 4739 mt 1403 4789 L |
| 682 |
|
|
1586 4689 mt 1636 4739 L |
| 683 |
|
|
1636 4689 mt 1586 4739 L |
| 684 |
|
|
1769 4626 mt 1819 4676 L |
| 685 |
|
|
1819 4626 mt 1769 4676 L |
| 686 |
|
|
1952 4549 mt 2002 4599 L |
| 687 |
|
|
2002 4549 mt 1952 4599 L |
| 688 |
|
|
2135 4560 mt 2185 4610 L |
| 689 |
|
|
2185 4560 mt 2135 4610 L |
| 690 |
|
|
2318 4569 mt 2368 4619 L |
| 691 |
|
|
2368 4569 mt 2318 4619 L |
| 692 |
|
|
2501 4577 mt 2551 4627 L |
| 693 |
|
|
2551 4577 mt 2501 4627 L |
| 694 |
|
|
2683 4584 mt 2733 4634 L |
| 695 |
|
|
2733 4584 mt 2683 4634 L |
| 696 |
|
|
2866 4590 mt 2916 4640 L |
| 697 |
|
|
2916 4590 mt 2866 4640 L |
| 698 |
|
|
gs 880 4037 2214 2543 rc |
| 699 |
|
|
c8 |
| 700 |
|
|
66 66 183 176 183 174 183 171 183 168 183 165 183 164 183 170 |
| 701 |
|
|
182 273 880 5053 10 MP stroke |
| 702 |
|
|
gr |
| 703 |
|
|
|
| 704 |
|
|
c8 |
| 705 |
|
|
844 5053 mt 916 5053 L |
| 706 |
|
|
880 5017 mt 880 5089 L |
| 707 |
|
|
1026 5326 mt 1098 5326 L |
| 708 |
|
|
1062 5290 mt 1062 5362 L |
| 709 |
|
|
1209 5496 mt 1281 5496 L |
| 710 |
|
|
1245 5460 mt 1245 5532 L |
| 711 |
|
|
1392 5660 mt 1464 5660 L |
| 712 |
|
|
1428 5624 mt 1428 5696 L |
| 713 |
|
|
1575 5825 mt 1647 5825 L |
| 714 |
|
|
1611 5789 mt 1611 5861 L |
| 715 |
|
|
1758 5993 mt 1830 5993 L |
| 716 |
|
|
1794 5957 mt 1794 6029 L |
| 717 |
|
|
1941 6164 mt 2013 6164 L |
| 718 |
|
|
1977 6128 mt 1977 6200 L |
| 719 |
|
|
2124 6338 mt 2196 6338 L |
| 720 |
|
|
2160 6302 mt 2160 6374 L |
| 721 |
|
|
2307 6514 mt 2379 6514 L |
| 722 |
|
|
2343 6478 mt 2343 6550 L |
| 723 |
|
|
gs 880 4037 2214 2543 rc |
| 724 |
|
|
c9 |
| 725 |
|
|
183 6 182 7 183 8 183 9 183 11 183 100 183 91 183 80 |
| 726 |
|
|
183 82 183 88 182 96 880 4037 12 MP stroke |
| 727 |
|
|
gr |
| 728 |
|
|
|
| 729 |
|
|
c9 |
| 730 |
|
|
855 4012 mt 905 4062 L |
| 731 |
|
|
905 4012 mt 855 4062 L |
| 732 |
|
|
1037 4108 mt 1087 4158 L |
| 733 |
|
|
1087 4108 mt 1037 4158 L |
| 734 |
|
|
1220 4196 mt 1270 4246 L |
| 735 |
|
|
1270 4196 mt 1220 4246 L |
| 736 |
|
|
1403 4278 mt 1453 4328 L |
| 737 |
|
|
1453 4278 mt 1403 4328 L |
| 738 |
|
|
1586 4358 mt 1636 4408 L |
| 739 |
|
|
1636 4358 mt 1586 4408 L |
| 740 |
|
|
1769 4449 mt 1819 4499 L |
| 741 |
|
|
1819 4449 mt 1769 4499 L |
| 742 |
|
|
1952 4549 mt 2002 4599 L |
| 743 |
|
|
2002 4549 mt 1952 4599 L |
| 744 |
|
|
2135 4560 mt 2185 4610 L |
| 745 |
|
|
2185 4560 mt 2135 4610 L |
| 746 |
|
|
2318 4569 mt 2368 4619 L |
| 747 |
|
|
2368 4569 mt 2318 4619 L |
| 748 |
|
|
2501 4577 mt 2551 4627 L |
| 749 |
|
|
2551 4577 mt 2501 4627 L |
| 750 |
|
|
2683 4584 mt 2733 4634 L |
| 751 |
|
|
2733 4584 mt 2683 4634 L |
| 752 |
|
|
2866 4590 mt 2916 4640 L |
| 753 |
|
|
2916 4590 mt 2866 4640 L |
| 754 |
|
|
gs 880 4037 2214 2543 rc |
| 755 |
|
|
gr |
| 756 |
|
|
|
| 757 |
|
|
0 sg |
| 758 |
|
|
%%IncludeResource: font Symbol |
| 759 |
|
|
/Symbol /ISOLatin1Encoding 120 FMSR |
| 760 |
|
|
|
| 761 |
|
|
1226 3888 mt |
| 762 |
|
|
(a) s |
| 763 |
|
|
%%IncludeResource: font Helvetica |
| 764 |
|
|
/Helvetica /ISOLatin1Encoding 120 FMSR |
| 765 |
|
|
|
| 766 |
|
|
1301 3888 mt |
| 767 |
|
|
(,) s |
| 768 |
|
|
%%IncludeResource: font Symbol |
| 769 |
|
|
/Symbol /ISOLatin1Encoding 120 FMSR |
| 770 |
|
|
|
| 771 |
|
|
1334 3888 mt |
| 772 |
|
|
(b) s |
| 773 |
|
|
%%IncludeResource: font Helvetica |
| 774 |
|
|
/Helvetica /ISOLatin1Encoding 120 FMSR |
| 775 |
|
|
|
| 776 |
|
|
1399 3888 mt |
| 777 |
|
|
(= 0.50,0.417 ; ) s |
| 778 |
|
|
%%IncludeResource: font Symbol |
| 779 |
|
|
/Symbol /ISOLatin1Encoding 120 FMSR |
| 780 |
|
|
|
| 781 |
|
|
2163 3888 mt |
| 782 |
|
|
(m) s |
| 783 |
|
|
%%IncludeResource: font Helvetica |
| 784 |
|
|
/Helvetica /ISOLatin1Encoding 96 FMSR |
| 785 |
|
|
|
| 786 |
|
|
2232 3948 mt |
| 787 |
|
|
(c) s |
| 788 |
|
|
%%IncludeResource: font Helvetica |
| 789 |
|
|
/Helvetica /ISOLatin1Encoding 120 FMSR |
| 790 |
|
|
|
| 791 |
|
|
2280 3888 mt |
| 792 |
|
|
(= 0.5455) s |
| 793 |
|
|
1 sg |
| 794 |
|
|
0 2542 2213 0 0 -2542 3911 6579 4 MP |
| 795 |
|
|
PP |
| 796 |
|
|
-2213 0 0 2542 2213 0 0 -2542 3911 6579 5 MP stroke |
| 797 |
|
|
4 w |
| 798 |
|
|
DO |
| 799 |
|
|
0 sg |
| 800 |
|
|
3911 6579 mt 3911 4037 L |
| 801 |
|
|
3911 4037 mt 3911 4037 L |
| 802 |
|
|
4825 6579 mt 4825 4037 L |
| 803 |
|
|
4825 4037 mt 4825 4037 L |
| 804 |
|
|
5739 6579 mt 5739 4037 L |
| 805 |
|
|
5739 4037 mt 5739 4037 L |
| 806 |
|
|
3911 6579 mt 6124 6579 L |
| 807 |
|
|
6124 6579 mt 6124 6579 L |
| 808 |
|
|
3911 6070 mt 6124 6070 L |
| 809 |
|
|
6124 6070 mt 6124 6070 L |
| 810 |
|
|
3911 5562 mt 6124 5562 L |
| 811 |
|
|
6124 5562 mt 6124 5562 L |
| 812 |
|
|
3911 5053 mt 6124 5053 L |
| 813 |
|
|
6124 5053 mt 6124 5053 L |
| 814 |
|
|
3911 4545 mt 6124 4545 L |
| 815 |
|
|
6124 4545 mt 6124 4545 L |
| 816 |
|
|
3911 4037 mt 6124 4037 L |
| 817 |
|
|
6124 4037 mt 6124 4037 L |
| 818 |
|
|
SO |
| 819 |
|
|
6 w |
| 820 |
|
|
3911 6579 mt 6124 6579 L |
| 821 |
|
|
3911 4037 mt 6124 4037 L |
| 822 |
|
|
3911 6579 mt 3911 4037 L |
| 823 |
|
|
6124 6579 mt 6124 4037 L |
| 824 |
|
|
3911 6579 mt 6124 6579 L |
| 825 |
|
|
3911 6579 mt 3911 4037 L |
| 826 |
|
|
3911 6579 mt 3911 6553 L |
| 827 |
|
|
3911 4037 mt 3911 4062 L |
| 828 |
|
|
3878 6724 mt |
| 829 |
|
|
(0) s |
| 830 |
|
|
4825 6579 mt 4825 6553 L |
| 831 |
|
|
4825 4037 mt 4825 4062 L |
| 832 |
|
|
4742 6724 mt |
| 833 |
|
|
(0.5) s |
| 834 |
|
|
5739 6579 mt 5739 6553 L |
| 835 |
|
|
5739 4037 mt 5739 4062 L |
| 836 |
|
|
5706 6724 mt |
| 837 |
|
|
(1) s |
| 838 |
|
|
3911 6579 mt 3936 6579 L |
| 839 |
|
|
6124 6579 mt 6098 6579 L |
| 840 |
|
|
3640 6623 mt |
| 841 |
|
|
(-1.5) s |
| 842 |
|
|
3911 6070 mt 3936 6070 L |
| 843 |
|
|
6124 6070 mt 6098 6070 L |
| 844 |
|
|
3740 6114 mt |
| 845 |
|
|
(-1) s |
| 846 |
|
|
3911 5562 mt 3936 5562 L |
| 847 |
|
|
6124 5562 mt 6098 5562 L |
| 848 |
|
|
3640 5606 mt |
| 849 |
|
|
(-0.5) s |
| 850 |
|
|
3911 5053 mt 3936 5053 L |
| 851 |
|
|
6124 5053 mt 6098 5053 L |
| 852 |
|
|
3810 5097 mt |
| 853 |
|
|
(0) s |
| 854 |
|
|
3911 4545 mt 3936 4545 L |
| 855 |
|
|
6124 4545 mt 6098 4545 L |
| 856 |
|
|
3710 4589 mt |
| 857 |
|
|
(0.5) s |
| 858 |
|
|
3911 4037 mt 3936 4037 L |
| 859 |
|
|
6124 4037 mt 6098 4037 L |
| 860 |
|
|
3810 4081 mt |
| 861 |
|
|
(1) s |
| 862 |
|
|
3911 6579 mt 6124 6579 L |
| 863 |
|
|
3911 4037 mt 6124 4037 L |
| 864 |
|
|
3911 6579 mt 3911 4037 L |
| 865 |
|
|
6124 6579 mt 6124 4037 L |
| 866 |
|
|
gs 3911 4037 2214 2543 rc |
| 867 |
|
|
183 36 182 39 183 44 183 48 183 53 183 58 183 65 183 72 |
| 868 |
|
|
183 79 183 88 182 96 3911 4037 12 MP stroke |
| 869 |
|
|
gr |
| 870 |
|
|
|
| 871 |
|
|
36 36 3911 4037 FO |
| 872 |
|
|
36 36 4093 4133 FO |
| 873 |
|
|
36 36 4276 4221 FO |
| 874 |
|
|
36 36 4459 4300 FO |
| 875 |
|
|
36 36 4642 4372 FO |
| 876 |
|
|
36 36 4825 4437 FO |
| 877 |
|
|
36 36 5008 4495 FO |
| 878 |
|
|
36 36 5191 4548 FO |
| 879 |
|
|
36 36 5374 4596 FO |
| 880 |
|
|
36 36 5557 4640 FO |
| 881 |
|
|
36 36 5739 4679 FO |
| 882 |
|
|
36 36 5922 4715 FO |
| 883 |
|
|
gs 3911 4037 2214 2543 rc |
| 884 |
|
|
c10 |
| 885 |
|
|
183 7 182 8 183 10 183 11 183 -88 183 -42 183 -36 183 -34 |
| 886 |
|
|
183 -39 183 -49 182 -142 3911 5053 12 MP stroke |
| 887 |
|
|
gr |
| 888 |
|
|
|
| 889 |
|
|
c10 |
| 890 |
|
|
3886 5028 mt 3936 5078 L |
| 891 |
|
|
3936 5028 mt 3886 5078 L |
| 892 |
|
|
4068 4886 mt 4118 4936 L |
| 893 |
|
|
4118 4886 mt 4068 4936 L |
| 894 |
|
|
4251 4837 mt 4301 4887 L |
| 895 |
|
|
4301 4837 mt 4251 4887 L |
| 896 |
|
|
4434 4798 mt 4484 4848 L |
| 897 |
|
|
4484 4798 mt 4434 4848 L |
| 898 |
|
|
4617 4764 mt 4667 4814 L |
| 899 |
|
|
4667 4764 mt 4617 4814 L |
| 900 |
|
|
4800 4728 mt 4850 4778 L |
| 901 |
|
|
4850 4728 mt 4800 4778 L |
| 902 |
|
|
4983 4686 mt 5033 4736 L |
| 903 |
|
|
5033 4686 mt 4983 4736 L |
| 904 |
|
|
5166 4598 mt 5216 4648 L |
| 905 |
|
|
5216 4598 mt 5166 4648 L |
| 906 |
|
|
5349 4609 mt 5399 4659 L |
| 907 |
|
|
5399 4609 mt 5349 4659 L |
| 908 |
|
|
5532 4619 mt 5582 4669 L |
| 909 |
|
|
5582 4619 mt 5532 4669 L |
| 910 |
|
|
5714 4627 mt 5764 4677 L |
| 911 |
|
|
5764 4627 mt 5714 4677 L |
| 912 |
|
|
5897 4634 mt 5947 4684 L |
| 913 |
|
|
5947 4634 mt 5897 4684 L |
| 914 |
|
|
gs 3911 4037 2214 2543 rc |
| 915 |
|
|
c8 |
| 916 |
|
|
103 94 183 162 183 160 183 156 183 152 183 148 183 144 183 141 |
| 917 |
|
|
183 143 182 227 3911 5053 11 MP stroke |
| 918 |
|
|
gr |
| 919 |
|
|
|
| 920 |
|
|
c8 |
| 921 |
|
|
3875 5053 mt 3947 5053 L |
| 922 |
|
|
3911 5017 mt 3911 5089 L |
| 923 |
|
|
4057 5280 mt 4129 5280 L |
| 924 |
|
|
4093 5244 mt 4093 5316 L |
| 925 |
|
|
4240 5423 mt 4312 5423 L |
| 926 |
|
|
4276 5387 mt 4276 5459 L |
| 927 |
|
|
4423 5564 mt 4495 5564 L |
| 928 |
|
|
4459 5528 mt 4459 5600 L |
| 929 |
|
|
4606 5708 mt 4678 5708 L |
| 930 |
|
|
4642 5672 mt 4642 5744 L |
| 931 |
|
|
4789 5856 mt 4861 5856 L |
| 932 |
|
|
4825 5820 mt 4825 5892 L |
| 933 |
|
|
4972 6008 mt 5044 6008 L |
| 934 |
|
|
5008 5972 mt 5008 6044 L |
| 935 |
|
|
5155 6164 mt 5227 6164 L |
| 936 |
|
|
5191 6128 mt 5191 6200 L |
| 937 |
|
|
5338 6324 mt 5410 6324 L |
| 938 |
|
|
5374 6288 mt 5374 6360 L |
| 939 |
|
|
5521 6486 mt 5593 6486 L |
| 940 |
|
|
5557 6450 mt 5557 6522 L |
| 941 |
|
|
gs 3911 4037 2214 2543 rc |
| 942 |
|
|
c9 |
| 943 |
|
|
183 7 182 8 183 10 183 11 183 112 183 71 183 69 183 72 |
| 944 |
|
|
183 79 183 87 182 96 3911 4037 12 MP stroke |
| 945 |
|
|
gr |
| 946 |
|
|
|
| 947 |
|
|
c9 |
| 948 |
|
|
3886 4012 mt 3936 4062 L |
| 949 |
|
|
3936 4012 mt 3886 4062 L |
| 950 |
|
|
4068 4108 mt 4118 4158 L |
| 951 |
|
|
4118 4108 mt 4068 4158 L |
| 952 |
|
|
4251 4195 mt 4301 4245 L |
| 953 |
|
|
4301 4195 mt 4251 4245 L |
| 954 |
|
|
4434 4274 mt 4484 4324 L |
| 955 |
|
|
4484 4274 mt 4434 4324 L |
| 956 |
|
|
4617 4346 mt 4667 4396 L |
| 957 |
|
|
4667 4346 mt 4617 4396 L |
| 958 |
|
|
4800 4415 mt 4850 4465 L |
| 959 |
|
|
4850 4415 mt 4800 4465 L |
| 960 |
|
|
4983 4486 mt 5033 4536 L |
| 961 |
|
|
5033 4486 mt 4983 4536 L |
| 962 |
|
|
5166 4598 mt 5216 4648 L |
| 963 |
|
|
5216 4598 mt 5166 4648 L |
| 964 |
|
|
5349 4609 mt 5399 4659 L |
| 965 |
|
|
5399 4609 mt 5349 4659 L |
| 966 |
|
|
5532 4619 mt 5582 4669 L |
| 967 |
|
|
5582 4619 mt 5532 4669 L |
| 968 |
|
|
5714 4627 mt 5764 4677 L |
| 969 |
|
|
5764 4627 mt 5714 4677 L |
| 970 |
|
|
5897 4634 mt 5947 4684 L |
| 971 |
|
|
5947 4634 mt 5897 4684 L |
| 972 |
|
|
gs 3911 4037 2214 2543 rc |
| 973 |
|
|
gr |
| 974 |
|
|
|
| 975 |
|
|
0 sg |
| 976 |
|
|
%%IncludeResource: font Symbol |
| 977 |
|
|
/Symbol /ISOLatin1Encoding 120 FMSR |
| 978 |
|
|
|
| 979 |
|
|
4257 3888 mt |
| 980 |
|
|
(a) s |
| 981 |
|
|
%%IncludeResource: font Helvetica |
| 982 |
|
|
/Helvetica /ISOLatin1Encoding 120 FMSR |
| 983 |
|
|
|
| 984 |
|
|
4332 3888 mt |
| 985 |
|
|
(,) s |
| 986 |
|
|
%%IncludeResource: font Symbol |
| 987 |
|
|
/Symbol /ISOLatin1Encoding 120 FMSR |
| 988 |
|
|
|
| 989 |
|
|
4365 3888 mt |
| 990 |
|
|
(b) s |
| 991 |
|
|
%%IncludeResource: font Helvetica |
| 992 |
|
|
/Helvetica /ISOLatin1Encoding 120 FMSR |
| 993 |
|
|
|
| 994 |
|
|
4430 3888 mt |
| 995 |
|
|
(= 0.50,0.281 ; ) s |
| 996 |
|
|
%%IncludeResource: font Symbol |
| 997 |
|
|
/Symbol /ISOLatin1Encoding 120 FMSR |
| 998 |
|
|
|
| 999 |
|
|
5194 3888 mt |
| 1000 |
|
|
(m) s |
| 1001 |
|
|
%%IncludeResource: font Helvetica |
| 1002 |
|
|
/Helvetica /ISOLatin1Encoding 96 FMSR |
| 1003 |
|
|
|
| 1004 |
|
|
5263 3948 mt |
| 1005 |
|
|
(c) s |
| 1006 |
|
|
%%IncludeResource: font Helvetica |
| 1007 |
|
|
/Helvetica /ISOLatin1Encoding 120 FMSR |
| 1008 |
|
|
|
| 1009 |
|
|
5311 3888 mt |
| 1010 |
|
|
(= 0.6401) s |
| 1011 |
|
|
%%IncludeResource: font Helvetica |
| 1012 |
|
|
/Helvetica /ISOLatin1Encoding 132 FMSR |
| 1013 |
|
|
|
| 1014 |
|
|
1548 194 mt |
| 1015 |
|
|
(Damping response of AB-3 : ) s |
| 1016 |
|
|
%%IncludeResource: font Symbol |
| 1017 |
|
|
/Symbol /ISOLatin1Encoding 132 FMSR |
| 1018 |
|
|
|
| 1019 |
|
|
3269 194 mt |
| 1020 |
|
|
(l) s |
| 1021 |
|
|
%%IncludeResource: font Helvetica |
| 1022 |
|
|
/Helvetica /ISOLatin1Encoding 132 FMSR |
| 1023 |
|
|
|
| 1024 |
|
|
3341 194 mt |
| 1025 |
|
|
( = 1.0 ; ) s |
| 1026 |
|
|
%%IncludeResource: font Symbol |
| 1027 |
|
|
/Symbol /ISOLatin1Encoding 132 FMSR |
| 1028 |
|
|
|
| 1029 |
|
|
3778 194 mt |
| 1030 |
|
|
(l) s |
| 1031 |
|
|
%%IncludeResource: font Helvetica |
| 1032 |
|
|
/Helvetica /ISOLatin1Encoding 132 FMSR |
| 1033 |
|
|
|
| 1034 |
|
|
3850 194 mt |
| 1035 |
|
|
(*dt= 0.0 -> 1.1 every 0.1) s |
| 1036 |
|
|
|
| 1037 |
|
|
end |
| 1038 |
|
|
|
| 1039 |
|
|
eplot |
| 1040 |
|
|
%%EndObject |
| 1041 |
|
|
|
| 1042 |
|
|
epage |
| 1043 |
|
|
end |
| 1044 |
|
|
|
| 1045 |
|
|
showpage |
| 1046 |
|
|
|
| 1047 |
|
|
%%Trailer |
| 1048 |
|
|
%%EOF |