/[MITgcm]/manual/s_under_dvlp/figs/stab_AB3_oscil.eps
ViewVC logotype

Contents of /manual/s_under_dvlp/figs/stab_AB3_oscil.eps

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Thu Jan 17 22:36:10 2008 UTC (17 years, 6 months ago) by jmc
Branch: MAIN
CVS Tags: checkpoint01, HEAD
File MIME type: application/postscript
not yet finished (well, under_develpment).

1 %!PS-Adobe-3.0 EPSF-3.0
2 %%Creator: MATLAB, The Mathworks, Inc.
3 %%Title: stab_AB3_oscil.eps
4 %%CreationDate: 02/01/2006 22:32:09
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%LanguageLevel: 2
8 %%Pages: 1
9 %%BoundingBox: 74 140 538 703
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 703
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 -2 5565 6754 rc
176 91 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 1354 3097 mt 1354 554 L
197 1354 554 mt 1354 554 L
198 2144 3097 mt 2144 554 L
199 2144 554 mt 2144 554 L
200 2934 3097 mt 2934 554 L
201 2934 554 mt 2934 554 L
202 880 2947 mt 3093 2947 L
203 3093 2947 mt 3093 2947 L
204 880 2648 mt 3093 2648 L
205 3093 2648 mt 3093 2648 L
206 880 2349 mt 3093 2349 L
207 3093 2349 mt 3093 2349 L
208 880 2049 mt 3093 2049 L
209 3093 2049 mt 3093 2049 L
210 880 1750 mt 3093 1750 L
211 3093 1750 mt 3093 1750 L
212 880 1451 mt 3093 1451 L
213 3093 1451 mt 3093 1451 L
214 880 1152 mt 3093 1152 L
215 3093 1152 mt 3093 1152 L
216 880 853 mt 3093 853 L
217 3093 853 mt 3093 853 L
218 SO
219 6 w
220 880 3097 mt 3093 3097 L
221 880 554 mt 3093 554 L
222 880 3097 mt 880 554 L
223 3093 3097 mt 3093 554 L
224 880 3097 mt 3093 3097 L
225 880 3097 mt 880 554 L
226 1354 3097 mt 1354 3071 L
227 1354 554 mt 1354 579 L
228 %%IncludeResource: font Helvetica
229 /Helvetica /ISOLatin1Encoding 120 FMSR
230
231 1321 3242 mt
232 (0) s
233 2144 3097 mt 2144 3071 L
234 2144 554 mt 2144 579 L
235 2061 3242 mt
236 (0.5) s
237 2934 3097 mt 2934 3071 L
238 2934 554 mt 2934 579 L
239 2901 3242 mt
240 (1) s
241 880 2947 mt 905 2947 L
242 3093 2947 mt 3067 2947 L
243 609 2991 mt
244 (-0.2) s
245 880 2648 mt 905 2648 L
246 3093 2648 mt 3067 2648 L
247 779 2692 mt
248 (0) s
249 880 2349 mt 905 2349 L
250 3093 2349 mt 3067 2349 L
251 679 2393 mt
252 (0.2) s
253 880 2049 mt 905 2049 L
254 3093 2049 mt 3067 2049 L
255 679 2093 mt
256 (0.4) s
257 880 1750 mt 905 1750 L
258 3093 1750 mt 3067 1750 L
259 679 1794 mt
260 (0.6) s
261 880 1451 mt 905 1451 L
262 3093 1451 mt 3067 1451 L
263 679 1495 mt
264 (0.8) s
265 880 1152 mt 905 1152 L
266 3093 1152 mt 3067 1152 L
267 779 1196 mt
268 (1) s
269 880 853 mt 905 853 L
270 3093 853 mt 3067 853 L
271 679 897 mt
272 (1.2) s
273 880 3097 mt 3093 3097 L
274 880 554 mt 3093 554 L
275 880 3097 mt 880 554 L
276 3093 3097 mt 3093 554 L
277 gs 880 553 2214 2545 rc
278 DA
279 1580 -1496 1354 2648 2 MP stroke
280 -7 0 -7 0 -6 0 -7 0 -7 0 -7 0 -7 -1 -7 0
281 -7 0 -7 0 -7 -1 -6 0 -7 0 -7 -1 -7 0 -7 0
282 -7 -1 -7 0 -7 -1 -6 -1 -7 0 -7 -1 -7 0 -7 -1
283 -7 -1 -7 0 -7 -1 -6 -1 -7 -1 -7 -1 -7 -1 -7 0
284 -7 -1 -6 -1 -7 -1 -7 -1 -7 -1 -7 -1 -6 -1 -7 -2
285 -7 -1 -7 -1 -7 -1 -6 -1 -7 -2 -7 -1 -7 -1 -6 -2
286 -7 -1 -7 -1 -7 -2 -6 -1 -7 -2 -7 -1 -6 -2 -7 -1
287 -7 -2 -6 -2 -7 -1 -7 -2 -6 -2 -7 -1 -7 -2 -6 -2
288 -7 -2 -7 -1 -6 -2 -7 -2 -6 -2 -7 -2 -7 -2 -6 -2
289 -7 -2 -6 -2 -7 -2 -6 -2 -7 -2 -6 -3 -7 -2 -6 -2
290 -7 -2 -6 -3 -7 -2 -6 -2 -7 -3 -6 -2 -6 -2 -7 -3
291 -6 -2 -7 -3 -6 -2 -6 -3 -7 -2 -6 -3 -6 -3 -7 -2
292 -6 -3 -6 -3 -6 -2 -7 -3 -6 -3 -6 -3 -6 -2 -7 -3
293 -6 -3 -6 -3 -6 -3 -6 -3 -6 -3 -7 -3 -6 -3 -6 -3
294 -6 -3 -6 -3 -6 -3 -6 -3 -6 -4 -6 -3 -6 -3 -6 -3
295 -6 -4 -6 -3 -6 -3 -6 -4 -6 -3 -6 -3 -6 -4 -5 -3
296 -6 -4 -6 -3 -6 -4 -6 -3 -5 -4 -6 -3 -6 -4 -6 -4
297 -5 -3 -6 -4 -6 -4 -5 -3 -6 -4 -6 -4 -5 -4 -6 -4
298 -5 -3 -6 -4 -5 -4 -6 -4 -6 -4 -5 -4 -5 -4 -6 -4
299 -5 -4 -6 -4 -5 -4 -5 -4 -6 -4 -5 -4 -5 -5 -6 -4
300 -5 -4 -5 -4 -6 -5 -5 -4 -5 -4 -5 -4 -5 -5 -5 -4
301 -6 -4 -5 -5 -5 -4 -5 -5 -5 -4 -5 -5 -5 -4 -5 -5
302 -5 -4 -5 -5 -5 -4 -4 -5 -5 -5 -5 -4 -5 -5 -5 -5
303 -5 -4 -4 -5 -5 -5 -5 -5 -4 -4 -5 -5 -5 -5 -4 -5
304 -5 -5 -5 -5 -4 -4 -5 -5 -4 -5 -5 -5 -4 -5 -5 -5
305 -4 -5 -4 -5 -5 -5 -4 -5 -4 -5 -5 -6 -4 -5 -4 -5
306 -5 -5 -4 -5 -4 -5 -4 -5 -4 -6 -4 -5 -4 -5 -5 -5
307 -4 -6 -4 -5 -4 -5 -4 -6 -4 -5 -3 -5 -4 -6 -4 -5
308 -4 -6 -4 -5 -4 -6 -3 -5 -4 -6 -4 -5 -4 -6 -3 -5
309 -4 -6 -3 -5 -4 -6 -4 -5 -3 -6 -4 -6 -3 -5 -4 -6
310 -3 -5 -3 -6 -4 -6 -3 -6 -4 -5 -3 -6 -3 -6 -3 -5
311 -4 -6 -3 -6 -3 -6 -3 -6 -3 -5 -3 -6 -3 -6 -3 -6
312 -3 -6 -3 -6 -3 -6 -3 -6 -3 -5 -3 -6 -3 -6 -3 -6
313 -3 -6 -2 -6 -3 -6 -3 -6 -2 -6 -3 -6 -3 -6 -2 -6
314 -3 -6 -2 -6 -3 -7 -2 -6 -3 -6 -2 -6 -3 -6 -2 -6
315 -2 -6 -3 -6 -2 -7 -2 -6 -3 -6 -2 -6 -2 -6 -2 -6
316 -2 -7 -2 -6 -2 -6 -2 -6 -2 -7 -2 -6 -2 -6 -2 -6
317 -2 -7 -2 -6 -2 -6 2879 2254 300 MP stroke
318 -2 -7 -1 -6 -2 -6 -2 -7 -1 -6 -2 -6 -2 -7 -1 -6
319 -2 -6 -1 -7 -2 -6 -1 -6 -2 -7 -1 -6 -2 -7 -1 -6
320 -1 -6 -2 -7 -1 -6 -1 -7 -1 -6 -2 -6 -1 -7 -1 -6
321 -1 -7 -1 -6 -1 -7 -1 -6 -1 -7 -1 -6 -1 -6 -1 -7
322 -1 -6 0 -7 -1 -6 -1 -7 -1 -6 0 -7 -1 -6 -1 -7
323 0 -6 -1 -7 -1 -6 0 -7 -1 -6 0 -13 -1 -7 0 -6
324 -1 -7 0 -20 -1 -6 0 -46 2934 2648 53 MP stroke
325 SO
326 /c8 { 1.000000 1.000000 0.000000 sr} bdef
327 c8
328 2934 2648 PD
329 gr
330
331 c8
332 0 sg
333 36 36 2934 2648 FO
334 gs 880 553 2214 2545 rc
335 gr
336
337 2934 2690 mt
338 (0) s
339 gs 880 553 2214 2545 rc
340 c8
341 -2 0 2927 2498 2 MP stroke
342 gr
343
344 c8
345 0 sg
346 36 36 2927 2498 FO
347 gs 880 553 2214 2545 rc
348 c8
349 -7 -6 2903 2351 2 MP stroke
350 gr
351
352 c8
353 0 sg
354 36 36 2903 2351 FO
355 gs 880 553 2214 2545 rc
356 c8
357 -18 -18 2864 2206 2 MP stroke
358 gr
359
360 c8
361 0 sg
362 36 36 2864 2206 FO
363 gs 880 553 2214 2545 rc
364 gr
365
366 2846 2230 mt
367 (3) s
368 gs 880 553 2214 2545 rc
369 c8
370 -38 -47 2810 2065 2 MP stroke
371 gr
372
373 c8
374 0 sg
375 36 36 2810 2065 FO
376 gs 880 553 2214 2545 rc
377 c8
378 -67 -105 2741 1931 2 MP stroke
379 gr
380
381 c8
382 0 sg
383 36 36 2741 1931 FO
384 gs 880 553 2214 2545 rc
385 c8
386 -94 -211 2658 1803 2 MP stroke
387 gr
388
389 c8
390 0 sg
391 36 36 2658 1803 FO
392 gs 880 553 2214 2545 rc
393 gr
394
395 2564 1634 mt
396 (6) s
397 gs 880 553 2214 2545 rc
398 c8
399 -83 -367 2563 1684 2 MP stroke
400 gr
401
402 c8
403 0 sg
404 36 36 2563 1684 FO
405 gs 880 553 2214 2545 rc
406 c8
407 -23 -541 2455 1575 2 MP stroke
408 gr
409
410 c8
411 0 sg
412 36 36 2455 1575 FO
413 gs 880 553 2214 2545 rc
414 c8
415 70 -719 2336 1476 2 MP stroke
416 gr
417
418 c8
419 0 sg
420 36 36 2336 1476 FO
421 gs 880 553 2214 2545 rc
422 gr
423
424 2406 799 mt
425 (9) s
426 gs 880 553 2214 2545 rc
427 /c9 { 1.000000 0.000000 0.000000 sr} bdef
428 c9
429 -26 -277 -11 -84 -1 -6 -36 -193 -84 -275 -110 -234 -98 -192 -74 -170
430 -50 -157 -29 -153 -9 -150 2934 2648 12 MP stroke
431 gr
432
433 c9
434 2898 2648 mt 2970 2648 L
435 2934 2612 mt 2934 2684 L
436 2889 2498 mt 2961 2498 L
437 2925 2462 mt 2925 2534 L
438 2860 2345 mt 2932 2345 L
439 2896 2309 mt 2896 2381 L
440 2810 2188 mt 2882 2188 L
441 2846 2152 mt 2846 2224 L
442 2736 2018 mt 2808 2018 L
443 2772 1982 mt 2772 2054 L
444 2638 1826 mt 2710 1826 L
445 2674 1790 mt 2674 1862 L
446 2528 1592 mt 2600 1592 L
447 2564 1556 mt 2564 1628 L
448 2444 1317 mt 2516 1317 L
449 2480 1281 mt 2480 1353 L
450 2408 1124 mt 2480 1124 L
451 2444 1088 mt 2444 1160 L
452 2407 1118 mt 2479 1118 L
453 2443 1082 mt 2443 1154 L
454 2396 1034 mt 2468 1034 L
455 2432 998 mt 2432 1070 L
456 2370 757 mt 2442 757 L
457 2406 721 mt 2406 793 L
458 gs 880 553 2214 2545 rc
459 /c10 { 0.000000 0.000000 1.000000 sr} bdef
460 c10
461 26 37 11 13 1 0 36 31 84 35 110 -5 98 -47 73 -70
462 51 -81 29 -87 9 -90 1354 2648 12 MP stroke
463 gr
464
465 c10
466 1329 2623 mt 1379 2673 L
467 1379 2623 mt 1329 2673 L
468 1338 2533 mt 1388 2583 L
469 1388 2533 mt 1338 2583 L
470 1367 2446 mt 1417 2496 L
471 1417 2446 mt 1367 2496 L
472 1418 2365 mt 1468 2415 L
473 1468 2365 mt 1418 2415 L
474 1491 2295 mt 1541 2345 L
475 1541 2295 mt 1491 2345 L
476 1589 2248 mt 1639 2298 L
477 1639 2248 mt 1589 2298 L
478 1699 2243 mt 1749 2293 L
479 1749 2243 mt 1699 2293 L
480 1783 2278 mt 1833 2328 L
481 1833 2278 mt 1783 2328 L
482 1819 2309 mt 1869 2359 L
483 1869 2309 mt 1819 2359 L
484 1820 2309 mt 1870 2359 L
485 1870 2309 mt 1820 2359 L
486 1831 2322 mt 1881 2372 L
487 1881 2322 mt 1831 2372 L
488 1857 2359 mt 1907 2409 L
489 1907 2359 mt 1857 2409 L
490 gs 880 553 2214 2545 rc
491 gr
492
493 0 sg
494 %%IncludeResource: font Symbol
495 /Symbol /ISOLatin1Encoding 120 FMSR
496
497 1244 404 mt
498 (a) s
499 %%IncludeResource: font Helvetica
500 /Helvetica /ISOLatin1Encoding 120 FMSR
501
502 1319 404 mt
503 (,) s
504 %%IncludeResource: font Symbol
505 /Symbol /ISOLatin1Encoding 120 FMSR
506
507 1352 404 mt
508 (b) s
509 %%IncludeResource: font Helvetica
510 /Helvetica /ISOLatin1Encoding 120 FMSR
511
512 1417 404 mt
513 (= 0.60,0.000 ; f) s
514 %%IncludeResource: font Helvetica
515 /Helvetica /ISOLatin1Encoding 96 FMSR
516
517 2215 464 mt
518 (c) s
519 %%IncludeResource: font Helvetica
520 /Helvetica /ISOLatin1Encoding 120 FMSR
521
522 2263 404 mt
523 (= 0.5025) s
524 1 sg
525 0 2543 2213 0 0 -2543 3911 3097 4 MP
526 PP
527 -2213 0 0 2543 2213 0 0 -2543 3911 3097 5 MP stroke
528 4 w
529 DO
530 0 sg
531 4385 3097 mt 4385 554 L
532 4385 554 mt 4385 554 L
533 5175 3097 mt 5175 554 L
534 5175 554 mt 5175 554 L
535 5965 3097 mt 5965 554 L
536 5965 554 mt 5965 554 L
537 3911 2947 mt 6124 2947 L
538 6124 2947 mt 6124 2947 L
539 3911 2648 mt 6124 2648 L
540 6124 2648 mt 6124 2648 L
541 3911 2349 mt 6124 2349 L
542 6124 2349 mt 6124 2349 L
543 3911 2049 mt 6124 2049 L
544 6124 2049 mt 6124 2049 L
545 3911 1750 mt 6124 1750 L
546 6124 1750 mt 6124 1750 L
547 3911 1451 mt 6124 1451 L
548 6124 1451 mt 6124 1451 L
549 3911 1152 mt 6124 1152 L
550 6124 1152 mt 6124 1152 L
551 3911 853 mt 6124 853 L
552 6124 853 mt 6124 853 L
553 SO
554 6 w
555 3911 3097 mt 6124 3097 L
556 3911 554 mt 6124 554 L
557 3911 3097 mt 3911 554 L
558 6124 3097 mt 6124 554 L
559 3911 3097 mt 6124 3097 L
560 3911 3097 mt 3911 554 L
561 4385 3097 mt 4385 3071 L
562 4385 554 mt 4385 579 L
563 4352 3242 mt
564 (0) s
565 5175 3097 mt 5175 3071 L
566 5175 554 mt 5175 579 L
567 5092 3242 mt
568 (0.5) s
569 5965 3097 mt 5965 3071 L
570 5965 554 mt 5965 579 L
571 5932 3242 mt
572 (1) s
573 3911 2947 mt 3936 2947 L
574 6124 2947 mt 6098 2947 L
575 3640 2991 mt
576 (-0.2) s
577 3911 2648 mt 3936 2648 L
578 6124 2648 mt 6098 2648 L
579 3810 2692 mt
580 (0) s
581 3911 2349 mt 3936 2349 L
582 6124 2349 mt 6098 2349 L
583 3710 2393 mt
584 (0.2) s
585 3911 2049 mt 3936 2049 L
586 6124 2049 mt 6098 2049 L
587 3710 2093 mt
588 (0.4) s
589 3911 1750 mt 3936 1750 L
590 6124 1750 mt 6098 1750 L
591 3710 1794 mt
592 (0.6) s
593 3911 1451 mt 3936 1451 L
594 6124 1451 mt 6098 1451 L
595 3710 1495 mt
596 (0.8) s
597 3911 1152 mt 3936 1152 L
598 6124 1152 mt 6098 1152 L
599 3810 1196 mt
600 (1) s
601 3911 853 mt 3936 853 L
602 6124 853 mt 6098 853 L
603 3710 897 mt
604 (1.2) s
605 3911 3097 mt 6124 3097 L
606 3911 554 mt 6124 554 L
607 3911 3097 mt 3911 554 L
608 6124 3097 mt 6124 554 L
609 gs 3911 553 2214 2545 rc
610 DA
611 1580 -1496 4385 2648 2 MP stroke
612 -7 0 -7 0 -6 0 -7 0 -7 0 -7 0 -7 -1 -7 0
613 -7 0 -7 0 -7 -1 -6 0 -7 0 -7 -1 -7 0 -7 0
614 -7 -1 -7 0 -7 -1 -6 -1 -7 0 -7 -1 -7 0 -7 -1
615 -7 -1 -7 0 -7 -1 -6 -1 -7 -1 -7 -1 -7 -1 -7 0
616 -7 -1 -6 -1 -7 -1 -7 -1 -7 -1 -7 -1 -6 -1 -7 -2
617 -7 -1 -7 -1 -7 -1 -6 -1 -7 -2 -7 -1 -7 -1 -6 -2
618 -7 -1 -7 -1 -7 -2 -6 -1 -7 -2 -7 -1 -6 -2 -7 -1
619 -7 -2 -6 -2 -7 -1 -7 -2 -6 -2 -7 -1 -7 -2 -6 -2
620 -7 -2 -7 -1 -6 -2 -7 -2 -6 -2 -7 -2 -7 -2 -6 -2
621 -7 -2 -6 -2 -7 -2 -6 -2 -7 -2 -6 -3 -7 -2 -6 -2
622 -7 -2 -6 -3 -7 -2 -6 -2 -7 -3 -6 -2 -6 -2 -7 -3
623 -6 -2 -7 -3 -6 -2 -6 -3 -7 -2 -6 -3 -6 -3 -7 -2
624 -6 -3 -6 -3 -6 -2 -7 -3 -6 -3 -6 -3 -6 -2 -7 -3
625 -6 -3 -6 -3 -6 -3 -6 -3 -6 -3 -7 -3 -6 -3 -6 -3
626 -6 -3 -6 -3 -6 -3 -6 -3 -6 -4 -6 -3 -6 -3 -6 -3
627 -6 -4 -6 -3 -6 -3 -6 -4 -6 -3 -6 -3 -6 -4 -5 -3
628 -6 -4 -6 -3 -6 -4 -6 -3 -5 -4 -6 -3 -6 -4 -6 -4
629 -5 -3 -6 -4 -6 -4 -5 -3 -6 -4 -6 -4 -5 -4 -6 -4
630 -5 -3 -6 -4 -5 -4 -6 -4 -6 -4 -5 -4 -5 -4 -6 -4
631 -5 -4 -6 -4 -5 -4 -5 -4 -6 -4 -5 -4 -5 -5 -6 -4
632 -5 -4 -5 -4 -6 -5 -5 -4 -5 -4 -5 -4 -5 -5 -5 -4
633 -6 -4 -5 -5 -5 -4 -5 -5 -5 -4 -5 -5 -5 -4 -5 -5
634 -5 -4 -5 -5 -5 -4 -4 -5 -5 -5 -5 -4 -5 -5 -5 -5
635 -5 -4 -4 -5 -5 -5 -5 -5 -4 -4 -5 -5 -5 -5 -4 -5
636 -5 -5 -5 -5 -4 -4 -5 -5 -4 -5 -5 -5 -4 -5 -5 -5
637 -4 -5 -4 -5 -5 -5 -4 -5 -4 -5 -5 -6 -4 -5 -4 -5
638 -5 -5 -4 -5 -4 -5 -4 -5 -4 -6 -4 -5 -4 -5 -5 -5
639 -4 -6 -4 -5 -4 -5 -4 -6 -4 -5 -3 -5 -4 -6 -4 -5
640 -4 -6 -4 -5 -4 -6 -3 -5 -4 -6 -4 -5 -4 -6 -3 -5
641 -4 -6 -3 -5 -4 -6 -4 -5 -3 -6 -4 -6 -3 -5 -4 -6
642 -3 -5 -3 -6 -4 -6 -3 -6 -4 -5 -3 -6 -3 -6 -3 -5
643 -4 -6 -3 -6 -3 -6 -3 -6 -3 -5 -3 -6 -3 -6 -3 -6
644 -3 -6 -3 -6 -3 -6 -3 -6 -3 -5 -3 -6 -3 -6 -3 -6
645 -3 -6 -2 -6 -3 -6 -3 -6 -2 -6 -3 -6 -3 -6 -2 -6
646 -3 -6 -2 -6 -3 -7 -2 -6 -3 -6 -2 -6 -3 -6 -2 -6
647 -2 -6 -3 -6 -2 -7 -2 -6 -3 -6 -2 -6 -2 -6 -2 -6
648 -2 -7 -2 -6 -2 -6 -2 -6 -2 -7 -2 -6 -2 -6 -2 -6
649 -2 -7 -2 -6 -2 -6 5910 2254 300 MP stroke
650 -2 -7 -1 -6 -2 -6 -2 -7 -1 -6 -2 -6 -2 -7 -1 -6
651 -2 -6 -1 -7 -2 -6 -1 -6 -2 -7 -1 -6 -2 -7 -1 -6
652 -1 -6 -2 -7 -1 -6 -1 -7 -1 -6 -2 -6 -1 -7 -1 -6
653 -1 -7 -1 -6 -1 -7 -1 -6 -1 -7 -1 -6 -1 -6 -1 -7
654 -1 -6 0 -7 -1 -6 -1 -7 -1 -6 0 -7 -1 -6 -1 -7
655 0 -6 -1 -7 -1 -6 0 -7 -1 -6 0 -13 -1 -7 0 -6
656 -1 -7 0 -20 -1 -6 0 -46 5965 2648 53 MP stroke
657 SO
658 c8
659 5965 2648 PD
660 gr
661
662 c8
663 0 sg
664 36 36 5965 2648 FO
665 gs 3911 553 2214 2545 rc
666 gr
667
668 5965 2690 mt
669 (0) s
670 gs 3911 553 2214 2545 rc
671 c8
672 -1 0 5958 2498 2 MP stroke
673 gr
674
675 c8
676 0 sg
677 36 36 5958 2498 FO
678 gs 3911 553 2214 2545 rc
679 c8
680 -1 -2 5934 2351 2 MP stroke
681 gr
682
683 c8
684 0 sg
685 36 36 5934 2351 FO
686 gs 3911 553 2214 2545 rc
687 c8
688 -4 -7 5895 2206 2 MP stroke
689 gr
690
691 c8
692 0 sg
693 36 36 5895 2206 FO
694 gs 3911 553 2214 2545 rc
695 gr
696
697 5891 2241 mt
698 (3) s
699 gs 3911 553 2214 2545 rc
700 c8
701 -13 -17 5841 2065 2 MP stroke
702 gr
703
704 c8
705 0 sg
706 36 36 5841 2065 FO
707 gs 3911 553 2214 2545 rc
708 c8
709 -35 -35 5772 1931 2 MP stroke
710 gr
711
712 c8
713 0 sg
714 36 36 5772 1931 FO
715 gs 3911 553 2214 2545 rc
716 c8
717 -81 -63 5689 1803 2 MP stroke
718 gr
719
720 c8
721 0 sg
722 36 36 5689 1803 FO
723 gs 3911 553 2214 2545 rc
724 gr
725
726 5608 1782 mt
727 (6) s
728 gs 3911 553 2214 2545 rc
729 c8
730 -187 -119 5594 1684 2 MP stroke
731 gr
732
733 c8
734 0 sg
735 36 36 5594 1684 FO
736 gs 3911 553 2214 2545 rc
737 c8
738 -369 -380 5486 1575 2 MP stroke
739 gr
740
741 c8
742 0 sg
743 36 36 5486 1575 FO
744 gs 3911 553 2214 2545 rc
745 c8
746 -288 -698 5367 1476 2 MP stroke
747 gr
748
749 c8
750 0 sg
751 36 36 5367 1476 FO
752 gs 3911 553 2214 2545 rc
753 gr
754
755 5079 820 mt
756 (9) s
757 gs 3911 553 2214 2545 rc
758 c9
759 -38 -417 -57 -156 -7 -10 -226 -204 -201 -175 -129 -156 -91 -152 -63 -151
760 -42 -150 -24 -149 -8 -150 5965 2648 12 MP stroke
761 gr
762
763 c9
764 5929 2648 mt 6001 2648 L
765 5965 2612 mt 5965 2684 L
766 5921 2498 mt 5993 2498 L
767 5957 2462 mt 5957 2534 L
768 5897 2349 mt 5969 2349 L
769 5933 2313 mt 5933 2385 L
770 5855 2199 mt 5927 2199 L
771 5891 2163 mt 5891 2235 L
772 5792 2048 mt 5864 2048 L
773 5828 2012 mt 5828 2084 L
774 5701 1896 mt 5773 1896 L
775 5737 1860 mt 5737 1932 L
776 5572 1740 mt 5644 1740 L
777 5608 1704 mt 5608 1776 L
778 5371 1565 mt 5443 1565 L
779 5407 1529 mt 5407 1601 L
780 5145 1361 mt 5217 1361 L
781 5181 1325 mt 5181 1397 L
782 5138 1351 mt 5210 1351 L
783 5174 1315 mt 5174 1387 L
784 5081 1195 mt 5153 1195 L
785 5117 1159 mt 5117 1231 L
786 5043 778 mt 5115 778 L
787 5079 742 mt 5079 814 L
788 gs 3911 553 2214 2545 rc
789 c10
790 29 146 54 75 6 5 219 20 188 -98 112 -118 69 -124 36 -130
791 5 -135 -33 -147 -159 -236 4385 2648 12 MP stroke
792 gr
793
794 c10
795 4360 2623 mt 4410 2673 L
796 4410 2623 mt 4360 2673 L
797 4201 2387 mt 4251 2437 L
798 4251 2387 mt 4201 2437 L
799 4168 2240 mt 4218 2290 L
800 4218 2240 mt 4168 2290 L
801 4173 2105 mt 4223 2155 L
802 4223 2105 mt 4173 2155 L
803 4209 1975 mt 4259 2025 L
804 4259 1975 mt 4209 2025 L
805 4278 1851 mt 4328 1901 L
806 4328 1851 mt 4278 1901 L
807 4390 1733 mt 4440 1783 L
808 4440 1733 mt 4390 1783 L
809 4578 1635 mt 4628 1685 L
810 4628 1635 mt 4578 1685 L
811 4797 1655 mt 4847 1705 L
812 4847 1655 mt 4797 1705 L
813 4803 1660 mt 4853 1710 L
814 4853 1660 mt 4803 1710 L
815 4857 1735 mt 4907 1785 L
816 4907 1735 mt 4857 1785 L
817 4886 1881 mt 4936 1931 L
818 4936 1881 mt 4886 1931 L
819 gs 3911 553 2214 2545 rc
820 /c11 { 0.000000 1.000000 0.000000 sr} bdef
821 c11
822 9 8 3 2 8 7 14 11 16 12 21 15 28 18 38 23
823 57 35 166 123 4385 2648 11 MP stroke
824 gr
825
826 c11
827 4360 2623 mt 4410 2673 L
828 4410 2623 mt 4360 2673 L
829 4526 2746 mt 4576 2796 L
830 4576 2746 mt 4526 2796 L
831 4583 2781 mt 4633 2831 L
832 4633 2781 mt 4583 2831 L
833 4621 2804 mt 4671 2854 L
834 4671 2804 mt 4621 2854 L
835 4649 2822 mt 4699 2872 L
836 4699 2822 mt 4649 2872 L
837 4670 2837 mt 4720 2887 L
838 4720 2837 mt 4670 2887 L
839 4686 2849 mt 4736 2899 L
840 4736 2849 mt 4686 2899 L
841 4700 2860 mt 4750 2910 L
842 4750 2860 mt 4700 2910 L
843 4708 2867 mt 4758 2917 L
844 4758 2867 mt 4708 2917 L
845 4711 2869 mt 4761 2919 L
846 4761 2869 mt 4711 2919 L
847 4720 2877 mt 4770 2927 L
848 4770 2877 mt 4720 2927 L
849 gs 3911 553 2214 2545 rc
850 gr
851
852 0 sg
853 %%IncludeResource: font Symbol
854 /Symbol /ISOLatin1Encoding 120 FMSR
855
856 4275 404 mt
857 (a) s
858 %%IncludeResource: font Helvetica
859 /Helvetica /ISOLatin1Encoding 120 FMSR
860
861 4350 404 mt
862 (,) s
863 %%IncludeResource: font Symbol
864 /Symbol /ISOLatin1Encoding 120 FMSR
865
866 4383 404 mt
867 (b) s
868 %%IncludeResource: font Helvetica
869 /Helvetica /ISOLatin1Encoding 120 FMSR
870
871 4448 404 mt
872 (= 0.50,0.250 ; f) s
873 %%IncludeResource: font Helvetica
874 /Helvetica /ISOLatin1Encoding 96 FMSR
875
876 5246 464 mt
877 (c) s
878 %%IncludeResource: font Helvetica
879 /Helvetica /ISOLatin1Encoding 120 FMSR
880
881 5294 404 mt
882 (= 0.7698) s
883 1 sg
884 0 2542 2213 0 0 -2542 880 6579 4 MP
885 PP
886 -2213 0 0 2542 2213 0 0 -2542 880 6579 5 MP stroke
887 4 w
888 DO
889 0 sg
890 1354 6579 mt 1354 4037 L
891 1354 4037 mt 1354 4037 L
892 2144 6579 mt 2144 4037 L
893 2144 4037 mt 2144 4037 L
894 2934 6579 mt 2934 4037 L
895 2934 4037 mt 2934 4037 L
896 880 6429 mt 3093 6429 L
897 3093 6429 mt 3093 6429 L
898 880 6130 mt 3093 6130 L
899 3093 6130 mt 3093 6130 L
900 880 5831 mt 3093 5831 L
901 3093 5831 mt 3093 5831 L
902 880 5532 mt 3093 5532 L
903 3093 5532 mt 3093 5532 L
904 880 5233 mt 3093 5233 L
905 3093 5233 mt 3093 5233 L
906 880 4934 mt 3093 4934 L
907 3093 4934 mt 3093 4934 L
908 880 4635 mt 3093 4635 L
909 3093 4635 mt 3093 4635 L
910 880 4336 mt 3093 4336 L
911 3093 4336 mt 3093 4336 L
912 SO
913 6 w
914 880 6579 mt 3093 6579 L
915 880 4037 mt 3093 4037 L
916 880 6579 mt 880 4037 L
917 3093 6579 mt 3093 4037 L
918 880 6579 mt 3093 6579 L
919 880 6579 mt 880 4037 L
920 1354 6579 mt 1354 6553 L
921 1354 4037 mt 1354 4062 L
922 1321 6724 mt
923 (0) s
924 2144 6579 mt 2144 6553 L
925 2144 4037 mt 2144 4062 L
926 2061 6724 mt
927 (0.5) s
928 2934 6579 mt 2934 6553 L
929 2934 4037 mt 2934 4062 L
930 2901 6724 mt
931 (1) s
932 880 6429 mt 905 6429 L
933 3093 6429 mt 3067 6429 L
934 609 6473 mt
935 (-0.2) s
936 880 6130 mt 905 6130 L
937 3093 6130 mt 3067 6130 L
938 779 6174 mt
939 (0) s
940 880 5831 mt 905 5831 L
941 3093 5831 mt 3067 5831 L
942 679 5875 mt
943 (0.2) s
944 880 5532 mt 905 5532 L
945 3093 5532 mt 3067 5532 L
946 679 5576 mt
947 (0.4) s
948 880 5233 mt 905 5233 L
949 3093 5233 mt 3067 5233 L
950 679 5277 mt
951 (0.6) s
952 880 4934 mt 905 4934 L
953 3093 4934 mt 3067 4934 L
954 679 4978 mt
955 (0.8) s
956 880 4635 mt 905 4635 L
957 3093 4635 mt 3067 4635 L
958 779 4679 mt
959 (1) s
960 880 4336 mt 905 4336 L
961 3093 4336 mt 3067 4336 L
962 679 4380 mt
963 (1.2) s
964 880 6579 mt 3093 6579 L
965 880 4037 mt 3093 4037 L
966 880 6579 mt 880 4037 L
967 3093 6579 mt 3093 4037 L
968 gs 880 4037 2214 2543 rc
969 DA
970 1580 -1495 1354 6130 2 MP stroke
971 -7 0 -7 0 -6 0 -7 0 -7 0 -7 0 -7 0 -7 -1
972 -7 0 -7 0 -7 0 -6 -1 -7 0 -7 0 -7 -1 -7 0
973 -7 -1 -7 0 -7 -1 -6 0 -7 -1 -7 -1 -7 0 -7 -1
974 -7 -1 -7 0 -7 -1 -6 -1 -7 -1 -7 0 -7 -1 -7 -1
975 -7 -1 -6 -1 -7 -1 -7 -1 -7 -1 -7 -1 -6 -1 -7 -1
976 -7 -1 -7 -2 -7 -1 -6 -1 -7 -1 -7 -2 -7 -1 -6 -1
977 -7 -2 -7 -1 -7 -1 -6 -2 -7 -1 -7 -2 -6 -1 -7 -2
978 -7 -2 -6 -1 -7 -2 -7 -2 -6 -1 -7 -2 -7 -2 -6 -2
979 -7 -1 -7 -2 -6 -2 -7 -2 -6 -2 -7 -2 -7 -2 -6 -2
980 -7 -2 -6 -2 -7 -2 -6 -2 -7 -2 -6 -2 -7 -3 -6 -2
981 -7 -2 -6 -2 -7 -3 -6 -2 -7 -2 -6 -3 -6 -2 -7 -2
982 -6 -3 -7 -2 -6 -3 -6 -2 -7 -3 -6 -3 -6 -2 -7 -3
983 -6 -3 -6 -2 -6 -3 -7 -3 -6 -2 -6 -3 -6 -3 -7 -3
984 -6 -3 -6 -3 -6 -3 -6 -3 -6 -3 -7 -3 -6 -3 -6 -3
985 -6 -3 -6 -3 -6 -3 -6 -3 -6 -3 -6 -3 -6 -4 -6 -3
986 -6 -3 -6 -4 -6 -3 -6 -3 -6 -4 -6 -3 -6 -3 -5 -4
987 -6 -3 -6 -4 -6 -3 -6 -4 -5 -3 -6 -4 -6 -4 -6 -3
988 -5 -4 -6 -4 -6 -3 -5 -4 -6 -4 -6 -4 -5 -3 -6 -4
989 -5 -4 -6 -4 -5 -4 -6 -4 -6 -4 -5 -4 -5 -4 -6 -4
990 -5 -4 -6 -4 -5 -4 -5 -4 -6 -4 -5 -4 -5 -4 -6 -4
991 -5 -5 -5 -4 -6 -4 -5 -4 -5 -5 -5 -4 -5 -4 -5 -5
992 -6 -4 -5 -4 -5 -5 -5 -4 -5 -5 -5 -4 -5 -5 -5 -4
993 -5 -5 -5 -4 -5 -5 -4 -5 -5 -4 -5 -5 -5 -5 -5 -4
994 -5 -5 -4 -5 -5 -4 -5 -5 -4 -5 -5 -5 -5 -5 -4 -4
995 -5 -5 -5 -5 -4 -5 -5 -5 -4 -5 -5 -5 -4 -5 -5 -5
996 -4 -5 -4 -5 -5 -5 -4 -5 -4 -5 -5 -5 -4 -5 -4 -5
997 -5 -5 -4 -6 -4 -5 -4 -5 -4 -5 -4 -5 -4 -6 -5 -5
998 -4 -5 -4 -6 -4 -5 -4 -5 -4 -6 -3 -5 -4 -5 -4 -6
999 -4 -5 -4 -6 -4 -5 -3 -6 -4 -5 -4 -5 -4 -6 -3 -6
1000 -4 -5 -3 -6 -4 -5 -4 -6 -3 -5 -4 -6 -3 -6 -4 -5
1001 -3 -6 -3 -6 -4 -5 -3 -6 -4 -6 -3 -5 -3 -6 -3 -6
1002 -4 -6 -3 -5 -3 -6 -3 -6 -3 -6 -3 -6 -3 -6 -3 -5
1003 -3 -6 -3 -6 -3 -6 -3 -6 -3 -6 -3 -6 -3 -6 -3 -6
1004 -3 -6 -2 -6 -3 -6 -3 -6 -2 -6 -3 -6 -3 -6 -2 -6
1005 -3 -6 -2 -6 -3 -6 -2 -6 -3 -6 -2 -6 -3 -6 -2 -6
1006 -2 -7 -3 -6 -2 -6 -2 -6 -3 -6 -2 -6 -2 -7 -2 -6
1007 -2 -6 -2 -6 -2 -6 -2 -7 -2 -6 -2 -6 -2 -6 -2 -7
1008 -2 -6 -2 -6 -2 -7 2879 5737 300 MP stroke
1009 -2 -6 -1 -6 -2 -7 -2 -6 -1 -6 -2 -7 -2 -6 -1 -6
1010 -2 -7 -1 -6 -2 -6 -1 -7 -2 -6 -1 -6 -2 -7 -1 -6
1011 -1 -7 -2 -6 -1 -6 -1 -7 -1 -6 -2 -7 -1 -6 -1 -7
1012 -1 -6 -1 -6 -1 -7 -1 -6 -1 -7 -1 -6 -1 -7 -1 -6
1013 -1 -7 0 -6 -1 -7 -1 -6 -1 -7 0 -6 -1 -7 -1 -6
1014 0 -7 -1 -6 -1 -7 0 -6 -1 -7 0 -13 -1 -6 0 -7
1015 -1 -6 0 -20 -1 -6 0 -46 2934 6130 53 MP stroke
1016 SO
1017 c8
1018 2934 6130 PD
1019 gr
1020
1021 c8
1022 0 sg
1023 36 36 2934 6130 FO
1024 gs 880 4037 2214 2543 rc
1025 gr
1026
1027 2934 6172 mt
1028 (0) s
1029 gs 880 4037 2214 2543 rc
1030 c8
1031 -1 0 2927 5981 2 MP stroke
1032 gr
1033
1034 c8
1035 0 sg
1036 36 36 2927 5981 FO
1037 gs 880 4037 2214 2543 rc
1038 c8
1039 -1 0 2903 5833 2 MP stroke
1040 gr
1041
1042 c8
1043 0 sg
1044 36 36 2903 5833 FO
1045 gs 880 4037 2214 2543 rc
1046 c8
1047 -5 0 2864 5688 2 MP stroke
1048 gr
1049
1050 c8
1051 0 sg
1052 36 36 2864 5688 FO
1053 gs 880 4037 2214 2543 rc
1054 gr
1055
1056 2859 5730 mt
1057 (3) s
1058 gs 880 4037 2214 2543 rc
1059 c8
1060 -16 0 2810 5548 2 MP stroke
1061 gr
1062
1063 c8
1064 0 sg
1065 36 36 2810 5548 FO
1066 gs 880 4037 2214 2543 rc
1067 c8
1068 -39 3 2741 5413 2 MP stroke
1069 gr
1070
1071 c8
1072 0 sg
1073 36 36 2741 5413 FO
1074 gs 880 4037 2214 2543 rc
1075 c8
1076 -85 15 2658 5286 2 MP stroke
1077 gr
1078
1079 c8
1080 0 sg
1081 36 36 2658 5286 FO
1082 gs 880 4037 2214 2543 rc
1083 gr
1084
1085 2573 5343 mt
1086 (6) s
1087 gs 880 4037 2214 2543 rc
1088 c8
1089 -168 61 2563 5167 2 MP stroke
1090 gr
1091
1092 c8
1093 0 sg
1094 36 36 2563 5167 FO
1095 gs 880 4037 2214 2543 rc
1096 c8
1097 -244 199 2455 5057 2 MP stroke
1098 gr
1099
1100 c8
1101 0 sg
1102 36 36 2455 5057 FO
1103 gs 880 4037 2214 2543 rc
1104 c8
1105 -220 372 2336 4959 2 MP stroke
1106 gr
1107
1108 c8
1109 0 sg
1110 36 36 2336 4959 FO
1111 gs 880 4037 2214 2543 rc
1112 gr
1113
1114 2116 5373 mt
1115 (9) s
1116 gs 880 4037 2214 2543 rc
1117 c9
1118 -95 75 -48 19 -3 1 -133 8 -178 -73 -129 -115 -92 -132 -65 -140
1119 -43 -145 -24 -148 -8 -149 2934 6130 12 MP stroke
1120 gr
1121
1122 c9
1123 2898 6130 mt 2970 6130 L
1124 2934 6094 mt 2934 6166 L
1125 2890 5981 mt 2962 5981 L
1126 2926 5945 mt 2926 6017 L
1127 2866 5833 mt 2938 5833 L
1128 2902 5797 mt 2902 5869 L
1129 2823 5688 mt 2895 5688 L
1130 2859 5652 mt 2859 5724 L
1131 2758 5548 mt 2830 5548 L
1132 2794 5512 mt 2794 5584 L
1133 2666 5416 mt 2738 5416 L
1134 2702 5380 mt 2702 5452 L
1135 2537 5301 mt 2609 5301 L
1136 2573 5265 mt 2573 5337 L
1137 2359 5228 mt 2431 5228 L
1138 2395 5192 mt 2395 5264 L
1139 2226 5236 mt 2298 5236 L
1140 2262 5200 mt 2262 5272 L
1141 2223 5237 mt 2295 5237 L
1142 2259 5201 mt 2259 5273 L
1143 2175 5256 mt 2247 5256 L
1144 2211 5220 mt 2211 5292 L
1145 2080 5331 mt 2152 5331 L
1146 2116 5295 mt 2116 5367 L
1147 gs 880 4037 2214 2543 rc
1148 c10
1149 80 -346 43 -108 4 -7 124 -211 162 -227 110 -188 68 -174 32 -171
1150 -4 -174 -48 -187 -207 -300 1354 6130 12 MP stroke
1151 gr
1152
1153 c10
1154 1329 6105 mt 1379 6155 L
1155 1379 6105 mt 1329 6155 L
1156 1122 5805 mt 1172 5855 L
1157 1172 5805 mt 1122 5855 L
1158 1074 5618 mt 1124 5668 L
1159 1124 5618 mt 1074 5668 L
1160 1070 5444 mt 1120 5494 L
1161 1120 5444 mt 1070 5494 L
1162 1102 5273 mt 1152 5323 L
1163 1152 5273 mt 1102 5323 L
1164 1170 5099 mt 1220 5149 L
1165 1220 5099 mt 1170 5149 L
1166 1280 4911 mt 1330 4961 L
1167 1330 4911 mt 1280 4961 L
1168 1442 4684 mt 1492 4734 L
1169 1492 4684 mt 1442 4734 L
1170 1566 4473 mt 1616 4523 L
1171 1616 4473 mt 1566 4523 L
1172 1570 4466 mt 1620 4516 L
1173 1620 4466 mt 1570 4516 L
1174 1613 4358 mt 1663 4408 L
1175 1663 4358 mt 1613 4408 L
1176 gs 880 4037 2214 2543 rc
1177 c11
1178 10 10 3 3 1 1 8 8 15 13 20 16 24 20 34 25
1179 46 32 73 47 214 163 1354 6130 12 MP stroke
1180 gr
1181
1182 c11
1183 1329 6105 mt 1379 6155 L
1184 1379 6105 mt 1329 6155 L
1185 1543 6268 mt 1593 6318 L
1186 1593 6268 mt 1543 6318 L
1187 1616 6315 mt 1666 6365 L
1188 1666 6315 mt 1616 6365 L
1189 1662 6347 mt 1712 6397 L
1190 1712 6347 mt 1662 6397 L
1191 1696 6372 mt 1746 6422 L
1192 1746 6372 mt 1696 6422 L
1193 1720 6392 mt 1770 6442 L
1194 1770 6392 mt 1720 6442 L
1195 1740 6408 mt 1790 6458 L
1196 1790 6408 mt 1740 6458 L
1197 1755 6421 mt 1805 6471 L
1198 1805 6421 mt 1755 6471 L
1199 1763 6429 mt 1813 6479 L
1200 1813 6429 mt 1763 6479 L
1201 1764 6430 mt 1814 6480 L
1202 1814 6430 mt 1764 6480 L
1203 1767 6433 mt 1817 6483 L
1204 1817 6433 mt 1767 6483 L
1205 1777 6443 mt 1827 6493 L
1206 1827 6443 mt 1777 6493 L
1207 gs 880 4037 2214 2543 rc
1208 gr
1209
1210 0 sg
1211 %%IncludeResource: font Symbol
1212 /Symbol /ISOLatin1Encoding 120 FMSR
1213
1214 1024 3888 mt
1215 (a) s
1216 %%IncludeResource: font Helvetica
1217 /Helvetica /ISOLatin1Encoding 120 FMSR
1218
1219 1099 3888 mt
1220 (,) s
1221 %%IncludeResource: font Symbol
1222 /Symbol /ISOLatin1Encoding 120 FMSR
1223
1224 1132 3888 mt
1225 (b) s
1226 %%IncludeResource: font Helvetica
1227 /Helvetica /ISOLatin1Encoding 120 FMSR
1228
1229 1197 3888 mt
1230 (= 0.50,0.417 ; f) s
1231 %%IncludeResource: font Helvetica
1232 /Helvetica /ISOLatin1Encoding 96 FMSR
1233
1234 1995 3948 mt
1235 (c) s
1236 %%IncludeResource: font Helvetica
1237 /Helvetica /ISOLatin1Encoding 120 FMSR
1238
1239 2043 3888 mt
1240 (= 0.7236\(0.6760\)) s
1241 1 sg
1242 0 2542 2213 0 0 -2542 3911 6579 4 MP
1243 PP
1244 -2213 0 0 2542 2213 0 0 -2542 3911 6579 5 MP stroke
1245 4 w
1246 DO
1247 0 sg
1248 4385 6579 mt 4385 4037 L
1249 4385 4037 mt 4385 4037 L
1250 5175 6579 mt 5175 4037 L
1251 5175 4037 mt 5175 4037 L
1252 5965 6579 mt 5965 4037 L
1253 5965 4037 mt 5965 4037 L
1254 3911 6429 mt 6124 6429 L
1255 6124 6429 mt 6124 6429 L
1256 3911 6130 mt 6124 6130 L
1257 6124 6130 mt 6124 6130 L
1258 3911 5831 mt 6124 5831 L
1259 6124 5831 mt 6124 5831 L
1260 3911 5532 mt 6124 5532 L
1261 6124 5532 mt 6124 5532 L
1262 3911 5233 mt 6124 5233 L
1263 6124 5233 mt 6124 5233 L
1264 3911 4934 mt 6124 4934 L
1265 6124 4934 mt 6124 4934 L
1266 3911 4635 mt 6124 4635 L
1267 6124 4635 mt 6124 4635 L
1268 3911 4336 mt 6124 4336 L
1269 6124 4336 mt 6124 4336 L
1270 SO
1271 6 w
1272 3911 6579 mt 6124 6579 L
1273 3911 4037 mt 6124 4037 L
1274 3911 6579 mt 3911 4037 L
1275 6124 6579 mt 6124 4037 L
1276 3911 6579 mt 6124 6579 L
1277 3911 6579 mt 3911 4037 L
1278 4385 6579 mt 4385 6553 L
1279 4385 4037 mt 4385 4062 L
1280 4352 6724 mt
1281 (0) s
1282 5175 6579 mt 5175 6553 L
1283 5175 4037 mt 5175 4062 L
1284 5092 6724 mt
1285 (0.5) s
1286 5965 6579 mt 5965 6553 L
1287 5965 4037 mt 5965 4062 L
1288 5932 6724 mt
1289 (1) s
1290 3911 6429 mt 3936 6429 L
1291 6124 6429 mt 6098 6429 L
1292 3640 6473 mt
1293 (-0.2) s
1294 3911 6130 mt 3936 6130 L
1295 6124 6130 mt 6098 6130 L
1296 3810 6174 mt
1297 (0) s
1298 3911 5831 mt 3936 5831 L
1299 6124 5831 mt 6098 5831 L
1300 3710 5875 mt
1301 (0.2) s
1302 3911 5532 mt 3936 5532 L
1303 6124 5532 mt 6098 5532 L
1304 3710 5576 mt
1305 (0.4) s
1306 3911 5233 mt 3936 5233 L
1307 6124 5233 mt 6098 5233 L
1308 3710 5277 mt
1309 (0.6) s
1310 3911 4934 mt 3936 4934 L
1311 6124 4934 mt 6098 4934 L
1312 3710 4978 mt
1313 (0.8) s
1314 3911 4635 mt 3936 4635 L
1315 6124 4635 mt 6098 4635 L
1316 3810 4679 mt
1317 (1) s
1318 3911 4336 mt 3936 4336 L
1319 6124 4336 mt 6098 4336 L
1320 3710 4380 mt
1321 (1.2) s
1322 3911 6579 mt 6124 6579 L
1323 3911 4037 mt 6124 4037 L
1324 3911 6579 mt 3911 4037 L
1325 6124 6579 mt 6124 4037 L
1326 gs 3911 4037 2214 2543 rc
1327 DA
1328 1580 -1495 4385 6130 2 MP stroke
1329 -7 0 -7 0 -6 0 -7 0 -7 0 -7 0 -7 0 -7 -1
1330 -7 0 -7 0 -7 0 -6 -1 -7 0 -7 0 -7 -1 -7 0
1331 -7 -1 -7 0 -7 -1 -6 0 -7 -1 -7 -1 -7 0 -7 -1
1332 -7 -1 -7 0 -7 -1 -6 -1 -7 -1 -7 0 -7 -1 -7 -1
1333 -7 -1 -6 -1 -7 -1 -7 -1 -7 -1 -7 -1 -6 -1 -7 -1
1334 -7 -1 -7 -2 -7 -1 -6 -1 -7 -1 -7 -2 -7 -1 -6 -1
1335 -7 -2 -7 -1 -7 -1 -6 -2 -7 -1 -7 -2 -6 -1 -7 -2
1336 -7 -2 -6 -1 -7 -2 -7 -2 -6 -1 -7 -2 -7 -2 -6 -2
1337 -7 -1 -7 -2 -6 -2 -7 -2 -6 -2 -7 -2 -7 -2 -6 -2
1338 -7 -2 -6 -2 -7 -2 -6 -2 -7 -2 -6 -2 -7 -3 -6 -2
1339 -7 -2 -6 -2 -7 -3 -6 -2 -7 -2 -6 -3 -6 -2 -7 -2
1340 -6 -3 -7 -2 -6 -3 -6 -2 -7 -3 -6 -3 -6 -2 -7 -3
1341 -6 -3 -6 -2 -6 -3 -7 -3 -6 -2 -6 -3 -6 -3 -7 -3
1342 -6 -3 -6 -3 -6 -3 -6 -3 -6 -3 -7 -3 -6 -3 -6 -3
1343 -6 -3 -6 -3 -6 -3 -6 -3 -6 -3 -6 -3 -6 -4 -6 -3
1344 -6 -3 -6 -4 -6 -3 -6 -3 -6 -4 -6 -3 -6 -3 -5 -4
1345 -6 -3 -6 -4 -6 -3 -6 -4 -5 -3 -6 -4 -6 -4 -6 -3
1346 -5 -4 -6 -4 -6 -3 -5 -4 -6 -4 -6 -4 -5 -3 -6 -4
1347 -5 -4 -6 -4 -5 -4 -6 -4 -6 -4 -5 -4 -5 -4 -6 -4
1348 -5 -4 -6 -4 -5 -4 -5 -4 -6 -4 -5 -4 -5 -4 -6 -4
1349 -5 -5 -5 -4 -6 -4 -5 -4 -5 -5 -5 -4 -5 -4 -5 -5
1350 -6 -4 -5 -4 -5 -5 -5 -4 -5 -5 -5 -4 -5 -5 -5 -4
1351 -5 -5 -5 -4 -5 -5 -4 -5 -5 -4 -5 -5 -5 -5 -5 -4
1352 -5 -5 -4 -5 -5 -4 -5 -5 -4 -5 -5 -5 -5 -5 -4 -4
1353 -5 -5 -5 -5 -4 -5 -5 -5 -4 -5 -5 -5 -4 -5 -5 -5
1354 -4 -5 -4 -5 -5 -5 -4 -5 -4 -5 -5 -5 -4 -5 -4 -5
1355 -5 -5 -4 -6 -4 -5 -4 -5 -4 -5 -4 -5 -4 -6 -5 -5
1356 -4 -5 -4 -6 -4 -5 -4 -5 -4 -6 -3 -5 -4 -5 -4 -6
1357 -4 -5 -4 -6 -4 -5 -3 -6 -4 -5 -4 -5 -4 -6 -3 -6
1358 -4 -5 -3 -6 -4 -5 -4 -6 -3 -5 -4 -6 -3 -6 -4 -5
1359 -3 -6 -3 -6 -4 -5 -3 -6 -4 -6 -3 -5 -3 -6 -3 -6
1360 -4 -6 -3 -5 -3 -6 -3 -6 -3 -6 -3 -6 -3 -6 -3 -5
1361 -3 -6 -3 -6 -3 -6 -3 -6 -3 -6 -3 -6 -3 -6 -3 -6
1362 -3 -6 -2 -6 -3 -6 -3 -6 -2 -6 -3 -6 -3 -6 -2 -6
1363 -3 -6 -2 -6 -3 -6 -2 -6 -3 -6 -2 -6 -3 -6 -2 -6
1364 -2 -7 -3 -6 -2 -6 -2 -6 -3 -6 -2 -6 -2 -7 -2 -6
1365 -2 -6 -2 -6 -2 -6 -2 -7 -2 -6 -2 -6 -2 -6 -2 -7
1366 -2 -6 -2 -6 -2 -7 5910 5737 300 MP stroke
1367 -2 -6 -1 -6 -2 -7 -2 -6 -1 -6 -2 -7 -2 -6 -1 -6
1368 -2 -7 -1 -6 -2 -6 -1 -7 -2 -6 -1 -6 -2 -7 -1 -6
1369 -1 -7 -2 -6 -1 -6 -1 -7 -1 -6 -2 -7 -1 -6 -1 -7
1370 -1 -6 -1 -6 -1 -7 -1 -6 -1 -7 -1 -6 -1 -7 -1 -6
1371 -1 -7 0 -6 -1 -7 -1 -6 -1 -7 0 -6 -1 -7 -1 -6
1372 0 -7 -1 -6 -1 -7 0 -6 -1 -7 0 -13 -1 -6 0 -7
1373 -1 -6 0 -20 -1 -6 0 -46 5965 6130 53 MP stroke
1374 SO
1375 c8
1376 5965 6130 PD
1377 gr
1378
1379 c8
1380 0 sg
1381 36 36 5965 6130 FO
1382 gs 3911 4037 2214 2543 rc
1383 gr
1384
1385 5965 6172 mt
1386 (0) s
1387 gs 3911 4037 2214 2543 rc
1388 c8
1389 -1 -1 5958 5981 2 MP stroke
1390 gr
1391
1392 c8
1393 0 sg
1394 36 36 5958 5981 FO
1395 gs 3911 4037 2214 2543 rc
1396 c8
1397 -1 -2 5934 5833 2 MP stroke
1398 gr
1399
1400 c8
1401 0 sg
1402 36 36 5934 5833 FO
1403 gs 3911 4037 2214 2543 rc
1404 c8
1405 -4 -6 5895 5688 2 MP stroke
1406 gr
1407
1408 c8
1409 0 sg
1410 36 36 5895 5688 FO
1411 gs 3911 4037 2214 2543 rc
1412 gr
1413
1414 5891 5724 mt
1415 (3) s
1416 gs 3911 4037 2214 2543 rc
1417 c8
1418 -14 -14 5841 5548 2 MP stroke
1419 gr
1420
1421 c8
1422 0 sg
1423 36 36 5841 5548 FO
1424 gs 3911 4037 2214 2543 rc
1425 c8
1426 -36 -27 5772 5413 2 MP stroke
1427 gr
1428
1429 c8
1430 0 sg
1431 36 36 5772 5413 FO
1432 gs 3911 4037 2214 2543 rc
1433 c8
1434 -84 -48 5689 5286 2 MP stroke
1435 gr
1436
1437 c8
1438 0 sg
1439 36 36 5689 5286 FO
1440 gs 3911 4037 2214 2543 rc
1441 gr
1442
1443 5605 5280 mt
1444 (6) s
1445 gs 3911 4037 2214 2543 rc
1446 c8
1447 -197 -79 5594 5167 2 MP stroke
1448 gr
1449
1450 c8
1451 0 sg
1452 36 36 5594 5167 FO
1453 gs 3911 4037 2214 2543 rc
1454 c8
1455 -508 142 5486 5057 2 MP stroke
1456 gr
1457
1458 c8
1459 0 sg
1460 36 36 5486 5057 FO
1461 gs 3911 4037 2214 2543 rc
1462 c8
1463 -406 403 5367 4959 2 MP stroke
1464 gr
1465
1466 c8
1467 0 sg
1468 36 36 5367 4959 FO
1469 gs 3911 4037 2214 2543 rc
1470 gr
1471
1472 4961 5404 mt
1473 (9) s
1474 gs 3911 4037 2214 2543 rc
1475 c9
1476 -17 163 -12 170 -42 50 -365 -109 -208 -150 -131 -148 -91 -148 -64 -148
1477 -42 -149 -24 -149 -8 -150 5965 6130 12 MP stroke
1478 gr
1479
1480 c9
1481 5929 6130 mt 6001 6130 L
1482 5965 6094 mt 5965 6166 L
1483 5921 5980 mt 5993 5980 L
1484 5957 5944 mt 5957 6016 L
1485 5897 5831 mt 5969 5831 L
1486 5933 5795 mt 5933 5867 L
1487 5855 5682 mt 5927 5682 L
1488 5891 5646 mt 5891 5718 L
1489 5791 5534 mt 5863 5534 L
1490 5827 5498 mt 5827 5570 L
1491 5700 5386 mt 5772 5386 L
1492 5736 5350 mt 5736 5422 L
1493 5569 5238 mt 5641 5238 L
1494 5605 5202 mt 5605 5274 L
1495 5361 5088 mt 5433 5088 L
1496 5397 5052 mt 5397 5124 L
1497 4996 4979 mt 5068 4979 L
1498 5032 4943 mt 5032 5015 L
1499 4954 5029 mt 5026 5029 L
1500 4990 4993 mt 4990 5065 L
1501 4942 5199 mt 5014 5199 L
1502 4978 5163 mt 4978 5235 L
1503 4925 5362 mt 4997 5362 L
1504 4961 5326 mt 4961 5398 L
1505 gs 3911 4037 2214 2543 rc
1506 c10
1507 7 -438 9 -253 42 -55 358 -79 194 -128 113 -132 69 -134 35 -137
1508 3 -143 -36 -155 -169 -249 4385 6130 12 MP stroke
1509 gr
1510
1511 c10
1512 4360 6105 mt 4410 6155 L
1513 4410 6105 mt 4360 6155 L
1514 4191 5856 mt 4241 5906 L
1515 4241 5856 mt 4191 5906 L
1516 4155 5701 mt 4205 5751 L
1517 4205 5701 mt 4155 5751 L
1518 4158 5558 mt 4208 5608 L
1519 4208 5558 mt 4158 5608 L
1520 4193 5421 mt 4243 5471 L
1521 4243 5421 mt 4193 5471 L
1522 4262 5287 mt 4312 5337 L
1523 4312 5287 mt 4262 5337 L
1524 4375 5155 mt 4425 5205 L
1525 4425 5155 mt 4375 5205 L
1526 4569 5027 mt 4619 5077 L
1527 4619 5027 mt 4569 5077 L
1528 4927 4948 mt 4977 4998 L
1529 4977 4948 mt 4927 4998 L
1530 4969 4893 mt 5019 4943 L
1531 5019 4893 mt 4969 4943 L
1532 4978 4640 mt 5028 4690 L
1533 5028 4640 mt 4978 4690 L
1534 4985 4202 mt 5035 4252 L
1535 5035 4202 mt 4985 4252 L
1536 gs 3911 4037 2214 2543 rc
1537 c11
1538 10 8 3 3 8 7 14 11 17 14 22 16 29 19 40 25
1539 60 38 176 132 4385 6130 11 MP stroke
1540 gr
1541
1542 c11
1543 4360 6105 mt 4410 6155 L
1544 4410 6105 mt 4360 6155 L
1545 4536 6237 mt 4586 6287 L
1546 4586 6237 mt 4536 6287 L
1547 4596 6275 mt 4646 6325 L
1548 4646 6275 mt 4596 6325 L
1549 4636 6300 mt 4686 6350 L
1550 4686 6300 mt 4636 6350 L
1551 4665 6319 mt 4715 6369 L
1552 4715 6319 mt 4665 6369 L
1553 4687 6335 mt 4737 6385 L
1554 4737 6335 mt 4687 6385 L
1555 4704 6349 mt 4754 6399 L
1556 4754 6349 mt 4704 6399 L
1557 4718 6360 mt 4768 6410 L
1558 4768 6360 mt 4718 6410 L
1559 4726 6367 mt 4776 6417 L
1560 4776 6367 mt 4726 6417 L
1561 4729 6370 mt 4779 6420 L
1562 4779 6370 mt 4729 6420 L
1563 4739 6378 mt 4789 6428 L
1564 4789 6378 mt 4739 6428 L
1565 gs 3911 4037 2214 2543 rc
1566 gr
1567
1568 0 sg
1569 %%IncludeResource: font Symbol
1570 /Symbol /ISOLatin1Encoding 120 FMSR
1571
1572 4055 3888 mt
1573 (a) s
1574 %%IncludeResource: font Helvetica
1575 /Helvetica /ISOLatin1Encoding 120 FMSR
1576
1577 4130 3888 mt
1578 (,) s
1579 %%IncludeResource: font Symbol
1580 /Symbol /ISOLatin1Encoding 120 FMSR
1581
1582 4163 3888 mt
1583 (b) s
1584 %%IncludeResource: font Helvetica
1585 /Helvetica /ISOLatin1Encoding 120 FMSR
1586
1587 4228 3888 mt
1588 (= 0.50,0.281 ; f) s
1589 %%IncludeResource: font Helvetica
1590 /Helvetica /ISOLatin1Encoding 96 FMSR
1591
1592 5026 3948 mt
1593 (c) s
1594 %%IncludeResource: font Helvetica
1595 /Helvetica /ISOLatin1Encoding 120 FMSR
1596
1597 5074 3888 mt
1598 (= 0.7861\(0.7686\)) s
1599 %%IncludeResource: font Helvetica
1600 /Helvetica /ISOLatin1Encoding 132 FMSR
1601
1602 1735 193 mt
1603 (Oscil. response of AB-3 : CFL \(f*dt\)= 0.0 -> 0.9 every 0.1) s
1604
1605 end
1606
1607 eplot
1608 %%EndObject
1609
1610 epage
1611 end
1612
1613 showpage
1614
1615 %%Trailer
1616 %%EOF

  ViewVC Help
Powered by ViewVC 1.1.22