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

Private GIT Repository
correction embedded fonts
[book_gpu.git] / BookGPU / Chapters / chapter7 / figures / PrecisionSINGLE.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/PrecisionSINGLE.eps
4 %%CreationDate: 12/03/2012  00:57:23
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 106 256 237 
516 255 214 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 1639 PD
523 2177 1876 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 21 256 4 255 15 256 0 255 -31 256 -12 255 44 256 -43 
542 255 51 256 21 255 104 256 190 255 163 256 217 255 171 256 244 
543 255 197 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 1613 FO
552   36   36 2177 1857 FO
553   36   36 2432 2028 FO
554   36   36 2688 2245 FO
555   36   36 2943 2408 FO
556   36   36 3199 2598 FO
557   36   36 3454 2702 FO
558   36   36 3710 2723 FO
559   36   36 3965 2774 FO
560   36   36 4221 2731 FO
561   36   36 4476 2775 FO
562   36   36 4732 2763 FO
563   36   36 4987 2732 FO
564   36   36 5243 2732 FO
565   36   36 5498 2747 FO
566   36   36 5754 2751 FO
567   36   36 6009 2772 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 -4 256 -3 255 21 256 -9 255 23 256 16 255 -31 256 -30 
574 255 57 256 10 255 90 256 206 255 155 256 224 255 163 256 255 
575 255 208 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 1594 mt 1946 1644 L
585 1946 1594 mt 1896 1644 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 2391 mt 2968 2441 L
593 2968 2391 mt 2918 2441 L
594 3174 2597 mt 3224 2647 L
595 3224 2597 mt 3174 2647 L
596 3429 2687 mt 3479 2737 L
597 3479 2687 mt 3429 2737 L
598 3685 2697 mt 3735 2747 L
599 3735 2697 mt 3685 2747 L
600 3940 2754 mt 3990 2804 L
601 3990 2754 mt 3940 2804 L
602 4196 2724 mt 4246 2774 L
603 4246 2724 mt 4196 2774 L
604 4451 2693 mt 4501 2743 L
605 4501 2693 mt 4451 2743 L
606 4707 2709 mt 4757 2759 L
607 4757 2709 mt 4707 2759 L
608 4962 2732 mt 5012 2782 L
609 5012 2732 mt 4962 2782 L
610 5218 2723 mt 5268 2773 L
611 5268 2723 mt 5218 2773 L
612 5473 2744 mt 5523 2794 L
613 5523 2744 mt 5473 2794 L
614 5729 2741 mt 5779 2791 L
615 5779 2741 mt 5729 2791 L
616 5984 2737 mt 6034 2787 L
617 6034 2737 mt 5984 2787 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  877 4679 mt 
631 ( ) s
632 6243  449 mt 
633 ( ) s
634 SO
635 1 sg
636 0 846 1811 0 0 -846 960 4560 4 MP
637 PP
638 -1811 0 0 846 1811 0 0 -846 960 4560 5 MP stroke
639 16 w
640 DO
641 SO
642 24 w
643 0 sg
644  960 4560 mt 2771 4560 L
645  960 3714 mt 2771 3714 L
646  960 4560 mt  960 3714 L
647 2771 4560 mt 2771 3714 L
648  960 4560 mt 2771 4560 L
649  960 4560 mt  960 3714 L
650  960 4560 mt 2771 4560 L
651  960 3714 mt 2771 3714 L
652  960 4560 mt  960 3714 L
653 2771 4560 mt 2771 3714 L
654 1413 3894 mt 
655 (Absolute error) s
656 gs 960 3714 1812 847 MR c np
657 349 0 1029 3833 2 MP stroke
658 gs 1105 3735 197 197 MR c np
659 1203 3833 PD
660 gr
661
662 gr
663
664 1413 4096 mt 
665 (Est. error) s
666 gs 960 3714 1812 847 MR c np
667 DO
668 349 0 1029 4035 2 MP stroke
669 SO
670 gs 1105 3937 197 197 MR c np
671   36   36 1203 4035 FO
672 gr
673
674 gr
675
676 1413 4299 mt 
677 (Optimal iterations) s
678 gs 960 3714 1812 847 MR c np
679 DD
680 349 0 1029 4238 2 MP stroke
681 SO
682 gr
683
684 1413 4501 mt 
685 (Algebraic error) s
686 gs 960 3714 1812 847 MR c np
687 DA
688 349 0 1029 4440 2 MP stroke
689 SO
690 gs 1105 4342 197 197 MR c np
691 1178 4415 mt 1228 4465 L
692 1228 4415 mt 1178 4465 L
693 gr
694
695 gr
696
697
698 end %%Color Dict
699
700 eplot
701 %%EndObject
702
703 epage
704 end
705
706 showpage
707
708 %%Trailer
709 %%EOF