%!PS-Adobe-2.0 EPSF-1.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. %%Title: /Users/apek/SVN/bookgpu/Chapters/chapter7/figures/PrecisionDOUBLE.eps %%CreationDate: 12/03/2012 00:59:33 %%DocumentNeededFonts: Helvetica %%DocumentProcessColors: Cyan Magenta Yellow Black %%Extensions: CMYK %%Pages: 1 %%BoundingBox: 36 191 552 595 %%EndComments %%BeginProlog % MathWorks dictionary /MathWorks 160 dict begin % definition operators /bdef {bind def} bind def /ldef {load def} bind def /xdef {exch def} bdef /xstore {exch store} bdef % operator abbreviations /c /clip ldef /cc /concat ldef /cp /closepath ldef /gr /grestore ldef /gs /gsave ldef /mt /moveto ldef /np /newpath ldef /cm /currentmatrix ldef /sm /setmatrix ldef /rm /rmoveto ldef /rl /rlineto ldef /s {show newpath} bdef /sc {setcmykcolor} bdef /sr /setrgbcolor ldef /sg /setgray ldef /w /setlinewidth ldef /j /setlinejoin ldef /cap /setlinecap ldef /rc {rectclip} bdef /rf {rectfill} bdef % page state control /pgsv () def /bpage {/pgsv save def} bdef /epage {pgsv restore} bdef /bplot /gsave ldef /eplot {stroke grestore} bdef % orientation switch /portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def % coordinate system mappings /dpi2point 0 def % font control /FontSize 0 def /FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0] makefont setfont} bdef /reencode {exch dup where {pop load} {pop StandardEncoding} ifelse exch dup 3 1 roll findfont dup length dict begin { 1 index /FID ne {def}{pop pop} ifelse } forall /Encoding exch def currentdict end definefont pop} bdef /isroman {findfont /CharStrings get /Agrave known} bdef /FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse exch FMS} bdef /csm {1 dpi2point div -1 dpi2point div scale neg translate dup landscapeMode eq {pop -90 rotate} {rotateMode eq {90 rotate} if} ifelse} bdef % line types: solid, dotted, dashed, dotdash /SO { [] 0 setdash } bdef /DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef /DA { [6 dpi2point mul] 0 setdash } bdef /DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 dpi2point mul] 0 setdash } bdef % macros for lines and objects /L {lineto stroke} bdef /MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef /AP {{rlineto} repeat} bdef /PDlw -1 def /W {/PDlw currentlinewidth def setlinewidth} def /PP {closepath eofill} bdef /DP {closepath stroke} bdef /MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto neg 0 exch rlineto closepath} bdef /FR {MR stroke} bdef /PR {MR fill} bdef /L1i {{currentfile picstr readhexstring pop} image} bdef /tMatrix matrix def /MakeOval {newpath tMatrix currentmatrix pop translate scale 0 0 1 0 360 arc tMatrix setmatrix} bdef /FO {MakeOval stroke} bdef /PO {MakeOval fill} bdef /PD {currentlinewidth 2 div 0 360 arc fill PDlw -1 eq not {PDlw w /PDlw -1 def} if} def /FA {newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef /PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef /FAn {newpath tMatrix currentmatrix pop translate scale 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef /PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef /vradius 0 def /hradius 0 def /lry 0 def /lrx 0 def /uly 0 def /ulx 0 def /rad 0 def /MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly vradius add translate hradius vradius scale 0 0 1 180 270 arc tMatrix setmatrix lrx hradius sub uly vradius add translate hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix lrx hradius sub lry vradius sub translate hradius vradius scale 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix closepath} bdef /FRR {MRR stroke } bdef /PRR {MRR fill } bdef /MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix closepath} bdef /FlrRR {MlrRR stroke } bdef /PlrRR {MlrRR fill } bdef /MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def newpath tMatrix currentmatrix pop ulx rad add uly rad add translate rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix closepath} bdef /FtbRR {MtbRR stroke } bdef /PtbRR {MtbRR fill } bdef /stri 6 array def /dtri 6 array def /smat 6 array def /dmat 6 array def /tmat1 6 array def /tmat2 6 array def /dif 3 array def /asub {/ind2 exch def /ind1 exch def dup dup ind1 get exch ind2 get sub exch } bdef /tri_to_matrix { 2 0 asub 3 1 asub 4 0 asub 5 1 asub dup 0 get exch 1 get 7 -1 roll astore } bdef /compute_transform { dmat dtri tri_to_matrix tmat1 invertmatrix smat stri tri_to_matrix tmat2 concatmatrix } bdef /ds {stri astore pop} bdef /dt {dtri astore pop} bdef /db {2 copy /cols xdef /rows xdef mul dup 3 mul string currentfile exch readhexstring pop dup 0 3 index getinterval /rbmap xdef dup 2 index dup getinterval /gbmap xdef 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef /it {gs np dtri aload pop moveto lineto lineto cp c cols rows 8 compute_transform rbmap gbmap bbmap true 3 colorimage gr}bdef /il {newpath moveto lineto stroke}bdef currentdict end def %%EndProlog %%BeginSetup MathWorks begin 0 cap end %%EndSetup %%Page: 1 1 %%BeginPageSetup %%PageBoundingBox: 36 191 552 595 MathWorks begin bpage %%EndPageSetup %%BeginObject: obj1 bplot /dpi2point 12 def portraitMode 0216 7344 csm 217 193 6192 4855 MR c np 85 dict begin %Colortable dictionary /c0 { 0.000000 0.000000 0.000000 sr} bdef /c1 { 1.000000 1.000000 1.000000 sr} bdef /c2 { 0.900000 0.000000 0.000000 sr} bdef /c3 { 0.000000 0.820000 0.000000 sr} bdef /c4 { 0.000000 0.000000 0.800000 sr} bdef /c5 { 0.910000 0.820000 0.320000 sr} bdef /c6 { 1.000000 0.260000 0.820000 sr} bdef /c7 { 0.000000 0.820000 0.820000 sr} bdef c0 1 j 1 sg 0 0 6924 5190 PR 24 w 0 4229 5364 0 0 -4229 900 4618 4 MP PP -5364 0 0 4229 5364 0 0 -4229 900 4618 5 MP stroke 16 w DO SO 24 w 0 sg 900 4618 mt 6264 4618 L 900 389 mt 6264 389 L 900 4618 mt 900 389 L 6264 4618 mt 6264 389 L 900 4618 mt 6264 4618 L 900 4618 mt 900 389 L 1155 4618 mt 1155 4564 L 1155 389 mt 1155 442 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 1109 4808 mt (0) s 2432 4618 mt 2432 4564 L 2432 389 mt 2432 442 L 2386 4808 mt (5) s 3710 4618 mt 3710 4564 L 3710 389 mt 3710 442 L 3617 4808 mt (10) s 4987 4618 mt 4987 4564 L 4987 389 mt 4987 442 L 4894 4808 mt (15) s 6265 4618 mt 6265 4564 L 6265 389 mt 6265 442 L 6172 4808 mt (20) s 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 953 4618 L 6265 4618 mt 6211 4618 L 490 4680 mt (10) s %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 112 FMSR 676 4576 mt (-14) s 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4089 mt 953 4089 L 6265 4089 mt 6211 4089 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 490 4151 mt (10) s %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 112 FMSR 676 4047 mt (-12) s 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 3560 mt 953 3560 L 6265 3560 mt 6211 3560 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 490 3622 mt (10) s %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 112 FMSR 676 3518 mt (-10) s 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 3032 mt 953 3032 L 6265 3032 mt 6211 3032 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 490 3094 mt (10) s %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 112 FMSR 676 2990 mt (-8) s 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 2503 mt 953 2503 L 6265 2503 mt 6211 2503 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 490 2565 mt (10) s %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 112 FMSR 676 2461 mt (-6) s 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 1974 mt 953 1974 L 6265 1974 mt 6211 1974 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 490 2036 mt (10) s %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 112 FMSR 676 1932 mt (-4) s 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 1446 mt 953 1446 L 6265 1446 mt 6211 1446 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 490 1508 mt (10) s %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 112 FMSR 676 1404 mt (-2) s 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 917 mt 953 917 L 6265 917 mt 6211 917 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 490 979 mt (10) s %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 112 FMSR 676 875 mt (0) s 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 389 mt 953 389 L 6265 389 mt 6211 389 L %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 490 451 mt (10) s %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 112 FMSR 676 347 mt (2) s 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 900 4618 L 900 4618 mt 6264 4618 L 900 389 mt 6264 389 L 900 4618 mt 900 389 L 6264 4618 mt 6264 389 L gs 900 389 5366 4230 MR c np 255 0 256 0 255 0 256 0 255 0 256 0 255 0 256 0 255 0 256 0 255 0 256 -1 255 1 256 -28 255 105 256 237 255 215 256 454 255 -76 1155 1047 20 MP stroke gr 1155 1047 PD 1410 971 PD 1666 1425 PD 1921 1640 PD 2177 1877 PD 2432 1982 PD 2688 1954 PD 2943 1955 PD 3199 1954 PD 3454 1954 PD 3710 1954 PD 3965 1954 PD 4221 1954 PD 4476 1954 PD 4732 1954 PD 4987 1954 PD 5243 1954 PD 5498 1954 PD 5754 1954 PD 6009 1954 PD gs 900 389 5366 4230 MR c np DO 255 119 256 119 255 122 256 122 255 123 256 126 255 125 256 132 255 129 256 153 255 143 256 196 255 162 256 218 255 170 256 244 255 198 256 450 255 -80 1155 1046 20 MP stroke gr DO SO 36 36 1155 1046 FO 36 36 1410 966 FO 36 36 1666 1416 FO 36 36 1921 1614 FO 36 36 2177 1858 FO 36 36 2432 2028 FO 36 36 2688 2246 FO 36 36 2943 2408 FO 36 36 3199 2604 FO 36 36 3454 2747 FO 36 36 3710 2900 FO 36 36 3965 3029 FO 36 36 4221 3161 FO 36 36 4476 3286 FO 36 36 4732 3412 FO 36 36 4987 3535 FO 36 36 5243 3657 FO 36 36 5498 3779 FO 36 36 5754 3898 FO 36 36 6009 4017 FO DO gs 900 389 5366 4230 MR c np DD 0 -2643 2432 3296 2 MP stroke DA 255 119 256 120 255 122 256 124 255 125 256 127 255 128 256 136 255 132 256 161 255 141 256 201 255 154 256 224 255 163 256 254 255 209 256 444 1410 967 19 MP stroke gr DA SO 1385 942 mt 1435 992 L 1435 942 mt 1385 992 L 1641 1386 mt 1691 1436 L 1691 1386 mt 1641 1436 L 1896 1595 mt 1946 1645 L 1946 1595 mt 1896 1645 L 2152 1849 mt 2202 1899 L 2202 1849 mt 2152 1899 L 2407 2012 mt 2457 2062 L 2457 2012 mt 2407 2062 L 2663 2236 mt 2713 2286 L 2713 2236 mt 2663 2286 L 2918 2390 mt 2968 2440 L 2968 2390 mt 2918 2440 L 3174 2591 mt 3224 2641 L 3224 2591 mt 3174 2641 L 3429 2732 mt 3479 2782 L 3479 2732 mt 3429 2782 L 3685 2893 mt 3735 2943 L 3735 2893 mt 3685 2943 L 3940 3025 mt 3990 3075 L 3990 3025 mt 3940 3075 L 4196 3161 mt 4246 3211 L 4246 3161 mt 4196 3211 L 4451 3289 mt 4501 3339 L 4501 3289 mt 4451 3339 L 4707 3416 mt 4757 3466 L 4757 3416 mt 4707 3466 L 4962 3541 mt 5012 3591 L 5012 3541 mt 4962 3591 L 5218 3665 mt 5268 3715 L 5268 3665 mt 5218 3715 L 5473 3787 mt 5523 3837 L 5523 3787 mt 5473 3837 L 5729 3907 mt 5779 3957 L 5779 3907 mt 5729 3957 L 5984 4026 mt 6034 4076 L 6034 4026 mt 5984 4076 L DA gs 900 389 5366 4230 MR c np gr %%IncludeResource: font Helvetica /Helvetica /ISOLatin1Encoding 168 FMSR 3236 4986 mt (Iterations) s 398 2691 mt -90 rotate (Error) s 90 rotate SO end %%Color Dict eplot %%EndObject epage end showpage %%Trailer %%EOF