/[MITgcm]/manual/s_algorithm/figs/oscil+damp_AB2.eps
ViewVC logotype

Annotation of /manual/s_algorithm/figs/oscil+damp_AB2.eps

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


Revision 1.1 - (hide annotations) (download) (as text)
Thu Jun 29 01:45:32 2006 UTC (19 years ago) by jmc
Branch: MAIN
CVS Tags: checkpoint01, HEAD
File MIME type: application/postscript
add statiblity diagram for AB-2

1 jmc 1.1 %!PS-Adobe-3.0 EPSF-3.0
2     %%Creator: MATLAB, The Mathworks, Inc.
3     %%Title: /home/jmc/mitgcm/stab_mat/oscil+damp_AB2.eps
4     %%CreationDate: 06/28/2006 17:39:13
5     %%DocumentNeededFonts: Helvetica
6     %%DocumentProcessColors: Cyan Magenta Yellow Black
7     %%LanguageLevel: 2
8     %%Pages: 1
9     %%BoundingBox: 78 86 540 745
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: 78 86 540 745
165     MathWorks begin
166     bpage
167     %%EndPageSetup
168    
169     %%BeginObject: obj1
170     bplot
171    
172     /dpi2point 12 def
173     portraitMode 0252 9288 csm
174    
175     688 337 5548 7911 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 6836 9074 rf
189     6 w
190     0 2031 2235 0 0 -2031 889 2711 4 MP
191     PP
192     -2235 0 0 2031 2235 0 0 -2031 889 2711 5 MP stroke
193     4 w
194     DO
195     0 sg
196     889 2711 mt 889 680 L
197     889 680 mt 889 680 L
198     1336 2711 mt 1336 680 L
199     1336 680 mt 1336 680 L
200     1783 2711 mt 1783 680 L
201     1783 680 mt 1783 680 L
202     2230 2711 mt 2230 680 L
203     2230 680 mt 2230 680 L
204     2677 2711 mt 2677 680 L
205     2677 680 mt 2677 680 L
206     3124 2711 mt 3124 680 L
207     3124 680 mt 3124 680 L
208     889 2711 mt 3124 2711 L
209     3124 2711 mt 3124 2711 L
210     889 2420 mt 3124 2420 L
211     3124 2420 mt 3124 2420 L
212     889 2130 mt 3124 2130 L
213     3124 2130 mt 3124 2130 L
214     889 1840 mt 3124 1840 L
215     3124 1840 mt 3124 1840 L
216     889 1550 mt 3124 1550 L
217     3124 1550 mt 3124 1550 L
218     889 1260 mt 3124 1260 L
219     3124 1260 mt 3124 1260 L
220     889 970 mt 3124 970 L
221     3124 970 mt 3124 970 L
222     SO
223     6 w
224     889 2711 mt 3124 2711 L
225     889 680 mt 3124 680 L
226     889 2711 mt 889 680 L
227     3124 2711 mt 3124 680 L
228     889 2711 mt 3124 2711 L
229     889 2711 mt 889 680 L
230     889 2711 mt 889 2688 L
231     889 680 mt 889 702 L
232     %%IncludeResource: font Helvetica
233     /Helvetica /ISOLatin1Encoding 120 FMSR
234    
235     856 2856 mt
236     (0) s
237     1336 2711 mt 1336 2688 L
238     1336 680 mt 1336 702 L
239     1253 2856 mt
240     (0.2) s
241     1783 2711 mt 1783 2688 L
242     1783 680 mt 1783 702 L
243     1700 2856 mt
244     (0.4) s
245     2230 2711 mt 2230 2688 L
246     2230 680 mt 2230 702 L
247     2147 2856 mt
248     (0.6) s
249     2677 2711 mt 2677 2688 L
250     2677 680 mt 2677 702 L
251     2594 2856 mt
252     (0.8) s
253     3124 2711 mt 3124 2688 L
254     3124 680 mt 3124 702 L
255     3091 2856 mt
256     (1) s
257     889 2711 mt 911 2711 L
258     3124 2711 mt 3101 2711 L
259     788 2755 mt
260     (0) s
261     889 2420 mt 911 2420 L
262     3124 2420 mt 3101 2420 L
263     688 2464 mt
264     (0.2) s
265     889 2130 mt 911 2130 L
266     3124 2130 mt 3101 2130 L
267     688 2174 mt
268     (0.4) s
269     889 1840 mt 911 1840 L
270     3124 1840 mt 3101 1840 L
271     688 1884 mt
272     (0.6) s
273     889 1550 mt 911 1550 L
274     3124 1550 mt 3101 1550 L
275     688 1594 mt
276     (0.8) s
277     889 1260 mt 911 1260 L
278     3124 1260 mt 3101 1260 L
279     788 1304 mt
280     (1) s
281     889 970 mt 911 970 L
282     3124 970 mt 3101 970 L
283     688 1014 mt
284     (1.2) s
285     889 2711 mt 3124 2711 L
286     889 680 mt 3124 680 L
287     889 2711 mt 889 680 L
288     3124 2711 mt 3124 680 L
289     gs 889 680 2236 2032 rc
290     DA
291     2235 -1451 889 2711 2 MP stroke
292     -9 0 -10 0 -10 0 -10 0 -9 0 -10 0 -10 0 -10 -1
293     -9 0 -10 0 -10 0 -9 -1 -10 0 -10 0 -10 -1 -9 0
294     -10 -1 -10 0 -10 -1 -9 0 -10 -1 -10 0 -9 -1 -10 -1
295     -10 0 -10 -1 -9 -1 -10 -1 -10 0 -9 -1 -10 -1 -10 -1
296     -9 -1 -10 -1 -9 -1 -10 -1 -10 -1 -9 -1 -10 -1 -10 -1
297     -9 -1 -10 -1 -9 -1 -10 -1 -10 -2 -9 -1 -10 -1 -9 -1
298     -10 -2 -9 -1 -10 -2 -9 -1 -10 -1 -9 -2 -10 -1 -9 -2
299     -10 -1 -9 -2 -10 -2 -9 -1 -9 -2 -10 -2 -9 -1 -10 -2
300     -9 -2 -9 -2 -10 -1 -9 -2 -9 -2 -10 -2 -9 -2 -9 -2
301     -9 -2 -10 -2 -9 -2 -9 -2 -9 -2 -10 -2 -9 -2 -9 -2
302     -9 -2 -9 -3 -9 -2 -9 -2 -10 -2 -9 -3 -9 -2 -9 -2
303     -9 -3 -9 -2 -9 -3 -9 -2 -9 -3 -9 -2 -9 -3 -9 -2
304     -8 -3 -9 -2 -9 -3 -9 -3 -9 -2 -9 -3 -8 -3 -9 -3
305     -9 -2 -9 -3 -8 -3 -9 -3 -9 -3 -9 -3 -8 -3 -9 -3
306     -8 -3 -9 -3 -9 -3 -8 -3 -9 -3 -8 -3 -9 -3 -8 -3
307     -8 -3 -9 -4 -8 -3 -9 -3 -8 -3 -8 -4 -9 -3 -8 -3
308     -8 -4 -8 -3 -9 -3 -8 -4 -8 -3 -8 -4 -8 -3 -8 -4
309     -8 -3 -8 -4 -8 -4 -8 -3 -8 -4 -8 -3 -8 -4 -8 -4
310     -8 -4 -8 -3 -8 -4 -8 -4 -7 -4 -8 -4 -8 -3 -8 -4
311     -7 -4 -8 -4 -7 -4 -8 -4 -8 -4 -7 -4 -8 -4 -7 -4
312     -8 -4 -7 -4 -7 -4 -8 -5 -7 -4 -7 -4 -8 -4 -7 -4
313     -7 -5 -7 -4 -8 -4 -7 -5 -7 -4 -7 -4 -7 -5 -7 -4
314     -7 -4 -7 -5 -7 -4 -7 -5 -7 -4 -7 -5 -6 -4 -7 -5
315     -7 -4 -7 -5 -6 -4 -7 -5 -7 -5 -6 -4 -7 -5 -6 -5
316     -7 -4 -6 -5 -7 -5 -6 -5 -7 -5 -6 -4 -6 -5 -7 -5
317     -6 -5 -6 -5 -6 -5 -6 -5 -7 -4 -6 -5 -6 -5 -6 -5
318     -6 -5 -6 -5 -6 -5 -5 -5 -6 -6 -6 -5 -6 -5 -6 -5
319     -5 -5 -6 -5 -6 -5 -5 -5 -6 -6 -5 -5 -6 -5 -5 -5
320     -6 -6 -5 -5 -6 -5 -5 -5 -5 -6 -5 -5 -6 -5 -5 -6
321     -5 -5 -5 -6 -5 -5 -5 -5 -5 -6 -5 -5 -5 -6 -5 -5
322     -5 -6 -5 -5 -5 -6 -4 -5 -5 -6 -5 -5 -4 -6 -5 -5
323     -4 -6 -5 -6 -4 -5 -5 -6 -4 -6 -5 -5 -4 -6 -4 -6
324     -5 -5 -4 -6 -4 -6 -4 -5 -4 -6 -4 -6 -4 -6 -4 -5
325     -4 -6 -4 -6 -4 -6 -4 -6 -4 -5 -3 -6 -4 -6 -4 -6
326     -3 -6 -4 -6 -4 -6 -3 -6 -4 -6 -3 -5 -3 -6 -4 -6
327     -3 -6 -3 -6 -4 -6 -3 -6 -3 -6 -3 -6 -3 -6 -3 -6
328     -3 -6 -3 -6 -3 -6 -3 -6 -3 -6 -2 -6 -3 -7 -3 -6
329     -3 -6 -2 -6 -3 -6 3045 2329 300 MP stroke
330     -2 -6 -3 -6 -2 -6 -3 -6 -2 -7 -2 -6 -3 -6 -2 -6
331     -2 -6 -2 -6 -3 -7 -2 -6 -2 -6 -2 -6 -2 -6 -2 -6
332     -1 -7 -2 -6 -2 -6 -2 -6 -2 -7 -1 -6 -2 -6 -1 -6
333     -2 -7 -1 -6 -2 -6 -1 -6 -2 -7 -1 -6 -1 -6 -2 -6
334     -1 -7 -1 -6 -1 -6 -1 -7 -1 -6 -1 -6 -1 -6 -1 -7
335     -1 -6 -1 -6 -1 -7 0 -6 -1 -6 -1 -7 0 -6 -1 -6
336     0 -7 -1 -6 0 -6 -1 -7 0 -12 -1 -7 0 -31 -1 -7
337     3124 2711 57 MP stroke
338     SO
339     /c8 { 0.000000 1.000000 0.000000 sr} bdef
340     c8
341     0 -1 3112 2566 2 MP stroke
342     -1 -5 3079 2422 2 MP stroke
343     -3 -18 3024 2282 2 MP stroke
344     gr
345    
346     c8
347     0 sg
348     3021 2306 mt
349     (3) s
350     gs 889 680 2236 2032 rc
351     c8
352     -8 -44 2947 2146 2 MP stroke
353     -15 -93 2850 2015 2 MP stroke
354     -12 -173 2733 1891 2 MP stroke
355     gr
356    
357     c8
358     0 sg
359     2721 1760 mt
360     (6) s
361     gs 889 680 2236 2032 rc
362     c8
363     23 -289 2598 1776 2 MP stroke
364     103 -427 2446 1670 2 MP stroke
365     226 -576 2278 1574 2 MP stroke
366     gr
367    
368     c8
369     0 sg
370     2504 1040 mt
371     (9) s
372     gs 889 680 2236 2032 rc
373     -168 -96 -152 -106 -135 -115 -117 -124 -97 -131 -77 -136 -55 -140 -33 -144
374     3112 2566 9 MP stroke
375     gr
376    
377     36 36 3112 2566 FO
378     36 36 3079 2422 FO
379     36 36 3024 2282 FO
380     36 36 2947 2146 FO
381     36 36 2850 2015 FO
382     36 36 2733 1891 FO
383     36 36 2598 1776 FO
384     36 36 2446 1670 FO
385     36 36 2278 1574 FO
386     gs 889 680 2236 2032 rc
387     /c9 { 0.000000 0.000000 1.000000 sr} bdef
388     c9
389     -45 -245 -72 -244 -100 -231 -114 -204 -104 -180 -82 -162 -57 -153 -34 -148
390     3112 2565 9 MP stroke
391     gr
392    
393     c9
394     3087 2540 mt 3137 2590 L
395     3137 2540 mt 3087 2590 L
396     3053 2392 mt 3103 2442 L
397     3103 2392 mt 3053 2442 L
398     2996 2239 mt 3046 2289 L
399     3046 2239 mt 2996 2289 L
400     2914 2077 mt 2964 2127 L
401     2964 2077 mt 2914 2127 L
402     2810 1897 mt 2860 1947 L
403     2860 1897 mt 2810 1947 L
404     2696 1693 mt 2746 1743 L
405     2746 1693 mt 2696 1743 L
406     2596 1462 mt 2646 1512 L
407     2646 1462 mt 2596 1512 L
408     2524 1218 mt 2574 1268 L
409     2574 1218 mt 2524 1268 L
410     2479 973 mt 2529 1023 L
411     2529 973 mt 2479 1023 L
412     gs 889 680 2236 2032 rc
413     /c10 { 1.000000 0.000000 0.000000 sr} bdef
414     c10
415     45 27 72 27 100 12 114 -13 104 -38 82 -55 57 -64 34 -70
416     900 2638 9 MP stroke
417     gr
418    
419     c10
420     875 2613 mt 925 2663 L
421     925 2613 mt 875 2663 L
422     909 2543 mt 959 2593 L
423     959 2543 mt 909 2593 L
424     966 2479 mt 1016 2529 L
425     1016 2479 mt 966 2529 L
426     1048 2424 mt 1098 2474 L
427     1098 2424 mt 1048 2474 L
428     1152 2386 mt 1202 2436 L
429     1202 2386 mt 1152 2436 L
430     1266 2373 mt 1316 2423 L
431     1316 2373 mt 1266 2423 L
432     1366 2385 mt 1416 2435 L
433     1416 2385 mt 1366 2435 L
434     1438 2412 mt 1488 2462 L
435     1488 2412 mt 1438 2462 L
436     1483 2439 mt 1533 2489 L
437     1533 2439 mt 1483 2489 L
438     gs 889 680 2236 2032 rc
439     gr
440    
441     0 sg
442     %%IncludeResource: font Symbol
443     /Symbol /ISOLatin1Encoding 120 FMSR
444    
445     1796 577 mt
446     (e) s
447     %%IncludeResource: font Helvetica
448     /Helvetica /ISOLatin1Encoding 120 FMSR
449    
450     1848 577 mt
451     ( = 0.00) s
452     1 sg
453     0 2030 2235 0 0 -2030 889 5393 4 MP
454     PP
455     -2235 0 0 2030 2235 0 0 -2030 889 5393 5 MP stroke
456     4 w
457     DO
458     0 sg
459     889 5393 mt 889 3363 L
460     889 3363 mt 889 3363 L
461     1336 5393 mt 1336 3363 L
462     1336 3363 mt 1336 3363 L
463     1783 5393 mt 1783 3363 L
464     1783 3363 mt 1783 3363 L
465     2230 5393 mt 2230 3363 L
466     2230 3363 mt 2230 3363 L
467     2677 5393 mt 2677 3363 L
468     2677 3363 mt 2677 3363 L
469     3124 5393 mt 3124 3363 L
470     3124 3363 mt 3124 3363 L
471     889 5393 mt 3124 5393 L
472     3124 5393 mt 3124 5393 L
473     889 5103 mt 3124 5103 L
474     3124 5103 mt 3124 5103 L
475     889 4813 mt 3124 4813 L
476     3124 4813 mt 3124 4813 L
477     889 4523 mt 3124 4523 L
478     3124 4523 mt 3124 4523 L
479     889 4233 mt 3124 4233 L
480     3124 4233 mt 3124 4233 L
481     889 3943 mt 3124 3943 L
482     3124 3943 mt 3124 3943 L
483     889 3652 mt 3124 3652 L
484     3124 3652 mt 3124 3652 L
485     SO
486     6 w
487     889 5393 mt 3124 5393 L
488     889 3363 mt 3124 3363 L
489     889 5393 mt 889 3363 L
490     3124 5393 mt 3124 3363 L
491     889 5393 mt 3124 5393 L
492     889 5393 mt 889 3363 L
493     889 5393 mt 889 5370 L
494     889 3363 mt 889 3385 L
495     856 5538 mt
496     (0) s
497     1336 5393 mt 1336 5370 L
498     1336 3363 mt 1336 3385 L
499     1253 5538 mt
500     (0.2) s
501     1783 5393 mt 1783 5370 L
502     1783 3363 mt 1783 3385 L
503     1700 5538 mt
504     (0.4) s
505     2230 5393 mt 2230 5370 L
506     2230 3363 mt 2230 3385 L
507     2147 5538 mt
508     (0.6) s
509     2677 5393 mt 2677 5370 L
510     2677 3363 mt 2677 3385 L
511     2594 5538 mt
512     (0.8) s
513     3124 5393 mt 3124 5370 L
514     3124 3363 mt 3124 3385 L
515     3091 5538 mt
516     (1) s
517     889 5393 mt 911 5393 L
518     3124 5393 mt 3101 5393 L
519     788 5437 mt
520     (0) s
521     889 5103 mt 911 5103 L
522     3124 5103 mt 3101 5103 L
523     688 5147 mt
524     (0.2) s
525     889 4813 mt 911 4813 L
526     3124 4813 mt 3101 4813 L
527     688 4857 mt
528     (0.4) s
529     889 4523 mt 911 4523 L
530     3124 4523 mt 3101 4523 L
531     688 4567 mt
532     (0.6) s
533     889 4233 mt 911 4233 L
534     3124 4233 mt 3101 4233 L
535     688 4277 mt
536     (0.8) s
537     889 3943 mt 911 3943 L
538     3124 3943 mt 3101 3943 L
539     788 3987 mt
540     (1) s
541     889 3652 mt 911 3652 L
542     3124 3652 mt 3101 3652 L
543     688 3696 mt
544     (1.2) s
545     889 5393 mt 3124 5393 L
546     889 3363 mt 3124 3363 L
547     889 5393 mt 889 3363 L
548     3124 5393 mt 3124 3363 L
549     gs 889 3363 2236 2031 rc
550     DA
551     2235 -1450 889 5393 2 MP stroke
552     -9 0 -10 0 -10 0 -10 0 -9 0 -10 0 -10 0 -10 0
553     -9 -1 -10 0 -10 0 -9 0 -10 -1 -10 0 -10 -1 -9 0
554     -10 0 -10 -1 -10 0 -9 -1 -10 -1 -10 0 -9 -1 -10 0
555     -10 -1 -10 -1 -9 -1 -10 0 -10 -1 -9 -1 -10 -1 -10 -1
556     -9 -1 -10 0 -9 -1 -10 -1 -10 -1 -9 -1 -10 -1 -10 -2
557     -9 -1 -10 -1 -9 -1 -10 -1 -10 -1 -9 -2 -10 -1 -9 -1
558     -10 -2 -9 -1 -10 -1 -9 -2 -10 -1 -9 -2 -10 -1 -9 -2
559     -10 -1 -9 -2 -10 -1 -9 -2 -9 -2 -10 -1 -9 -2 -10 -2
560     -9 -1 -9 -2 -10 -2 -9 -2 -9 -2 -10 -2 -9 -2 -9 -1
561     -9 -2 -10 -2 -9 -2 -9 -2 -9 -3 -10 -2 -9 -2 -9 -2
562     -9 -2 -9 -2 -9 -3 -9 -2 -10 -2 -9 -2 -9 -3 -9 -2
563     -9 -2 -9 -3 -9 -2 -9 -3 -9 -2 -9 -3 -9 -2 -9 -3
564     -8 -2 -9 -3 -9 -3 -9 -2 -9 -3 -9 -3 -8 -2 -9 -3
565     -9 -3 -9 -3 -8 -3 -9 -3 -9 -2 -9 -3 -8 -3 -9 -3
566     -8 -3 -9 -3 -9 -3 -8 -3 -9 -3 -8 -3 -9 -4 -8 -3
567     -8 -3 -9 -3 -8 -3 -9 -4 -8 -3 -8 -3 -9 -3 -8 -4
568     -8 -3 -8 -4 -9 -3 -8 -3 -8 -4 -8 -3 -8 -4 -8 -3
569     -8 -4 -8 -4 -8 -3 -8 -4 -8 -3 -8 -4 -8 -4 -8 -3
570     -8 -4 -8 -4 -8 -4 -8 -3 -7 -4 -8 -4 -8 -4 -8 -4
571     -7 -4 -8 -4 -7 -4 -8 -4 -8 -4 -7 -4 -8 -4 -7 -4
572     -8 -4 -7 -4 -7 -4 -8 -4 -7 -4 -7 -5 -8 -4 -7 -4
573     -7 -4 -7 -4 -8 -5 -7 -4 -7 -4 -7 -5 -7 -4 -7 -4
574     -7 -5 -7 -4 -7 -5 -7 -4 -7 -5 -7 -4 -6 -5 -7 -4
575     -7 -5 -7 -4 -6 -5 -7 -5 -7 -4 -6 -5 -7 -5 -6 -4
576     -7 -5 -6 -5 -7 -4 -6 -5 -7 -5 -6 -5 -6 -5 -7 -4
577     -6 -5 -6 -5 -6 -5 -6 -5 -7 -5 -6 -5 -6 -5 -6 -5
578     -6 -5 -6 -5 -6 -5 -5 -5 -6 -5 -6 -5 -6 -5 -6 -5
579     -5 -5 -6 -5 -6 -6 -5 -5 -6 -5 -5 -5 -6 -5 -5 -6
580     -6 -5 -5 -5 -6 -5 -5 -6 -5 -5 -5 -5 -6 -6 -5 -5
581     -5 -5 -5 -6 -5 -5 -5 -6 -5 -5 -5 -6 -5 -5 -5 -6
582     -5 -5 -5 -5 -5 -6 -4 -6 -5 -5 -5 -6 -4 -5 -5 -6
583     -4 -5 -5 -6 -4 -6 -5 -5 -4 -6 -5 -6 -4 -5 -4 -6
584     -5 -6 -4 -5 -4 -6 -4 -6 -4 -5 -4 -6 -4 -6 -4 -6
585     -4 -6 -4 -5 -4 -6 -4 -6 -4 -6 -3 -6 -4 -5 -4 -6
586     -3 -6 -4 -6 -4 -6 -3 -6 -4 -6 -3 -6 -3 -6 -4 -6
587     -3 -6 -3 -5 -4 -6 -3 -6 -3 -6 -3 -6 -3 -6 -3 -6
588     -3 -6 -3 -6 -3 -7 -3 -6 -3 -6 -2 -6 -3 -6 -3 -6
589     -3 -6 -2 -6 -3 -6 3045 5011 300 MP stroke
590     -2 -6 -3 -6 -2 -6 -3 -7 -2 -6 -2 -6 -3 -6 -2 -6
591     -2 -6 -2 -6 -3 -7 -2 -6 -2 -6 -2 -6 -2 -6 -2 -7
592     -1 -6 -2 -6 -2 -6 -2 -6 -2 -7 -1 -6 -2 -6 -1 -6
593     -2 -7 -1 -6 -2 -6 -1 -6 -2 -7 -1 -6 -1 -6 -2 -7
594     -1 -6 -1 -6 -1 -6 -1 -7 -1 -6 -1 -6 -1 -7 -1 -6
595     -1 -6 -1 -6 -1 -7 0 -6 -1 -6 -1 -7 0 -6 -1 -6
596     0 -7 -1 -6 0 -6 -1 -7 0 -12 -1 -7 0 -31 -1 -7
597     3124 5393 57 MP stroke
598     SO
599     c8
600     -2 -1 3112 5248 2 MP stroke
601     -10 -4 3079 5104 2 MP stroke
602     -26 -18 3024 4964 2 MP stroke
603     gr
604    
605     c8
606     0 sg
607     2998 4988 mt
608     (3) s
609     gs 889 3363 2236 2031 rc
610     c8
611     -53 -46 2947 4828 2 MP stroke
612     -95 -101 2850 4697 2 MP stroke
613     -133 -205 2733 4574 2 MP stroke
614     gr
615    
616     c8
617     0 sg
618     2600 4411 mt
619     (6) s
620     gs 889 3363 2236 2031 rc
621     c8
622     -117 -356 2598 4458 2 MP stroke
623     -33 -524 2446 4352 2 MP stroke
624     98 -697 2278 4257 2 MP stroke
625     gr
626    
627     c8
628     0 sg
629     2376 3602 mt
630     (9) s
631     gs 889 3363 2236 2031 rc
632     -168 -95 -152 -106 -135 -116 -117 -123 -97 -131 -77 -136 -55 -140 -33 -144
633     3112 5248 9 MP stroke
634     gr
635    
636     36 36 3112 5248 FO
637     36 36 3079 5104 FO
638     36 36 3024 4964 FO
639     36 36 2947 4828 FO
640     36 36 2850 4697 FO
641     36 36 2733 4574 FO
642     36 36 2598 4458 FO
643     36 36 2446 4352 FO
644     36 36 2278 4257 FO
645     gs 889 3363 2236 2031 rc
646     c9
647     -37 -268 -68 -274 -119 -267 -155 -227 -139 -186 -104 -164 -71 -154 -41 -147
648     3110 5247 9 MP stroke
649     gr
650    
651     c9
652     3085 5222 mt 3135 5272 L
653     3135 5222 mt 3085 5272 L
654     3044 5075 mt 3094 5125 L
655     3094 5075 mt 3044 5125 L
656     2973 4921 mt 3023 4971 L
657     3023 4921 mt 2973 4971 L
658     2869 4757 mt 2919 4807 L
659     2919 4757 mt 2869 4807 L
660     2730 4571 mt 2780 4621 L
661     2780 4571 mt 2730 4621 L
662     2575 4344 mt 2625 4394 L
663     2625 4344 mt 2575 4394 L
664     2456 4077 mt 2506 4127 L
665     2506 4077 mt 2456 4127 L
666     2388 3803 mt 2438 3853 L
667     2438 3803 mt 2388 3853 L
668     2351 3535 mt 2401 3585 L
669     2401 3535 mt 2351 3585 L
670     gs 889 3363 2236 2031 rc
671     c10
672     37 36 68 42 119 35 155 -5 139 -46 104 -68 71 -78 41 -85
673     902 5306 9 MP stroke
674     gr
675    
676     c10
677     877 5281 mt 927 5331 L
678     927 5281 mt 877 5331 L
679     918 5196 mt 968 5246 L
680     968 5196 mt 918 5246 L
681     989 5118 mt 1039 5168 L
682     1039 5118 mt 989 5168 L
683     1093 5050 mt 1143 5100 L
684     1143 5050 mt 1093 5100 L
685     1232 5004 mt 1282 5054 L
686     1282 5004 mt 1232 5054 L
687     1387 4999 mt 1437 5049 L
688     1437 4999 mt 1387 5049 L
689     1506 5034 mt 1556 5084 L
690     1556 5034 mt 1506 5084 L
691     1574 5076 mt 1624 5126 L
692     1624 5076 mt 1574 5126 L
693     1611 5112 mt 1661 5162 L
694     1661 5112 mt 1611 5162 L
695     gs 889 3363 2236 2031 rc
696     gr
697    
698     0 sg
699     %%IncludeResource: font Symbol
700     /Symbol /ISOLatin1Encoding 120 FMSR
701    
702     1473 3214 mt
703     (e) s
704     %%IncludeResource: font Helvetica
705     /Helvetica /ISOLatin1Encoding 120 FMSR
706    
707     1525 3214 mt
708     ( = 0.10 ; f) s
709     %%IncludeResource: font Helvetica
710     /Helvetica /ISOLatin1Encoding 96 FMSR
711    
712     2022 3274 mt
713     (c) s
714     %%IncludeResource: font Helvetica
715     /Helvetica /ISOLatin1Encoding 120 FMSR
716    
717     2070 3214 mt
718     (= 0.5025) s
719     1 sg
720     0 2030 2235 0 0 -2030 889 8075 4 MP
721     PP
722     -2235 0 0 2030 2235 0 0 -2030 889 8075 5 MP stroke
723     4 w
724     DO
725     0 sg
726     889 8075 mt 889 6045 L
727     889 6045 mt 889 6045 L
728     1336 8075 mt 1336 6045 L
729     1336 6045 mt 1336 6045 L
730     1783 8075 mt 1783 6045 L
731     1783 6045 mt 1783 6045 L
732     2230 8075 mt 2230 6045 L
733     2230 6045 mt 2230 6045 L
734     2677 8075 mt 2677 6045 L
735     2677 6045 mt 2677 6045 L
736     3124 8075 mt 3124 6045 L
737     3124 6045 mt 3124 6045 L
738     889 8075 mt 3124 8075 L
739     3124 8075 mt 3124 8075 L
740     889 7785 mt 3124 7785 L
741     3124 7785 mt 3124 7785 L
742     889 7495 mt 3124 7495 L
743     3124 7495 mt 3124 7495 L
744     889 7205 mt 3124 7205 L
745     3124 7205 mt 3124 7205 L
746     889 6915 mt 3124 6915 L
747     3124 6915 mt 3124 6915 L
748     889 6625 mt 3124 6625 L
749     3124 6625 mt 3124 6625 L
750     889 6335 mt 3124 6335 L
751     3124 6335 mt 3124 6335 L
752     889 6045 mt 3124 6045 L
753     3124 6045 mt 3124 6045 L
754     SO
755     6 w
756     889 8075 mt 3124 8075 L
757     889 6045 mt 3124 6045 L
758     889 8075 mt 889 6045 L
759     3124 8075 mt 3124 6045 L
760     889 8075 mt 3124 8075 L
761     889 8075 mt 889 6045 L
762     889 8075 mt 889 8052 L
763     889 6045 mt 889 6067 L
764     856 8220 mt
765     (0) s
766     1336 8075 mt 1336 8052 L
767     1336 6045 mt 1336 6067 L
768     1253 8220 mt
769     (0.2) s
770     1783 8075 mt 1783 8052 L
771     1783 6045 mt 1783 6067 L
772     1700 8220 mt
773     (0.4) s
774     2230 8075 mt 2230 8052 L
775     2230 6045 mt 2230 6067 L
776     2147 8220 mt
777     (0.6) s
778     2677 8075 mt 2677 8052 L
779     2677 6045 mt 2677 6067 L
780     2594 8220 mt
781     (0.8) s
782     3124 8075 mt 3124 8052 L
783     3124 6045 mt 3124 6067 L
784     3091 8220 mt
785     (1) s
786     889 8075 mt 911 8075 L
787     3124 8075 mt 3101 8075 L
788     788 8119 mt
789     (0) s
790     889 7785 mt 911 7785 L
791     3124 7785 mt 3101 7785 L
792     688 7829 mt
793     (0.2) s
794     889 7495 mt 911 7495 L
795     3124 7495 mt 3101 7495 L
796     688 7539 mt
797     (0.4) s
798     889 7205 mt 911 7205 L
799     3124 7205 mt 3101 7205 L
800     688 7249 mt
801     (0.6) s
802     889 6915 mt 911 6915 L
803     3124 6915 mt 3101 6915 L
804     688 6959 mt
805     (0.8) s
806     889 6625 mt 911 6625 L
807     3124 6625 mt 3101 6625 L
808     788 6669 mt
809     (1) s
810     889 6335 mt 911 6335 L
811     3124 6335 mt 3101 6335 L
812     688 6379 mt
813     (1.2) s
814     889 6045 mt 911 6045 L
815     3124 6045 mt 3101 6045 L
816     688 6089 mt
817     (1.4) s
818     889 8075 mt 3124 8075 L
819     889 6045 mt 3124 6045 L
820     889 8075 mt 889 6045 L
821     3124 8075 mt 3124 6045 L
822     gs 889 6045 2236 2031 rc
823     DA
824     2235 -1450 889 8075 2 MP stroke
825     -9 0 -10 0 -10 0 -10 0 -9 0 -10 0 -10 0 -10 0
826     -9 -1 -10 0 -10 0 -9 0 -10 -1 -10 0 -10 -1 -9 0
827     -10 0 -10 -1 -10 0 -9 -1 -10 -1 -10 0 -9 -1 -10 0
828     -10 -1 -10 -1 -9 -1 -10 0 -10 -1 -9 -1 -10 -1 -10 -1
829     -9 -1 -10 0 -9 -1 -10 -1 -10 -1 -9 -1 -10 -1 -10 -2
830     -9 -1 -10 -1 -9 -1 -10 -1 -10 -1 -9 -2 -10 -1 -9 -1
831     -10 -2 -9 -1 -10 -1 -9 -2 -10 -1 -9 -2 -10 -1 -9 -2
832     -10 -1 -9 -2 -10 -1 -9 -2 -9 -2 -10 -1 -9 -2 -10 -2
833     -9 -1 -9 -2 -10 -2 -9 -2 -9 -2 -10 -2 -9 -2 -9 -1
834     -9 -2 -10 -2 -9 -2 -9 -2 -9 -3 -10 -2 -9 -2 -9 -2
835     -9 -2 -9 -2 -9 -3 -9 -2 -10 -2 -9 -2 -9 -3 -9 -2
836     -9 -2 -9 -3 -9 -2 -9 -3 -9 -2 -9 -3 -9 -2 -9 -3
837     -8 -2 -9 -3 -9 -3 -9 -2 -9 -3 -9 -3 -8 -2 -9 -3
838     -9 -3 -9 -3 -8 -3 -9 -3 -9 -2 -9 -3 -8 -3 -9 -3
839     -8 -3 -9 -3 -9 -3 -8 -3 -9 -3 -8 -3 -9 -4 -8 -3
840     -8 -3 -9 -3 -8 -3 -9 -4 -8 -3 -8 -3 -9 -3 -8 -4
841     -8 -3 -8 -4 -9 -3 -8 -3 -8 -4 -8 -3 -8 -4 -8 -3
842     -8 -4 -8 -4 -8 -3 -8 -4 -8 -3 -8 -4 -8 -4 -8 -3
843     -8 -4 -8 -4 -8 -4 -8 -3 -7 -4 -8 -4 -8 -4 -8 -4
844     -7 -4 -8 -4 -7 -4 -8 -4 -8 -4 -7 -4 -8 -4 -7 -4
845     -8 -4 -7 -4 -7 -4 -8 -4 -7 -4 -7 -5 -8 -4 -7 -4
846     -7 -4 -7 -4 -8 -5 -7 -4 -7 -4 -7 -5 -7 -4 -7 -4
847     -7 -5 -7 -4 -7 -5 -7 -4 -7 -5 -7 -4 -6 -5 -7 -4
848     -7 -5 -7 -4 -6 -5 -7 -5 -7 -4 -6 -5 -7 -5 -6 -4
849     -7 -5 -6 -5 -7 -4 -6 -5 -7 -5 -6 -5 -6 -5 -7 -4
850     -6 -5 -6 -5 -6 -5 -6 -5 -7 -5 -6 -5 -6 -5 -6 -5
851     -6 -5 -6 -5 -6 -5 -5 -5 -6 -5 -6 -5 -6 -5 -6 -5
852     -5 -5 -6 -5 -6 -6 -5 -5 -6 -5 -5 -5 -6 -5 -5 -6
853     -6 -5 -5 -5 -6 -5 -5 -6 -5 -5 -5 -5 -6 -6 -5 -5
854     -5 -5 -5 -6 -5 -5 -5 -6 -5 -5 -5 -6 -5 -5 -5 -6
855     -5 -5 -5 -5 -5 -6 -4 -6 -5 -5 -5 -6 -4 -5 -5 -6
856     -4 -5 -5 -6 -4 -6 -5 -5 -4 -6 -5 -6 -4 -5 -4 -6
857     -5 -6 -4 -5 -4 -6 -4 -6 -4 -5 -4 -6 -4 -6 -4 -6
858     -4 -6 -4 -5 -4 -6 -4 -6 -4 -6 -3 -6 -4 -5 -4 -6
859     -3 -6 -4 -6 -4 -6 -3 -6 -4 -6 -3 -6 -3 -6 -4 -6
860     -3 -6 -3 -5 -4 -6 -3 -6 -3 -6 -3 -6 -3 -6 -3 -6
861     -3 -6 -3 -6 -3 -7 -3 -6 -3 -6 -2 -6 -3 -6 -3 -6
862     -3 -6 -2 -6 -3 -6 3045 7693 300 MP stroke
863     -2 -6 -3 -6 -2 -6 -3 -7 -2 -6 -2 -6 -3 -6 -2 -6
864     -2 -6 -2 -6 -3 -7 -2 -6 -2 -6 -2 -6 -2 -6 -2 -7
865     -1 -6 -2 -6 -2 -6 -2 -6 -2 -7 -1 -6 -2 -6 -1 -6
866     -2 -7 -1 -6 -2 -6 -1 -6 -2 -7 -1 -6 -1 -6 -2 -7
867     -1 -6 -1 -6 -1 -6 -1 -7 -1 -6 -1 -6 -1 -7 -1 -6
868     -1 -6 -1 -6 -1 -7 0 -6 -1 -6 -1 -7 0 -6 -1 -6
869     0 -7 -1 -6 0 -6 -1 -7 0 -12 -1 -7 0 -31 -1 -7
870     3124 8075 57 MP stroke
871     SO
872     c8
873     -5 -1 3112 7930 2 MP stroke
874     -24 -4 3079 7786 2 MP stroke
875     -62 -16 3024 7646 2 MP stroke
876     gr
877    
878     c8
879     0 sg
880     2962 7672 mt
881     (3) s
882     gs 889 6045 2236 2031 rc
883     c8
884     -128 -43 2947 7510 2 MP stroke
885     -244 -108 2850 7379 2 MP stroke
886     -361 -275 2733 7256 2 MP stroke
887     gr
888    
889     c8
890     0 sg
891     2372 7023 mt
892     (6) s
893     gs 889 6045 2236 2031 rc
894     c8
895     -330 -494 2598 7140 2 MP stroke
896     -217 -699 2446 7034 2 MP stroke
897     -67 -894 2278 6939 2 MP stroke
898     gr
899    
900     c8
901     0 sg
902     2210 6083 mt
903     (9) s
904     gs 889 6045 2236 2031 rc
905     -168 -95 -152 -106 -135 -116 -117 -123 -97 -131 -77 -136 -55 -140 -33 -144
906     3112 7930 9 MP stroke
907     gr
908    
909     36 36 3112 7930 FO
910     36 36 3079 7786 FO
911     36 36 3024 7646 FO
912     36 36 2947 7510 FO
913     36 36 2850 7379 FO
914     36 36 2733 7256 FO
915     36 36 2598 7140 FO
916     36 36 2446 7034 FO
917     36 36 2278 6939 FO
918     gs 889 6045 2236 2031 rc
919     c9
920     -18 -290 -39 -311 -104 -335 -234 -290 -213 -196 -143 -163 -93 -152 -52 -147
921     3107 7929 9 MP stroke
922     gr
923    
924     c9
925     3082 7904 mt 3132 7954 L
926     3132 7904 mt 3082 7954 L
927     3030 7757 mt 3080 7807 L
928     3080 7757 mt 3030 7807 L
929     2937 7605 mt 2987 7655 L
930     2987 7605 mt 2937 7655 L
931     2794 7442 mt 2844 7492 L
932     2844 7442 mt 2794 7492 L
933     2581 7246 mt 2631 7296 L
934     2631 7246 mt 2581 7296 L
935     2347 6956 mt 2397 7006 L
936     2397 6956 mt 2347 7006 L
937     2243 6621 mt 2293 6671 L
938     2293 6621 mt 2243 6671 L
939     2204 6310 mt 2254 6360 L
940     2254 6310 mt 2204 6360 L
941     gs 889 6045 2236 2031 rc
942     c10
943     19 40 39 58 104 82 234 36 213 -58 143 -90 93 -102 52 -107
944     905 7966 9 MP stroke
945     gr
946    
947     c10
948     880 7941 mt 930 7991 L
949     930 7941 mt 880 7991 L
950     932 7834 mt 982 7884 L
951     982 7834 mt 932 7884 L
952     1025 7732 mt 1075 7782 L
953     1075 7732 mt 1025 7782 L
954     1168 7642 mt 1218 7692 L
955     1218 7642 mt 1168 7692 L
956     1381 7584 mt 1431 7634 L
957     1431 7584 mt 1381 7634 L
958     1615 7620 mt 1665 7670 L
959     1665 7620 mt 1615 7670 L
960     1719 7702 mt 1769 7752 L
961     1769 7702 mt 1719 7752 L
962     1758 7760 mt 1808 7810 L
963     1808 7760 mt 1758 7810 L
964     1777 7800 mt 1827 7850 L
965     1827 7800 mt 1777 7850 L
966     gs 889 6045 2236 2031 rc
967     gr
968    
969     0 sg
970     %%IncludeResource: font Symbol
971     /Symbol /ISOLatin1Encoding 120 FMSR
972    
973     1473 5896 mt
974     (e) s
975     %%IncludeResource: font Helvetica
976     /Helvetica /ISOLatin1Encoding 120 FMSR
977    
978     1525 5896 mt
979     ( = 0.25 ; f) s
980     %%IncludeResource: font Helvetica
981     /Helvetica /ISOLatin1Encoding 96 FMSR
982    
983     2022 5956 mt
984     (c) s
985     %%IncludeResource: font Helvetica
986     /Helvetica /ISOLatin1Encoding 120 FMSR
987    
988     2070 5896 mt
989     (= 0.5963) s
990     1 sg
991     0 2032 2236 0 0 -2032 3950 2711 4 MP
992     PP
993     -2236 0 0 2032 2236 0 0 -2032 3950 2711 5 MP stroke
994     4 w
995     DO
996     0 sg
997     3950 2711 mt 3950 680 L
998     3950 680 mt 3950 680 L
999     4873 2711 mt 4873 680 L
1000     4873 680 mt 4873 680 L
1001     5797 2711 mt 5797 680 L
1002     5797 680 mt 5797 680 L
1003     3950 2711 mt 6186 2711 L
1004     6186 2711 mt 6186 2711 L
1005     3950 2304 mt 6186 2304 L
1006     6186 2304 mt 6186 2304 L
1007     3950 1898 mt 6186 1898 L
1008     6186 1898 mt 6186 1898 L
1009     3950 1492 mt 6186 1492 L
1010     6186 1492 mt 6186 1492 L
1011     3950 1086 mt 6186 1086 L
1012     6186 1086 mt 6186 1086 L
1013     3950 680 mt 6186 680 L
1014     6186 680 mt 6186 680 L
1015     SO
1016     6 w
1017     3950 2711 mt 6186 2711 L
1018     3950 679 mt 6186 679 L
1019     3950 2711 mt 3950 679 L
1020     6186 2711 mt 6186 679 L
1021     3950 2711 mt 6186 2711 L
1022     3950 2711 mt 3950 679 L
1023     3950 2711 mt 3950 2688 L
1024     3950 680 mt 3950 702 L
1025     3917 2856 mt
1026     (0) s
1027     4873 2711 mt 4873 2688 L
1028     4873 680 mt 4873 702 L
1029     4790 2856 mt
1030     (0.5) s
1031     5797 2711 mt 5797 2688 L
1032     5797 680 mt 5797 702 L
1033     5764 2856 mt
1034     (1) s
1035     3950 2711 mt 3972 2711 L
1036     6186 2711 mt 6163 2711 L
1037     3679 2755 mt
1038     (-1.5) s
1039     3950 2304 mt 3972 2304 L
1040     6186 2304 mt 6163 2304 L
1041     3779 2348 mt
1042     (-1) s
1043     3950 1898 mt 3972 1898 L
1044     6186 1898 mt 6163 1898 L
1045     3679 1942 mt
1046     (-0.5) s
1047     3950 1492 mt 3972 1492 L
1048     6186 1492 mt 6163 1492 L
1049     3849 1536 mt
1050     (0) s
1051     3950 1086 mt 3972 1086 L
1052     6186 1086 mt 6163 1086 L
1053     3749 1130 mt
1054     (0.5) s
1055     3950 680 mt 3972 680 L
1056     6186 680 mt 6163 680 L
1057     3849 724 mt
1058     (1) s
1059     3950 2711 mt 6186 2711 L
1060     3950 679 mt 6186 679 L
1061     3950 2711 mt 3950 679 L
1062     6186 2711 mt 6186 679 L
1063     gs 3950 680 2237 2032 rc
1064     185 28 184 31 185 35 185 39 185 42 185 47 184 52 185 57
1065     185 63 185 70 4134 757 11 MP stroke
1066     gr
1067    
1068     36 36 4134 757 FO
1069     36 36 4319 827 FO
1070     36 36 4504 890 FO
1071     36 36 4689 947 FO
1072     36 36 4873 999 FO
1073     36 36 5058 1046 FO
1074     36 36 5243 1088 FO
1075     36 36 5428 1127 FO
1076     36 36 5613 1162 FO
1077     36 36 5797 1193 FO
1078     36 36 5982 1221 FO
1079     gs 3950 680 2237 2032 rc
1080     c10
1081     185 110 184 107 185 104 185 100 185 95 185 89 184 82 185 73
1082     185 63 185 54 4134 1537 11 MP stroke
1083     gr
1084    
1085     c10
1086     4098 1537 mt 4170 1537 L
1087     4134 1501 mt 4134 1573 L
1088     4283 1591 mt 4355 1591 L
1089     4319 1555 mt 4319 1627 L
1090     4468 1654 mt 4540 1654 L
1091     4504 1618 mt 4504 1690 L
1092     4653 1727 mt 4725 1727 L
1093     4689 1691 mt 4689 1763 L
1094     4837 1809 mt 4909 1809 L
1095     4873 1773 mt 4873 1845 L
1096     5022 1898 mt 5094 1898 L
1097     5058 1862 mt 5058 1934 L
1098     5207 1993 mt 5279 1993 L
1099     5243 1957 mt 5243 2029 L
1100     5392 2093 mt 5464 2093 L
1101     5428 2057 mt 5428 2129 L
1102     5577 2197 mt 5649 2197 L
1103     5613 2161 mt 5613 2233 L
1104     5761 2304 mt 5833 2304 L
1105     5797 2268 mt 5797 2340 L
1106     5946 2414 mt 6018 2414 L
1107     5982 2378 mt 5982 2450 L
1108     gs 3950 680 2237 2032 rc
1109     c9
1110     185 12 184 15 185 18 185 22 185 27 185 32 184 41 185 48
1111     185 59 185 68 4134 756 11 MP stroke
1112     gr
1113    
1114     c9
1115     4109 731 mt 4159 781 L
1116     4159 731 mt 4109 781 L
1117     4294 799 mt 4344 849 L
1118     4344 799 mt 4294 849 L
1119     4479 858 mt 4529 908 L
1120     4529 858 mt 4479 908 L
1121     4664 906 mt 4714 956 L
1122     4714 906 mt 4664 956 L
1123     4848 947 mt 4898 997 L
1124     4898 947 mt 4848 997 L
1125     5033 979 mt 5083 1029 L
1126     5083 979 mt 5033 1029 L
1127     5218 1006 mt 5268 1056 L
1128     5268 1006 mt 5218 1056 L
1129     5403 1028 mt 5453 1078 L
1130     5453 1028 mt 5403 1078 L
1131     5588 1046 mt 5638 1096 L
1132     5638 1046 mt 5588 1096 L
1133     5772 1061 mt 5822 1111 L
1134     5822 1061 mt 5772 1111 L
1135     5957 1073 mt 6007 1123 L
1136     6007 1073 mt 5957 1123 L
1137     gs 3950 680 2237 2032 rc
1138     gr
1139    
1140     0 sg
1141     %%IncludeResource: font Symbol
1142     /Symbol /ISOLatin1Encoding 120 FMSR
1143    
1144     4516 531 mt
1145     (e) s
1146     %%IncludeResource: font Helvetica
1147     /Helvetica /ISOLatin1Encoding 120 FMSR
1148    
1149     4568 531 mt
1150     ( = 0.00 ; ) s
1151     %%IncludeResource: font Symbol
1152     /Symbol /ISOLatin1Encoding 120 FMSR
1153    
1154     5032 531 mt
1155     (m) s
1156     %%IncludeResource: font Helvetica
1157     /Helvetica /ISOLatin1Encoding 96 FMSR
1158    
1159     5101 591 mt
1160     (c) s
1161     %%IncludeResource: font Helvetica
1162     /Helvetica /ISOLatin1Encoding 120 FMSR
1163    
1164     5149 531 mt
1165     (= 1.0000) s
1166     1 sg
1167     0 2030 2236 0 0 -2030 3950 5393 4 MP
1168     PP
1169     -2236 0 0 2030 2236 0 0 -2030 3950 5393 5 MP stroke
1170     4 w
1171     DO
1172     0 sg
1173     3950 5393 mt 3950 3363 L
1174     3950 3363 mt 3950 3363 L
1175     4873 5393 mt 4873 3363 L
1176     4873 3363 mt 4873 3363 L
1177     5797 5393 mt 5797 3363 L
1178     5797 3363 mt 5797 3363 L
1179     3950 5393 mt 6186 5393 L
1180     6186 5393 mt 6186 5393 L
1181     3950 4987 mt 6186 4987 L
1182     6186 4987 mt 6186 4987 L
1183     3950 4581 mt 6186 4581 L
1184     6186 4581 mt 6186 4581 L
1185     3950 4175 mt 6186 4175 L
1186     6186 4175 mt 6186 4175 L
1187     3950 3769 mt 6186 3769 L
1188     6186 3769 mt 6186 3769 L
1189     3950 3363 mt 6186 3363 L
1190     6186 3363 mt 6186 3363 L
1191     SO
1192     6 w
1193     3950 5393 mt 6186 5393 L
1194     3950 3363 mt 6186 3363 L
1195     3950 5393 mt 3950 3363 L
1196     6186 5393 mt 6186 3363 L
1197     3950 5393 mt 6186 5393 L
1198     3950 5393 mt 3950 3363 L
1199     3950 5393 mt 3950 5370 L
1200     3950 3363 mt 3950 3385 L
1201     3917 5538 mt
1202     (0) s
1203     4873 5393 mt 4873 5370 L
1204     4873 3363 mt 4873 3385 L
1205     4790 5538 mt
1206     (0.5) s
1207     5797 5393 mt 5797 5370 L
1208     5797 3363 mt 5797 3385 L
1209     5764 5538 mt
1210     (1) s
1211     3950 5393 mt 3972 5393 L
1212     6186 5393 mt 6163 5393 L
1213     3679 5437 mt
1214     (-1.5) s
1215     3950 4987 mt 3972 4987 L
1216     6186 4987 mt 6163 4987 L
1217     3779 5031 mt
1218     (-1) s
1219     3950 4581 mt 3972 4581 L
1220     6186 4581 mt 6163 4581 L
1221     3679 4625 mt
1222     (-0.5) s
1223     3950 4175 mt 3972 4175 L
1224     6186 4175 mt 6163 4175 L
1225     3849 4219 mt
1226     (0) s
1227     3950 3769 mt 3972 3769 L
1228     6186 3769 mt 6163 3769 L
1229     3749 3813 mt
1230     (0.5) s
1231     3950 3363 mt 3972 3363 L
1232     6186 3363 mt 6163 3363 L
1233     3849 3407 mt
1234     (1) s
1235     3950 5393 mt 6186 5393 L
1236     3950 3363 mt 6186 3363 L
1237     3950 5393 mt 3950 3363 L
1238     6186 5393 mt 6186 3363 L
1239     gs 3950 3363 2237 2031 rc
1240     185 28 184 32 185 34 185 39 185 42 185 47 184 52 185 57
1241     185 63 185 70 4134 3440 11 MP stroke
1242     gr
1243    
1244     36 36 4134 3440 FO
1245     36 36 4319 3510 FO
1246     36 36 4504 3573 FO
1247     36 36 4689 3630 FO
1248     36 36 4873 3682 FO
1249     36 36 5058 3729 FO
1250     36 36 5243 3771 FO
1251     36 36 5428 3810 FO
1252     36 36 5613 3844 FO
1253     36 36 5797 3876 FO
1254     36 36 5982 3904 FO
1255     gs 3950 3363 2237 2031 rc
1256     c10
1257     185 118 184 117 185 114 185 110 185 106 185 101 184 93 185 85
1258     185 74 185 65 4134 4228 11 MP stroke
1259     gr
1260    
1261     c10
1262     4098 4228 mt 4170 4228 L
1263     4134 4192 mt 4134 4264 L
1264     4283 4293 mt 4355 4293 L
1265     4319 4257 mt 4319 4329 L
1266     4468 4367 mt 4540 4367 L
1267     4504 4331 mt 4504 4403 L
1268     4653 4452 mt 4725 4452 L
1269     4689 4416 mt 4689 4488 L
1270     4837 4545 mt 4909 4545 L
1271     4873 4509 mt 4873 4581 L
1272     5022 4646 mt 5094 4646 L
1273     5058 4610 mt 5058 4682 L
1274     5207 4752 mt 5279 4752 L
1275     5243 4716 mt 5243 4788 L
1276     5392 4862 mt 5464 4862 L
1277     5428 4826 mt 5428 4898 L
1278     5577 4976 mt 5649 4976 L
1279     5613 4940 mt 5613 5012 L
1280     5761 5093 mt 5833 5093 L
1281     5797 5057 mt 5797 5129 L
1282     5946 5211 mt 6018 5211 L
1283     5982 5175 mt 5982 5247 L
1284     gs 3950 3363 2237 2031 rc
1285     c9
1286     185 11 184 14 185 16 185 19 185 24 185 30 184 36 185 46
1287     185 55 185 65 4134 3439 11 MP stroke
1288     gr
1289    
1290     c9
1291     4109 3414 mt 4159 3464 L
1292     4159 3414 mt 4109 3464 L
1293     4294 3479 mt 4344 3529 L
1294     4344 3479 mt 4294 3529 L
1295     4479 3534 mt 4529 3584 L
1296     4529 3534 mt 4479 3584 L
1297     4664 3580 mt 4714 3630 L
1298     4714 3580 mt 4664 3630 L
1299     4848 3616 mt 4898 3666 L
1300     4898 3616 mt 4848 3666 L
1301     5033 3646 mt 5083 3696 L
1302     5083 3646 mt 5033 3696 L
1303     5218 3670 mt 5268 3720 L
1304     5268 3670 mt 5218 3720 L
1305     5403 3689 mt 5453 3739 L
1306     5453 3689 mt 5403 3739 L
1307     5588 3705 mt 5638 3755 L
1308     5638 3705 mt 5588 3755 L
1309     5772 3719 mt 5822 3769 L
1310     5822 3719 mt 5772 3769 L
1311     5957 3730 mt 6007 3780 L
1312     6007 3730 mt 5957 3780 L
1313     gs 3950 3363 2237 2031 rc
1314     gr
1315    
1316     0 sg
1317     %%IncludeResource: font Symbol
1318     /Symbol /ISOLatin1Encoding 120 FMSR
1319    
1320     4516 3214 mt
1321     (e) s
1322     %%IncludeResource: font Helvetica
1323     /Helvetica /ISOLatin1Encoding 120 FMSR
1324    
1325     4568 3214 mt
1326     ( = 0.10 ; ) s
1327     %%IncludeResource: font Symbol
1328     /Symbol /ISOLatin1Encoding 120 FMSR
1329    
1330     5032 3214 mt
1331     (m) s
1332     %%IncludeResource: font Helvetica
1333     /Helvetica /ISOLatin1Encoding 96 FMSR
1334    
1335     5101 3274 mt
1336     (c) s
1337     %%IncludeResource: font Helvetica
1338     /Helvetica /ISOLatin1Encoding 120 FMSR
1339    
1340     5149 3214 mt
1341     (= 0.9091) s
1342     1 sg
1343     0 2030 2236 0 0 -2030 3950 8075 4 MP
1344     PP
1345     -2236 0 0 2030 2236 0 0 -2030 3950 8075 5 MP stroke
1346     4 w
1347     DO
1348     0 sg
1349     3950 8075 mt 3950 6045 L
1350     3950 6045 mt 3950 6045 L
1351     4873 8075 mt 4873 6045 L
1352     4873 6045 mt 4873 6045 L
1353     5797 8075 mt 5797 6045 L
1354     5797 6045 mt 5797 6045 L
1355     3950 8075 mt 6186 8075 L
1356     6186 8075 mt 6186 8075 L
1357     3950 7669 mt 6186 7669 L
1358     6186 7669 mt 6186 7669 L
1359     3950 7263 mt 6186 7263 L
1360     6186 7263 mt 6186 7263 L
1361     3950 6857 mt 6186 6857 L
1362     6186 6857 mt 6186 6857 L
1363     3950 6451 mt 6186 6451 L
1364     6186 6451 mt 6186 6451 L
1365     3950 6045 mt 6186 6045 L
1366     6186 6045 mt 6186 6045 L
1367     SO
1368     6 w
1369     3950 8075 mt 6186 8075 L
1370     3950 6045 mt 6186 6045 L
1371     3950 8075 mt 3950 6045 L
1372     6186 8075 mt 6186 6045 L
1373     3950 8075 mt 6186 8075 L
1374     3950 8075 mt 3950 6045 L
1375     3950 8075 mt 3950 8052 L
1376     3950 6045 mt 3950 6067 L
1377     3917 8220 mt
1378     (0) s
1379     4873 8075 mt 4873 8052 L
1380     4873 6045 mt 4873 6067 L
1381     4790 8220 mt
1382     (0.5) s
1383     5797 8075 mt 5797 8052 L
1384     5797 6045 mt 5797 6067 L
1385     5764 8220 mt
1386     (1) s
1387     3950 8075 mt 3972 8075 L
1388     6186 8075 mt 6163 8075 L
1389     3679 8119 mt
1390     (-1.5) s
1391     3950 7669 mt 3972 7669 L
1392     6186 7669 mt 6163 7669 L
1393     3779 7713 mt
1394     (-1) s
1395     3950 7263 mt 3972 7263 L
1396     6186 7263 mt 6163 7263 L
1397     3679 7307 mt
1398     (-0.5) s
1399     3950 6857 mt 3972 6857 L
1400     6186 6857 mt 6163 6857 L
1401     3849 6901 mt
1402     (0) s
1403     3950 6451 mt 3972 6451 L
1404     6186 6451 mt 6163 6451 L
1405     3749 6495 mt
1406     (0.5) s
1407     3950 6045 mt 3972 6045 L
1408     6186 6045 mt 6163 6045 L
1409     3849 6089 mt
1410     (1) s
1411     3950 8075 mt 6186 8075 L
1412     3950 6045 mt 6186 6045 L
1413     3950 8075 mt 3950 6045 L
1414     6186 8075 mt 6186 6045 L
1415     gs 3950 6045 2237 2031 rc
1416     185 28 184 32 185 34 185 39 185 42 185 47 184 52 185 57
1417     185 63 185 70 4134 6122 11 MP stroke
1418     gr
1419    
1420     36 36 4134 6122 FO
1421     36 36 4319 6192 FO
1422     36 36 4504 6255 FO
1423     36 36 4689 6312 FO
1424     36 36 4873 6364 FO
1425     36 36 5058 6411 FO
1426     36 36 5243 6453 FO
1427     36 36 5428 6492 FO
1428     36 36 5613 6526 FO
1429     36 36 5797 6558 FO
1430     36 36 5982 6586 FO
1431     gs 3950 6045 2237 2031 rc
1432     c10
1433     185 133 184 130 185 128 185 126 185 121 185 116 184 110 185 102
1434     185 91 185 79 4134 6924 11 MP stroke
1435     gr
1436    
1437     c10
1438     4098 6924 mt 4170 6924 L
1439     4134 6888 mt 4134 6960 L
1440     4283 7003 mt 4355 7003 L
1441     4319 6967 mt 4319 7039 L
1442     4468 7094 mt 4540 7094 L
1443     4504 7058 mt 4504 7130 L
1444     4653 7196 mt 4725 7196 L
1445     4689 7160 mt 4689 7232 L
1446     4837 7306 mt 4909 7306 L
1447     4873 7270 mt 4873 7342 L
1448     5022 7422 mt 5094 7422 L
1449     5058 7386 mt 5058 7458 L
1450     5207 7543 mt 5279 7543 L
1451     5243 7507 mt 5243 7579 L
1452     5392 7669 mt 5464 7669 L
1453     5428 7633 mt 5428 7705 L
1454     5577 7797 mt 5649 7797 L
1455     5613 7761 mt 5613 7833 L
1456     5761 7927 mt 5833 7927 L
1457     5797 7891 mt 5797 7963 L
1458     5946 8060 mt 6018 8060 L
1459     5982 8024 mt 5982 8096 L
1460     gs 3950 6045 2237 2031 rc
1461     c9
1462     185 9 184 12 185 14 185 17 185 20 185 26 184 32 185 41
1463     185 51 185 62 4134 6120 11 MP stroke
1464     gr
1465    
1466     c9
1467     4109 6095 mt 4159 6145 L
1468     4159 6095 mt 4109 6145 L
1469     4294 6157 mt 4344 6207 L
1470     4344 6157 mt 4294 6207 L
1471     4479 6208 mt 4529 6258 L
1472     4529 6208 mt 4479 6258 L
1473     4664 6249 mt 4714 6299 L
1474     4714 6249 mt 4664 6299 L
1475     4848 6281 mt 4898 6331 L
1476     4898 6281 mt 4848 6331 L
1477     5033 6307 mt 5083 6357 L
1478     5083 6307 mt 5033 6357 L
1479     5218 6327 mt 5268 6377 L
1480     5268 6327 mt 5218 6377 L
1481     5403 6344 mt 5453 6394 L
1482     5453 6344 mt 5403 6394 L
1483     5588 6358 mt 5638 6408 L
1484     5638 6358 mt 5588 6408 L
1485     5772 6370 mt 5822 6420 L
1486     5822 6370 mt 5772 6420 L
1487     5957 6379 mt 6007 6429 L
1488     6007 6379 mt 5957 6429 L
1489     gs 3950 6045 2237 2031 rc
1490     gr
1491    
1492     0 sg
1493     %%IncludeResource: font Symbol
1494     /Symbol /ISOLatin1Encoding 120 FMSR
1495    
1496     4516 5896 mt
1497     (e) s
1498     %%IncludeResource: font Helvetica
1499     /Helvetica /ISOLatin1Encoding 120 FMSR
1500    
1501     4568 5896 mt
1502     ( = 0.25 ; ) s
1503     %%IncludeResource: font Symbol
1504     /Symbol /ISOLatin1Encoding 120 FMSR
1505    
1506     5032 5896 mt
1507     (m) s
1508     %%IncludeResource: font Helvetica
1509     /Helvetica /ISOLatin1Encoding 96 FMSR
1510    
1511     5101 5956 mt
1512     (c) s
1513     %%IncludeResource: font Helvetica
1514     /Helvetica /ISOLatin1Encoding 120 FMSR
1515    
1516     5149 5896 mt
1517     (= 0.8000) s
1518    
1519     end
1520    
1521     eplot
1522     %%EndObject
1523    
1524     epage
1525     end
1526    
1527     showpage
1528    
1529     %%Trailer
1530     %%EOF

  ViewVC Help
Powered by ViewVC 1.1.22