]> AND Private Git Repository - book_gpu.git/blob - BookGPU/Chapters/chapter7/figures/PrecisionDOUBLE.eps
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
correct ch 10
[book_gpu.git] / BookGPU / Chapters / chapter7 / figures / PrecisionDOUBLE.eps
1 %!PS-Adobe-2.0 EPSF-1.2
2 %%Creator: MATLAB, The MathWorks, Inc. Version 8.0.0.783 (R2012b). Operating System: Darwin 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64.
3 %%Title: /Users/apek/SVN/bookgpu/Chapters/chapter7/figures/PrecisionDOUBLE.eps
4 %%CreationDate: 12/03/2012  00:59:33
5 %%DocumentNeededFonts: Helvetica
6 %%DocumentProcessColors: Cyan Magenta Yellow Black
7 %%Extensions: CMYK
8 %%Pages: 1
9 %%BoundingBox:    36   191   552   595
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 exch readhexstring pop
141   dup 0 3 index getinterval /rbmap xdef
142   dup 2 index dup getinterval /gbmap xdef
143   1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef
144 /it {gs np dtri aload pop moveto lineto lineto cp c
145   cols rows 8 compute_transform 
146   rbmap gbmap bbmap true 3 colorimage gr}bdef
147 /il {newpath moveto lineto stroke}bdef
148 currentdict end def
149 %%EndProlog
150
151 %%BeginSetup
152 MathWorks begin
153
154 0 cap
155
156 end
157 %%EndSetup
158
159 %%Page: 1 1
160 %%BeginPageSetup
161 %%PageBoundingBox:    36   191   552   595
162 MathWorks begin
163 bpage
164 %%EndPageSetup
165
166 %%BeginObject: obj1
167 bplot
168
169 /dpi2point 12 def
170 portraitMode 0216 7344 csm
171
172   217   193  6192  4855 MR c np
173 85 dict begin %Colortable dictionary
174 /c0 { 0.000000 0.000000 0.000000 sr} bdef
175 /c1 { 1.000000 1.000000 1.000000 sr} bdef
176 /c2 { 0.900000 0.000000 0.000000 sr} bdef
177 /c3 { 0.000000 0.820000 0.000000 sr} bdef
178 /c4 { 0.000000 0.000000 0.800000 sr} bdef
179 /c5 { 0.910000 0.820000 0.320000 sr} bdef
180 /c6 { 1.000000 0.260000 0.820000 sr} bdef
181 /c7 { 0.000000 0.820000 0.820000 sr} bdef
182 c0
183 1 j
184 1 sg
185    0    0 6924 5190 PR
186 24 w
187 0 4229 5364 0 0 -4229 900 4618 4 MP
188 PP
189 -5364 0 0 4229 5364 0 0 -4229 900 4618 5 MP stroke
190 16 w
191 DO
192 SO
193 24 w
194 0 sg
195  900 4618 mt 6264 4618 L
196  900  389 mt 6264  389 L
197  900 4618 mt  900  389 L
198 6264 4618 mt 6264  389 L
199  900 4618 mt 6264 4618 L
200  900 4618 mt  900  389 L
201 1155 4618 mt 1155 4564 L
202 1155  389 mt 1155  442 L
203 %%IncludeResource: font Helvetica
204 /Helvetica /ISOLatin1Encoding 168 FMSR
205
206 1109 4808 mt 
207 (0) s
208 2432 4618 mt 2432 4564 L
209 2432  389 mt 2432  442 L
210 2386 4808 mt 
211 (5) s
212 3710 4618 mt 3710 4564 L
213 3710  389 mt 3710  442 L
214 3617 4808 mt 
215 (10) s
216 4987 4618 mt 4987 4564 L
217 4987  389 mt 4987  442 L
218 4894 4808 mt 
219 (15) s
220 6265 4618 mt 6265 4564 L
221 6265  389 mt 6265  442 L
222 6172 4808 mt 
223 (20) s
224  900 4618 mt  900 4618 L
225  900 4618 mt  900 4618 L
226  900 4618 mt  900 4618 L
227  900 4618 mt  900 4618 L
228  900 4618 mt  900 4618 L
229  900 4618 mt  900 4618 L
230  900 4618 mt  900 4618 L
231  900 4618 mt  900 4618 L
232  900 4618 mt  900 4618 L
233  900 4618 mt  900 4618 L
234  900 4618 mt  900 4618 L
235  900 4618 mt  900 4618 L
236  900 4618 mt  900 4618 L
237  900 4618 mt  900 4618 L
238  900 4618 mt  900 4618 L
239  900 4618 mt  900 4618 L
240  900 4618 mt  900 4618 L
241  900 4618 mt  900 4618 L
242  900 4618 mt  953 4618 L
243 6265 4618 mt 6211 4618 L
244  490 4680 mt 
245 (10) s
246 %%IncludeResource: font Helvetica
247 /Helvetica /ISOLatin1Encoding 112 FMSR
248
249  676 4576 mt 
250 (-14) s
251  900 4618 mt  900 4618 L
252  900 4618 mt  900 4618 L
253  900 4618 mt  900 4618 L
254  900 4618 mt  900 4618 L
255  900 4618 mt  900 4618 L
256  900 4618 mt  900 4618 L
257  900 4618 mt  900 4618 L
258  900 4618 mt  900 4618 L
259  900 4618 mt  900 4618 L
260  900 4618 mt  900 4618 L
261  900 4618 mt  900 4618 L
262  900 4618 mt  900 4618 L
263  900 4618 mt  900 4618 L
264  900 4618 mt  900 4618 L
265  900 4618 mt  900 4618 L
266  900 4618 mt  900 4618 L
267  900 4618 mt  900 4618 L
268  900 4618 mt  900 4618 L
269  900 4089 mt  953 4089 L
270 6265 4089 mt 6211 4089 L
271 %%IncludeResource: font Helvetica
272 /Helvetica /ISOLatin1Encoding 168 FMSR
273
274  490 4151 mt 
275 (10) s
276 %%IncludeResource: font Helvetica
277 /Helvetica /ISOLatin1Encoding 112 FMSR
278
279  676 4047 mt 
280 (-12) s
281  900 4618 mt  900 4618 L
282  900 4618 mt  900 4618 L
283  900 4618 mt  900 4618 L
284  900 4618 mt  900 4618 L
285  900 4618 mt  900 4618 L
286  900 4618 mt  900 4618 L
287  900 4618 mt  900 4618 L
288  900 4618 mt  900 4618 L
289  900 4618 mt  900 4618 L
290  900 4618 mt  900 4618 L
291  900 4618 mt  900 4618 L
292  900 4618 mt  900 4618 L
293  900 4618 mt  900 4618 L
294  900 4618 mt  900 4618 L
295  900 4618 mt  900 4618 L
296  900 4618 mt  900 4618 L
297  900 4618 mt  900 4618 L
298  900 4618 mt  900 4618 L
299  900 3560 mt  953 3560 L
300 6265 3560 mt 6211 3560 L
301 %%IncludeResource: font Helvetica
302 /Helvetica /ISOLatin1Encoding 168 FMSR
303
304  490 3622 mt 
305 (10) s
306 %%IncludeResource: font Helvetica
307 /Helvetica /ISOLatin1Encoding 112 FMSR
308
309  676 3518 mt 
310 (-10) s
311  900 4618 mt  900 4618 L
312  900 4618 mt  900 4618 L
313  900 4618 mt  900 4618 L
314  900 4618 mt  900 4618 L
315  900 4618 mt  900 4618 L
316  900 4618 mt  900 4618 L
317  900 4618 mt  900 4618 L
318  900 4618 mt  900 4618 L
319  900 4618 mt  900 4618 L
320  900 4618 mt  900 4618 L
321  900 4618 mt  900 4618 L
322  900 4618 mt  900 4618 L
323  900 4618 mt  900 4618 L
324  900 4618 mt  900 4618 L
325  900 4618 mt  900 4618 L
326  900 4618 mt  900 4618 L
327  900 4618 mt  900 4618 L
328  900 4618 mt  900 4618 L
329  900 3032 mt  953 3032 L
330 6265 3032 mt 6211 3032 L
331 %%IncludeResource: font Helvetica
332 /Helvetica /ISOLatin1Encoding 168 FMSR
333
334  490 3094 mt 
335 (10) s
336 %%IncludeResource: font Helvetica
337 /Helvetica /ISOLatin1Encoding 112 FMSR
338
339  676 2990 mt 
340 (-8) s
341  900 4618 mt  900 4618 L
342  900 4618 mt  900 4618 L
343  900 4618 mt  900 4618 L
344  900 4618 mt  900 4618 L
345  900 4618 mt  900 4618 L
346  900 4618 mt  900 4618 L
347  900 4618 mt  900 4618 L
348  900 4618 mt  900 4618 L
349  900 4618 mt  900 4618 L
350  900 4618 mt  900 4618 L
351  900 4618 mt  900 4618 L
352  900 4618 mt  900 4618 L
353  900 4618 mt  900 4618 L
354  900 4618 mt  900 4618 L
355  900 4618 mt  900 4618 L
356  900 4618 mt  900 4618 L
357  900 4618 mt  900 4618 L
358  900 4618 mt  900 4618 L
359  900 2503 mt  953 2503 L
360 6265 2503 mt 6211 2503 L
361 %%IncludeResource: font Helvetica
362 /Helvetica /ISOLatin1Encoding 168 FMSR
363
364  490 2565 mt 
365 (10) s
366 %%IncludeResource: font Helvetica
367 /Helvetica /ISOLatin1Encoding 112 FMSR
368
369  676 2461 mt 
370 (-6) s
371  900 4618 mt  900 4618 L
372  900 4618 mt  900 4618 L
373  900 4618 mt  900 4618 L
374  900 4618 mt  900 4618 L
375  900 4618 mt  900 4618 L
376  900 4618 mt  900 4618 L
377  900 4618 mt  900 4618 L
378  900 4618 mt  900 4618 L
379  900 4618 mt  900 4618 L
380  900 4618 mt  900 4618 L
381  900 4618 mt  900 4618 L
382  900 4618 mt  900 4618 L
383  900 4618 mt  900 4618 L
384  900 4618 mt  900 4618 L
385  900 4618 mt  900 4618 L
386  900 4618 mt  900 4618 L
387  900 4618 mt  900 4618 L
388  900 4618 mt  900 4618 L
389  900 1974 mt  953 1974 L
390 6265 1974 mt 6211 1974 L
391 %%IncludeResource: font Helvetica
392 /Helvetica /ISOLatin1Encoding 168 FMSR
393
394  490 2036 mt 
395 (10) s
396 %%IncludeResource: font Helvetica
397 /Helvetica /ISOLatin1Encoding 112 FMSR
398
399  676 1932 mt 
400 (-4) s
401  900 4618 mt  900 4618 L
402  900 4618 mt  900 4618 L
403  900 4618 mt  900 4618 L
404  900 4618 mt  900 4618 L
405  900 4618 mt  900 4618 L
406  900 4618 mt  900 4618 L
407  900 4618 mt  900 4618 L
408  900 4618 mt  900 4618 L
409  900 4618 mt  900 4618 L
410  900 4618 mt  900 4618 L
411  900 4618 mt  900 4618 L
412  900 4618 mt  900 4618 L
413  900 4618 mt  900 4618 L
414  900 4618 mt  900 4618 L
415  900 4618 mt  900 4618 L
416  900 4618 mt  900 4618 L
417  900 4618 mt  900 4618 L
418  900 4618 mt  900 4618 L
419  900 1446 mt  953 1446 L
420 6265 1446 mt 6211 1446 L
421 %%IncludeResource: font Helvetica
422 /Helvetica /ISOLatin1Encoding 168 FMSR
423
424  490 1508 mt 
425 (10) s
426 %%IncludeResource: font Helvetica
427 /Helvetica /ISOLatin1Encoding 112 FMSR
428
429  676 1404 mt 
430 (-2) s
431  900 4618 mt  900 4618 L
432  900 4618 mt  900 4618 L
433  900 4618 mt  900 4618 L
434  900 4618 mt  900 4618 L
435  900 4618 mt  900 4618 L
436  900 4618 mt  900 4618 L
437  900 4618 mt  900 4618 L
438  900 4618 mt  900 4618 L
439  900 4618 mt  900 4618 L
440  900 4618 mt  900 4618 L
441  900 4618 mt  900 4618 L
442  900 4618 mt  900 4618 L
443  900 4618 mt  900 4618 L
444  900 4618 mt  900 4618 L
445  900 4618 mt  900 4618 L
446  900 4618 mt  900 4618 L
447  900 4618 mt  900 4618 L
448  900 4618 mt  900 4618 L
449  900  917 mt  953  917 L
450 6265  917 mt 6211  917 L
451 %%IncludeResource: font Helvetica
452 /Helvetica /ISOLatin1Encoding 168 FMSR
453
454  490  979 mt 
455 (10) s
456 %%IncludeResource: font Helvetica
457 /Helvetica /ISOLatin1Encoding 112 FMSR
458
459  676  875 mt 
460 (0) s
461  900 4618 mt  900 4618 L
462  900 4618 mt  900 4618 L
463  900 4618 mt  900 4618 L
464  900 4618 mt  900 4618 L
465  900 4618 mt  900 4618 L
466  900 4618 mt  900 4618 L
467  900 4618 mt  900 4618 L
468  900 4618 mt  900 4618 L
469  900 4618 mt  900 4618 L
470  900 4618 mt  900 4618 L
471  900 4618 mt  900 4618 L
472  900 4618 mt  900 4618 L
473  900 4618 mt  900 4618 L
474  900 4618 mt  900 4618 L
475  900 4618 mt  900 4618 L
476  900 4618 mt  900 4618 L
477  900 4618 mt  900 4618 L
478  900 4618 mt  900 4618 L
479  900  389 mt  953  389 L
480 6265  389 mt 6211  389 L
481 %%IncludeResource: font Helvetica
482 /Helvetica /ISOLatin1Encoding 168 FMSR
483
484  490  451 mt 
485 (10) s
486 %%IncludeResource: font Helvetica
487 /Helvetica /ISOLatin1Encoding 112 FMSR
488
489  676  347 mt 
490 (2) s
491  900 4618 mt  900 4618 L
492  900 4618 mt  900 4618 L
493  900 4618 mt  900 4618 L
494  900 4618 mt  900 4618 L
495  900 4618 mt  900 4618 L
496  900 4618 mt  900 4618 L
497  900 4618 mt  900 4618 L
498  900 4618 mt  900 4618 L
499  900 4618 mt  900 4618 L
500  900 4618 mt  900 4618 L
501  900 4618 mt  900 4618 L
502  900 4618 mt  900 4618 L
503  900 4618 mt  900 4618 L
504  900 4618 mt  900 4618 L
505  900 4618 mt  900 4618 L
506  900 4618 mt  900 4618 L
507  900 4618 mt  900 4618 L
508  900 4618 mt  900 4618 L
509  900 4618 mt 6264 4618 L
510  900  389 mt 6264  389 L
511  900 4618 mt  900  389 L
512 6264 4618 mt 6264  389 L
513 gs 900 389 5366 4230 MR c np
514 255 0 256 0 255 0 256 0 255 0 256 0 255 0 256 0 
515 255 0 256 0 255 0 256 -1 255 1 256 -28 255 105 256 237 
516 255 215 256 454 255 -76 1155 1047 20 MP stroke
517 gr
518
519 1155 1047 PD
520 1410 971 PD
521 1666 1425 PD
522 1921 1640 PD
523 2177 1877 PD
524 2432 1982 PD
525 2688 1954 PD
526 2943 1955 PD
527 3199 1954 PD
528 3454 1954 PD
529 3710 1954 PD
530 3965 1954 PD
531 4221 1954 PD
532 4476 1954 PD
533 4732 1954 PD
534 4987 1954 PD
535 5243 1954 PD
536 5498 1954 PD
537 5754 1954 PD
538 6009 1954 PD
539 gs 900 389 5366 4230 MR c np
540 DO
541 255 119 256 119 255 122 256 122 255 123 256 126 255 125 256 132 
542 255 129 256 153 255 143 256 196 255 162 256 218 255 170 256 244 
543 255 198 256 450 255 -80 1155 1046 20 MP stroke
544 gr
545
546 DO
547 SO
548   36   36 1155 1046 FO
549   36   36 1410  966 FO
550   36   36 1666 1416 FO
551   36   36 1921 1614 FO
552   36   36 2177 1858 FO
553   36   36 2432 2028 FO
554   36   36 2688 2246 FO
555   36   36 2943 2408 FO
556   36   36 3199 2604 FO
557   36   36 3454 2747 FO
558   36   36 3710 2900 FO
559   36   36 3965 3029 FO
560   36   36 4221 3161 FO
561   36   36 4476 3286 FO
562   36   36 4732 3412 FO
563   36   36 4987 3535 FO
564   36   36 5243 3657 FO
565   36   36 5498 3779 FO
566   36   36 5754 3898 FO
567   36   36 6009 4017 FO
568 DO
569 gs 900 389 5366 4230 MR c np
570 DD
571 0 -2643 2432 3296 2 MP stroke
572 DA
573 255 119 256 120 255 122 256 124 255 125 256 127 255 128 256 136 
574 255 132 256 161 255 141 256 201 255 154 256 224 255 163 256 254 
575 255 209 256 444 1410 967 19 MP stroke
576 gr
577
578 DA
579 SO
580 1385  942 mt 1435  992 L
581 1435  942 mt 1385  992 L
582 1641 1386 mt 1691 1436 L
583 1691 1386 mt 1641 1436 L
584 1896 1595 mt 1946 1645 L
585 1946 1595 mt 1896 1645 L
586 2152 1849 mt 2202 1899 L
587 2202 1849 mt 2152 1899 L
588 2407 2012 mt 2457 2062 L
589 2457 2012 mt 2407 2062 L
590 2663 2236 mt 2713 2286 L
591 2713 2236 mt 2663 2286 L
592 2918 2390 mt 2968 2440 L
593 2968 2390 mt 2918 2440 L
594 3174 2591 mt 3224 2641 L
595 3224 2591 mt 3174 2641 L
596 3429 2732 mt 3479 2782 L
597 3479 2732 mt 3429 2782 L
598 3685 2893 mt 3735 2943 L
599 3735 2893 mt 3685 2943 L
600 3940 3025 mt 3990 3075 L
601 3990 3025 mt 3940 3075 L
602 4196 3161 mt 4246 3211 L
603 4246 3161 mt 4196 3211 L
604 4451 3289 mt 4501 3339 L
605 4501 3289 mt 4451 3339 L
606 4707 3416 mt 4757 3466 L
607 4757 3416 mt 4707 3466 L
608 4962 3541 mt 5012 3591 L
609 5012 3541 mt 4962 3591 L
610 5218 3665 mt 5268 3715 L
611 5268 3665 mt 5218 3715 L
612 5473 3787 mt 5523 3837 L
613 5523 3787 mt 5473 3837 L
614 5729 3907 mt 5779 3957 L
615 5779 3907 mt 5729 3957 L
616 5984 4026 mt 6034 4076 L
617 6034 4026 mt 5984 4076 L
618 DA
619 gs 900 389 5366 4230 MR c np
620 gr
621
622 %%IncludeResource: font Helvetica
623 /Helvetica /ISOLatin1Encoding 168 FMSR
624
625 3236 4986 mt 
626 (Iterations) s
627  398 2691 mt  -90 rotate
628 (Error) s
629 90 rotate
630 SO
631
632 end %%Color Dict
633
634 eplot
635 %%EndObject
636
637 epage
638 end
639
640 showpage
641
642 %%Trailer
643 %%EOF