%!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/PrecisionSINGLE.eps %%CreationDate: 12/03/2012 00:57:23 %%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 106 256 237 255 214 256 454 255 -76 1155 1047 20 MP stroke gr 1155 1047 PD 1410 971 PD 1666 1425 PD 1921 1639 PD 2177 1876 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 21 256 4 255 15 256 0 255 -31 256 -12 255 44 256 -43 255 51 256 21 255 104 256 190 255 163 256 217 255 171 256 244 255 197 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 1613 FO 36 36 2177 1857 FO 36 36 2432 2028 FO 36 36 2688 2245 FO 36 36 2943 2408 FO 36 36 3199 2598 FO 36 36 3454 2702 FO 36 36 3710 2723 FO 36 36 3965 2774 FO 36 36 4221 2731 FO 36 36 4476 2775 FO 36 36 4732 2763 FO 36 36 4987 2732 FO 36 36 5243 2732 FO 36 36 5498 2747 FO 36 36 5754 2751 FO 36 36 6009 2772 FO DO gs 900 389 5366 4230 MR c np DD 0 -2643 2432 3296 2 MP stroke DA 255 -4 256 -3 255 21 256 -9 255 23 256 16 255 -31 256 -30 255 57 256 10 255 90 256 206 255 155 256 224 255 163 256 255 255 208 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 1594 mt 1946 1644 L 1946 1594 mt 1896 1644 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 2391 mt 2968 2441 L 2968 2391 mt 2918 2441 L 3174 2597 mt 3224 2647 L 3224 2597 mt 3174 2647 L 3429 2687 mt 3479 2737 L 3479 2687 mt 3429 2737 L 3685 2697 mt 3735 2747 L 3735 2697 mt 3685 2747 L 3940 2754 mt 3990 2804 L 3990 2754 mt 3940 2804 L 4196 2724 mt 4246 2774 L 4246 2724 mt 4196 2774 L 4451 2693 mt 4501 2743 L 4501 2693 mt 4451 2743 L 4707 2709 mt 4757 2759 L 4757 2709 mt 4707 2759 L 4962 2732 mt 5012 2782 L 5012 2732 mt 4962 2782 L 5218 2723 mt 5268 2773 L 5268 2723 mt 5218 2773 L 5473 2744 mt 5523 2794 L 5523 2744 mt 5473 2794 L 5729 2741 mt 5779 2791 L 5779 2741 mt 5729 2791 L 5984 2737 mt 6034 2787 L 6034 2737 mt 5984 2787 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 877 4679 mt ( ) s 6243 449 mt ( ) s SO 1 sg 0 846 1811 0 0 -846 960 4560 4 MP PP -1811 0 0 846 1811 0 0 -846 960 4560 5 MP stroke 16 w DO SO 24 w 0 sg 960 4560 mt 2771 4560 L 960 3714 mt 2771 3714 L 960 4560 mt 960 3714 L 2771 4560 mt 2771 3714 L 960 4560 mt 2771 4560 L 960 4560 mt 960 3714 L 960 4560 mt 2771 4560 L 960 3714 mt 2771 3714 L 960 4560 mt 960 3714 L 2771 4560 mt 2771 3714 L 1413 3894 mt (Absolute error) s gs 960 3714 1812 847 MR c np 349 0 1029 3833 2 MP stroke gs 1105 3735 197 197 MR c np 1203 3833 PD gr gr 1413 4096 mt (Est. error) s gs 960 3714 1812 847 MR c np DO 349 0 1029 4035 2 MP stroke SO gs 1105 3937 197 197 MR c np 36 36 1203 4035 FO gr gr 1413 4299 mt (Optimal iterations) s gs 960 3714 1812 847 MR c np DD 349 0 1029 4238 2 MP stroke SO gr 1413 4501 mt (Algebraic error) s gs 960 3714 1812 847 MR c np DA 349 0 1029 4440 2 MP stroke SO gs 1105 4342 197 197 MR c np 1178 4415 mt 1228 4465 L 1228 4415 mt 1178 4465 L gr gr end %%Color Dict eplot %%EndObject epage end showpage %%Trailer %%EOF