(*^ ::[ Information = "This is a Mathematica Notebook file. It contains ASCII text, and can be transferred by email, ftp, or other text-file transfer utility. It should be read or edited using a copy of Mathematica or MathReader. If you received this as email, use your mail application or copy/paste to save everything from the line containing (*^ down to the line containing ^*) into a plain text file. On some systems you may have to give the file a name ending with ".ma" to allow Mathematica to recognize it as a Notebook. The line below identifies what version of Mathematica created this file, but it can be opened using any other version as well."; FrontEndVersion = "Macintosh Mathematica Notebook Front End Version 2.2"; MacintoshStandardFontEncoding; fontset = title, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeTitle, center, M7, bold, e8, 24, "Times"; fontset = subtitle, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeTitle, center, M7, bold, e6, 18, "Times"; fontset = subsubtitle, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeTitle, center, M7, italic, e6, 14, "Times"; fontset = section, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeSection, grayBox, M22, bold, a20, 18, "Times"; fontset = subsection, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeSection, blackBox, M19, bold, a15, 14, "Times"; fontset = subsubsection, inactive, noPageBreakBelow, nohscroll, preserveAspect, groupLikeSection, whiteBox, M18, bold, a12, 12, "Times"; fontset = text, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, 12, "Times"; fontset = smalltext, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, 10, "Times"; fontset = input, noPageBreakInGroup, nowordwrap, preserveAspect, groupLikeInput, M42, N23, bold, L-4, 12, "Courier"; fontset = output, output, inactive, noPageBreakInGroup, nowordwrap, preserveAspect, groupLikeOutput, M42, N23, L-4, 12, "Courier"; fontset = message, inactive, noPageBreakInGroup, nowordwrap, preserveAspect, groupLikeOutput, M42, N23, R32768, L-4, 12, "Courier"; fontset = print, inactive, noPageBreakInGroup, nowordwrap, preserveAspect, groupLikeOutput, M42, N23, L-4, 12, "Courier"; fontset = info, inactive, noPageBreakInGroup, nowordwrap, preserveAspect, groupLikeOutput, M42, N23, B32768, L-4, 12, "Courier"; fontset = postscript, PostScript, formatAsPostScript, output, inactive, noPageBreakInGroup, nowordwrap, preserveAspect, groupLikeGraphics, M7, l34, w282, h287, 12, "Courier"; fontset = name, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, italic, 10, "Geneva"; fontset = header, inactive, noKeepOnOnePage, preserveAspect, M7, 12, "Times"; fontset = leftheader, inactive, L2, 12, "Times"; fontset = footer, inactive, noKeepOnOnePage, preserveAspect, center, M7, 12, "Times"; fontset = leftfooter, inactive, L2, 12, "Times"; fontset = help, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, 10, "Times"; fontset = clipboard, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, 12, "Times"; fontset = completions, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, 12, "Times"; fontset = special1, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, 12, "Times"; fontset = special2, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, 12, "Times"; fontset = special3, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, 12, "Times"; fontset = special4, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, 12, "Times"; fontset = special5, inactive, nohscroll, noKeepOnOnePage, preserveAspect, M7, 12, "Times"; paletteColors = 128; automaticGrouping; currentKernel; ] :[font = input; preserveAspect; startGroup; animationSpeed = 11; infiniteLoop; loopDistance = 1] Clear[x,lengh,lengh2] coor2=Table[0,{13},{2}]; coor1=N[{{1,0},{1-Sqrt[3],1},{1,2},{1,0}}]; ListPlot[coor1,PlotJoined->True,Axes->False,PlotRange->{{1-Sqrt[3],2},{0,2}}]; x=1; z0=SessionTime[]; Do[ lengh=Part[Dimensions[coor1],1]-1; lengh2=Part[Dimensions[coor2],1]-1; If[lengh>1000,skp=100,skp=10]; If[lengh<100,skp=1]; Do[ x1=N[coor1[[x,1]]]; x2=N[coor1[[x+1,1]]]; y1=N[coor1[[x,2]]]; y2=N[coor1[[x+1,2]]]; x3=(1/3)(x2-x1)+x1; y3=(1/3)(y2-y1)+y1; x4=(2/3)(x2-x1)+x1; y4=(2/3)(y2-y1)+y1; x5=(1/2)(x4-x3)+x3; y5=(1/2)(y4-y3)+y3; d=Sqrt[(y4-y3)^2 + (x4-x3)^2] * Sqrt[3]/2; If[(N[x4]-N[x3])==0,m=0;mp=0,m=(y4-y3)/(x4-x3);mp=-m^-1]; bb=y5-mp*x5; n=y5-bb; b=(-2*x5-2mp*n); a=(mp^2+1); c=(x5^2+n^2-d^2); x61=(-b+Sqrt[b^2-4a*c])/(2a); x62=(-b-Sqrt[b^2-4a*c])/(2a); If[N[y1y2],x6=x61,]; y6=x6*mp+bb; coor2=ReplacePart[coor2,{x1,y1},4x-3]; coor2=ReplacePart[coor2,{x3,y3},4x-2]; coor2=ReplacePart[coor2,{x6,y6},4x-1]; coor2=ReplacePart[coor2,{x4,y4},4x]; coor2=ReplacePart[coor2,{x2,y2},4x+1]; z1=SessionTime[]-z0; z5=z1; z6=z1*(lengh-x); z1=Mod[z1*(lengh-x),60]; z2=Mod[z6/60,60]; z3=z6/360; z1=Floor[z1]; z2=Floor[z2]; z3=Floor[z3]; z0=SessionTime[]; If[Floor[x/skp]*skp==x,Print[lengh," ",x," ",z5," ","TimeLeft=",z3,":",z2,":",z1]]; z4=SessionTime[]; ,{x,lengh}]; coor1=coor2; coor2=Table[0,{(lengh2)*4+1},{2}]; ListPlot[coor1,Axes->False,PlotJoined->True,PlotRange->{{1-Sqrt[3],2},{0,2}}]; ,{5}] :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 174] %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.267949 0.366025 0 0.309017 [ [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .004 w .63397 0 m 0 .30902 L .63397 .61803 L .63397 0 L s % End of Graphics MathPictureEnd :[font = print; inactive; preserveAspect] 3 1 0.72 TimeLeft=0:0:1 3 2 0.25 TimeLeft=0:0:0 3 3 0.22 TimeLeft=0:0:0 12 1 0.75 TimeLeft=0:0:8 12 2 0.27 TimeLeft=0:0:2 12 3 0.27 TimeLeft=0:0:2 12 4 0.25 TimeLeft=0:0:2 12 5 0.25 TimeLeft=0:0:1 12 6 0.25 TimeLeft=0:0:1 12 7 0.27 TimeLeft=0:0:1 12 8 0.25 TimeLeft=0:0:1 12 9 0.23 TimeLeft=0:0:0 12 10 0.27 TimeLeft=0:0:0 12 11 0.25 TimeLeft=0:0:0 12 12 0.25 TimeLeft=0:0:0 48 1 1.47 TimeLeft=0:1:8 48 2 0.32 TimeLeft=0:0:14 48 3 0.28 TimeLeft=0:0:12 48 4 0.33 TimeLeft=0:0:14 48 5 0.3 TimeLeft=0:0:12 48 6 0.3 TimeLeft=0:0:12 48 7 0.33 TimeLeft=0:0:13 48 8 0.32 TimeLeft=0:0:12 48 9 0.28 TimeLeft=0:0:11 48 10 0.33 TimeLeft=0:0:12 48 11 0.3 TimeLeft=0:0:11 48 12 0.3 TimeLeft=0:0:10 48 13 0.32 TimeLeft=0:0:11 48 14 0.32 TimeLeft=0:0:10 48 15 0.32 TimeLeft=0:0:10 48 16 0.32 TimeLeft=0:0:10 48 17 0.32 TimeLeft=0:0:9 48 18 0.3 TimeLeft=0:0:9 48 19 0.32 TimeLeft=0:0:9 48 20 0.32 TimeLeft=0:0:8 48 21 0.3 TimeLeft=0:0:8 48 22 0.32 TimeLeft=0:0:8 48 23 0.32 TimeLeft=0:0:7 48 24 0.3 TimeLeft=0:0:7 48 25 0.33 TimeLeft=0:0:7 48 26 0.37 TimeLeft=0:0:8 48 27 0.32 TimeLeft=0:0:6 48 28 0.37 TimeLeft=0:0:7 48 29 0.33 TimeLeft=0:0:6 48 30 0.33 TimeLeft=0:0:5 48 31 0.32 TimeLeft=0:0:5 48 32 0.33 TimeLeft=0:0:5 48 33 0.3 TimeLeft=0:0:4 48 34 0.33 TimeLeft=0:0:4 48 35 0.32 TimeLeft=0:0:4 48 36 0.32 TimeLeft=0:0:3 48 37 0.32 TimeLeft=0:0:3 48 38 0.33 TimeLeft=0:0:3 48 39 0.3 TimeLeft=0:0:2 48 40 0.33 TimeLeft=0:0:2 48 41 0.3 TimeLeft=0:0:2 48 42 0.3 TimeLeft=0:0:1 48 43 0.35 TimeLeft=0:0:1 48 44 0.37 TimeLeft=0:0:1 48 45 0.35 TimeLeft=0:0:1 48 46 0.35 TimeLeft=0:0:0 48 47 0.32 TimeLeft=0:0:0 48 48 0.28 TimeLeft=0:0:0 192 10 0.55 TimeLeft=0:1:40 192 20 0.52 TimeLeft=0:1:28 192 30 0.53 TimeLeft=0:1:26 192 40 0.53 TimeLeft=0:1:21 192 50 0.55 TimeLeft=0:1:18 192 60 0.53 TimeLeft=0:1:10 192 70 0.53 TimeLeft=0:1:5 192 80 0.55 TimeLeft=0:1:1 192 90 0.53 TimeLeft=0:0:54 192 100 0.53 TimeLeft=0:0:49 192 110 0.53 TimeLeft=0:0:43 192 120 0.52 TimeLeft=0:0:37 192 130 0.55 TimeLeft=0:0:34 192 140 0.53 TimeLeft=0:0:27 192 150 0.53 TimeLeft=0:0:22 192 160 0.52 TimeLeft=0:0:16 192 170 0.53 TimeLeft=0:0:11 192 180 0.5 TimeLeft=0:0:6 192 190 0.53 TimeLeft=0:0:1 768 10 1.65 TimeLeft=3:20:50 768 20 1.65 TimeLeft=3:20:34 768 30 1.5 TimeLeft=3:18:27 768 40 1.53 TimeLeft=3:18:36 :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 174; startGroup] %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.267949 0.366025 0 0.309017 [ [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .004 w .63397 0 m .42265 .10301 L .21132 0 L .21132 .20601 L 0 .30902 L .21132 .41202 L .21132 .61803 L .42265 .51503 L .63397 .61803 L .63397 .41202 L .8453 .30902 L .63397 .20601 L .63397 0 L s % End of Graphics MathPictureEnd :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 174] %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.267949 0.366025 0 0.309017 [ [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .004 w .63397 0 m .56353 .03434 L .49309 0 L .49309 .06867 L .42265 .10301 L .35221 .06867 L s .35221 0 m .35221 .06867 L s .35221 0 m .28177 .03434 L s .28177 .03434 m .21132 0 L .21132 .06867 L .14088 .10301 L .21132 .13734 L .21132 .20601 L .14088 .24035 L .07044 .20601 L .07044 .27468 L 0 .30902 L .07044 .34335 L .07044 .41202 L .14088 .37769 L .21132 .41202 L .21132 .48069 L .14088 .51503 L .21132 .54936 L .21132 .61803 L .28177 .5837 L .35221 .61803 L .35221 .54936 L .42265 .51503 L .49309 .54936 L .49309 .61803 L .56353 .5837 L .63397 .61803 L .63397 .54936 L .70442 .51503 L .63397 .48069 L .63397 .41202 L .70442 .37769 L .77486 .41202 L .77486 .34335 L .8453 .30902 L .77486 .27468 L .77486 .20601 L .70442 .24035 L .63397 .20601 L .63397 .13734 L .70442 .10301 L .63397 .06867 L .63397 0 L s % End of Graphics MathPictureEnd :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 174] %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.267949 0.366025 0 0.309017 [ [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .004 w .63397 0 m .61049 .01145 L s .58701 0 m .61049 .01145 L s .58701 0 m .58701 .02289 L s .58701 .02289 m .56353 .03434 L .54005 .02289 L .54005 0 L .51657 .01145 L .49309 0 L .49309 .02289 L .46961 .03434 L .49309 .04578 L .49309 .06867 L .46961 .08012 L .44613 .06867 L .44613 .09156 L .42265 .10301 L .39917 .09156 L .39917 .06867 L .37569 .08012 L .35221 .06867 L .35221 .04578 L .37569 .03434 L .35221 .02289 L s .35221 0 m .35221 .02289 L s .35221 0 m .32873 .01145 L s .32873 .01145 m 0 0 rlineto .30525 0 m .32873 .01145 L s .30525 0 m .30525 .02289 L s .30525 .02289 m .28177 .03434 L .25829 .02289 L .25829 0 L .23481 .01145 L .21132 0 L .21132 .02289 L .18784 .03434 L .21132 .04578 L .21132 .06867 L .18784 .08012 L .16436 .06867 L .16436 .09156 L .14088 .10301 L .16436 .11445 L .16436 .13734 L .18784 .1259 L .21132 .13734 L .21132 .16023 L .18784 .17168 L .21132 .18312 L .21132 .20601 L .18784 .21746 L .16436 .20601 L .16436 .2289 L .14088 .24035 L .1174 .2289 L .1174 .20601 L .09392 .21746 L .07044 .20601 L .07044 .2289 L .04696 .24035 L .07044 .25179 L .07044 .27468 L .04696 .28613 L .02348 .27468 L .02348 .29757 L 0 .30902 L .02348 .32046 L .02348 .34335 L .04696 .33191 L .07044 .34335 L .07044 .36624 L .04696 .37769 L .07044 .38913 L .07044 .41202 L .09392 .40058 L .1174 .41202 L .1174 .38913 L .14088 .37769 L Mistroke .16436 .38913 L .16436 .41202 L .18784 .40058 L .21132 .41202 L .21132 .43491 L .18784 .44636 L .21132 .4578 L .21132 .48069 L .18784 .49214 L .16436 .48069 L .16436 .50358 L .14088 .51503 L .16436 .52647 L .16436 .54936 L .18784 .53792 L .21132 .54936 L .21132 .57225 L .18784 .5837 L .21132 .59514 L .21132 .61803 L .23481 .60659 L .25829 .61803 L .25829 .59514 L .28177 .5837 L .30525 .59514 L .30525 .61803 L .32873 .60659 L .35221 .61803 L .35221 .59514 L .37569 .5837 L .35221 .57225 L .35221 .54936 L .37569 .53792 L .39917 .54936 L .39917 .52647 L .42265 .51503 L .44613 .52647 L .44613 .54936 L .46961 .53792 L .49309 .54936 L .49309 .57225 L .46961 .5837 L .49309 .59514 L .49309 .61803 L .51657 .60659 L .54005 .61803 L .54005 .59514 L .56353 .5837 L .58701 .59514 L .58701 .61803 L Mistroke .61049 .60659 L .63397 .61803 L .63397 .59514 L .65746 .5837 L .63397 .57225 L .63397 .54936 L .65746 .53792 L .68094 .54936 L .68094 .52647 L .70442 .51503 L .68094 .50358 L .68094 .48069 L .65746 .49214 L .63397 .48069 L .63397 .4578 L .65746 .44636 L .63397 .43491 L .63397 .41202 L .65746 .40058 L .68094 .41202 L .68094 .38913 L .70442 .37769 L .7279 .38913 L .7279 .41202 L .75138 .40058 L .77486 .41202 L .77486 .38913 L .79834 .37769 L .77486 .36624 L .77486 .34335 L .79834 .33191 L .82182 .34335 L .82182 .32046 L .8453 .30902 L .82182 .29757 L .82182 .27468 L .79834 .28613 L .77486 .27468 L .77486 .25179 L .79834 .24035 L .77486 .2289 L .77486 .20601 L .75138 .21746 L .7279 .20601 L .7279 .2289 L .70442 .24035 L .68094 .2289 L .68094 .20601 L .65746 .21746 L .63397 .20601 L Mistroke .63397 .18312 L .65746 .17168 L .63397 .16023 L .63397 .13734 L .65746 .1259 L .68094 .13734 L .68094 .11445 L .70442 .10301 L .68094 .09156 L .68094 .06867 L .65746 .08012 L .63397 .06867 L .63397 .04578 L .65746 .03434 L .63397 .02289 L .63397 0 L Mfstroke % End of Graphics MathPictureEnd :[font = postscript; PostScript; formatAsPostScript; output; inactive; preserveAspect; pictureLeft = 34; pictureWidth = 282; pictureHeight = 174; endGroup; endGroup] %! %%Creator: Mathematica %%AspectRatio: .61803 MathPictureStart %% Graphics /Courier findfont 10 scalefont setfont % Scaling calculations 0.267949 0.366025 0 0.309017 [ [ 0 0 0 0 ] [ 1 .61803 0 0 ] ] MathScale % Start of Graphics 1 setlinecap 1 setlinejoin newpath [ ] 0 setdash 0 g p P 0 0 m 1 0 L 1 .61803 L 0 .61803 L closepath clip newpath .004 w .63397 0 m .62615 .00382 L .61832 0 L .61832 .00763 L .61049 .01145 L .60267 .00763 L s .60267 0 m .60267 .00763 L s .60267 0 m .59484 .00382 L s .59484 .00382 m 0 0 rlineto .58701 0 m .59484 .00382 L s .58701 0 m .58701 .00763 L s .58701 .00763 m .57919 .01145 L .58701 .01526 L .58701 .02289 L .57919 .02671 L .57136 .02289 L .57136 .03052 L .56353 .03434 L .55571 .03052 L .55571 .02289 L .54788 .02671 L .54005 .02289 L .54005 .01526 L .54788 .01145 L .54005 .00763 L .54005 0 L .53223 .00382 L .5244 0 L .5244 .00763 L .51657 .01145 L .50875 .00763 L s .50875 0 m .50875 .00763 L s .50875 0 m .50092 .00382 L s .50092 .00382 m .49309 0 L .49309 .00763 L .48526 .01145 L .49309 .01526 L .49309 .02289 L .48526 .02671 L .47744 .02289 L .47744 .03052 L .46961 .03434 L .47744 .03815 L .47744 .04578 L .48526 .04197 L .49309 .04578 L .49309 .05341 L .48526 .05723 L .49309 .06104 L .49309 .06867 L .48526 .07249 L .47744 .06867 L .47744 .0763 L .46961 .08012 L .46178 .0763 L .46178 .06867 L .45396 .07249 L .44613 .06867 L .44613 .0763 L .4383 .08012 L .44613 .08393 L .44613 .09156 L .4383 .09538 L .43048 .09156 L .43048 .09919 L .42265 .10301 L .41482 .09919 L .41482 .09156 L .407 .09538 L .39917 .09156 L .39917 .08393 L .407 .08012 L .39917 .0763 L .39917 .06867 L .39134 .07249 L .38352 .06867 L .38352 .0763 L .37569 .08012 L .36786 .0763 L .36786 .06867 L .36003 .07249 L .35221 .06867 L Mistroke .35221 .06104 L .36003 .05723 L .35221 .05341 L .35221 .04578 L .36003 .04197 L .36786 .04578 L .36786 .03815 L .37569 .03434 L .36786 .03052 L .36786 .02289 L .36003 .02671 L .35221 .02289 L .35221 .01526 L .36003 .01145 L .35221 .00763 L Mfstroke .35221 0 m .35221 .00763 L s .35221 0 m .34438 .00382 L s .34438 .00382 m 0 0 rlineto .33655 0 m .34438 .00382 L s .33655 0 m .33655 .00763 L s .33655 .00763 m .32873 .01145 L .3209 .00763 L s .3209 0 m .3209 .00763 L s .3209 0 m .31307 .00382 L s .31307 .00382 m 0 0 rlineto .30525 0 m .31307 .00382 L s .30525 0 m .30525 .00763 L s .30525 .00763 m .29742 .01145 L .30525 .01526 L .30525 .02289 L .29742 .02671 L .28959 .02289 L .28959 .03052 L .28177 .03434 L .27394 .03052 L .27394 .02289 L .26611 .02671 L .25829 .02289 L .25829 .01526 L .26611 .01145 L .25829 .00763 L .25829 0 L .25046 .00382 L .24263 0 L .24263 .00763 L .23481 .01145 L .22698 .00763 L s .22698 0 m .22698 .00763 L s .22698 0 m .21915 .00382 L s .21915 .00382 m .21132 0 L .21132 .00763 L .2035 .01145 L .21132 .01526 L .21132 .02289 L .2035 .02671 L .19567 .02289 L .19567 .03052 L .18784 .03434 L .19567 .03815 L .19567 .04578 L .2035 .04197 L .21132 .04578 L .21132 .05341 L .2035 .05723 L .21132 .06104 L .21132 .06867 L .2035 .07249 L .19567 .06867 L .19567 .0763 L .18784 .08012 L .18002 .0763 L .18002 .06867 L .17219 .07249 L .16436 .06867 L .16436 .0763 L .15654 .08012 L .16436 .08393 L .16436 .09156 L .15654 .09538 L .14871 .09156 L .14871 .09919 L .14088 .10301 L .14871 .10682 L .14871 .11445 L .15654 .11064 L .16436 .11445 L .16436 .12208 L .15654 .1259 L .16436 .12971 L .16436 .13734 L .17219 .13353 L .18002 .13734 L .18002 .12971 L .18784 .1259 L .19567 .12971 L .19567 .13734 L .2035 .13353 L .21132 .13734 L Mistroke .21132 .14497 L .2035 .14879 L .21132 .1526 L .21132 .16023 L .2035 .16405 L .19567 .16023 L .19567 .16786 L .18784 .17168 L .19567 .17549 L .19567 .18312 L .2035 .17931 L .21132 .18312 L .21132 .19075 L .2035 .19457 L .21132 .19838 L .21132 .20601 L .2035 .20983 L .19567 .20601 L .19567 .21364 L .18784 .21746 L .18002 .21364 L .18002 .20601 L .17219 .20983 L .16436 .20601 L .16436 .21364 L .15654 .21746 L .16436 .22127 L .16436 .2289 L .15654 .23272 L .14871 .2289 L .14871 .23653 L .14088 .24035 L .13306 .23653 L .13306 .2289 L .12523 .23272 L .1174 .2289 L .1174 .22127 L .12523 .21746 L .1174 .21364 L .1174 .20601 L .10958 .20983 L .10175 .20601 L .10175 .21364 L .09392 .21746 L .0861 .21364 L .0861 .20601 L .07827 .20983 L .07044 .20601 L .07044 .21364 L .06261 .21746 L Mistroke .07044 .22127 L .07044 .2289 L .06261 .23272 L .05479 .2289 L .05479 .23653 L .04696 .24035 L .05479 .24416 L .05479 .25179 L .06261 .24798 L .07044 .25179 L .07044 .25942 L .06261 .26324 L .07044 .26705 L .07044 .27468 L .06261 .2785 L .05479 .27468 L .05479 .28231 L .04696 .28613 L .03913 .28231 L .03913 .27468 L .03131 .2785 L .02348 .27468 L .02348 .28231 L .01565 .28613 L .02348 .28994 L .02348 .29757 L .01565 .30139 L .00783 .29757 L .00783 .3052 L 0 .30902 L .00783 .31283 L .00783 .32046 L .01565 .31665 L .02348 .32046 L .02348 .32809 L .01565 .33191 L .02348 .33572 L .02348 .34335 L .03131 .33954 L .03913 .34335 L .03913 .33572 L .04696 .33191 L .05479 .33572 L .05479 .34335 L .06261 .33954 L .07044 .34335 L .07044 .35098 L .06261 .3548 L .07044 .35861 L .07044 .36624 L Mistroke .06261 .37006 L .05479 .36624 L .05479 .37387 L .04696 .37769 L .05479 .3815 L .05479 .38913 L .06261 .38532 L .07044 .38913 L .07044 .39676 L .06261 .40058 L .07044 .40439 L .07044 .41202 L .07827 .40821 L .0861 .41202 L .0861 .40439 L .09392 .40058 L .10175 .40439 L .10175 .41202 L .10958 .40821 L .1174 .41202 L .1174 .40439 L .12523 .40058 L .1174 .39676 L .1174 .38913 L .12523 .38532 L .13306 .38913 L .13306 .3815 L .14088 .37769 L .14871 .3815 L .14871 .38913 L .15654 .38532 L .16436 .38913 L .16436 .39676 L .15654 .40058 L .16436 .40439 L .16436 .41202 L .17219 .40821 L .18002 .41202 L .18002 .40439 L .18784 .40058 L .19567 .40439 L .19567 .41202 L .2035 .40821 L .21132 .41202 L .21132 .41965 L .2035 .42347 L .21132 .42728 L .21132 .43491 L .2035 .43873 L .19567 .43491 L Mistroke .19567 .44254 L .18784 .44636 L .19567 .45017 L .19567 .4578 L .2035 .45399 L .21132 .4578 L .21132 .46543 L .2035 .46925 L .21132 .47306 L .21132 .48069 L .2035 .48451 L .19567 .48069 L .19567 .48832 L .18784 .49214 L .18002 .48832 L .18002 .48069 L .17219 .48451 L .16436 .48069 L .16436 .48832 L .15654 .49214 L .16436 .49595 L .16436 .50358 L .15654 .5074 L .14871 .50358 L .14871 .51121 L .14088 .51503 L .14871 .51884 L .14871 .52647 L .15654 .52266 L .16436 .52647 L .16436 .5341 L .15654 .53792 L .16436 .54173 L .16436 .54936 L .17219 .54555 L .18002 .54936 L .18002 .54173 L .18784 .53792 L .19567 .54173 L .19567 .54936 L .2035 .54555 L .21132 .54936 L .21132 .55699 L .2035 .56081 L .21132 .56462 L .21132 .57225 L .2035 .57607 L .19567 .57225 L .19567 .57988 L .18784 .5837 L Mistroke .19567 .58751 L .19567 .59514 L .2035 .59133 L .21132 .59514 L .21132 .60277 L .2035 .60659 L .21132 .6104 L .21132 .61803 L .21915 .61422 L .22698 .61803 L .22698 .6104 L .23481 .60659 L .24263 .6104 L .24263 .61803 L .25046 .61422 L .25829 .61803 L .25829 .6104 L .26611 .60659 L .25829 .60277 L .25829 .59514 L .26611 .59133 L .27394 .59514 L .27394 .58751 L .28177 .5837 L .28959 .58751 L .28959 .59514 L .29742 .59133 L .30525 .59514 L .30525 .60277 L .29742 .60659 L .30525 .6104 L .30525 .61803 L .31307 .61422 L .3209 .61803 L .3209 .6104 L .32873 .60659 L .33655 .6104 L .33655 .61803 L .34438 .61422 L .35221 .61803 L .35221 .6104 L .36003 .60659 L .35221 .60277 L .35221 .59514 L .36003 .59133 L .36786 .59514 L .36786 .58751 L .37569 .5837 L .36786 .57988 L .36786 .57225 L Mistroke .36003 .57607 L .35221 .57225 L .35221 .56462 L .36003 .56081 L .35221 .55699 L .35221 .54936 L .36003 .54555 L .36786 .54936 L .36786 .54173 L .37569 .53792 L .38352 .54173 L .38352 .54936 L .39134 .54555 L .39917 .54936 L .39917 .54173 L .407 .53792 L .39917 .5341 L .39917 .52647 L .407 .52266 L .41482 .52647 L .41482 .51884 L .42265 .51503 L .43048 .51884 L .43048 .52647 L .4383 .52266 L .44613 .52647 L .44613 .5341 L .4383 .53792 L .44613 .54173 L .44613 .54936 L .45396 .54555 L .46178 .54936 L .46178 .54173 L .46961 .53792 L .47744 .54173 L .47744 .54936 L .48526 .54555 L .49309 .54936 L .49309 .55699 L .48526 .56081 L .49309 .56462 L .49309 .57225 L .48526 .57607 L .47744 .57225 L .47744 .57988 L .46961 .5837 L .47744 .58751 L .47744 .59514 L .48526 .59133 L .49309 .59514 L Mistroke .49309 .60277 L .48526 .60659 L .49309 .6104 L .49309 .61803 L .50092 .61422 L .50875 .61803 L .50875 .6104 L .51657 .60659 L .5244 .6104 L .5244 .61803 L .53223 .61422 L .54005 .61803 L .54005 .6104 L .54788 .60659 L .54005 .60277 L .54005 .59514 L .54788 .59133 L .55571 .59514 L .55571 .58751 L .56353 .5837 L .57136 .58751 L .57136 .59514 L .57919 .59133 L .58701 .59514 L .58701 .60277 L .57919 .60659 L .58701 .6104 L .58701 .61803 L .59484 .61422 L Mfstroke .60267 .61803 m .59484 .61422 L s .60267 .61803 m .60267 .6104 L s .60267 .6104 m .61049 .60659 L .61832 .6104 L .61832 .61803 L .62615 .61422 L .63397 .61803 L .63397 .6104 L .6418 .60659 L .63397 .60277 L .63397 .59514 L .6418 .59133 L .64963 .59514 L .64963 .58751 L .65746 .5837 L .64963 .57988 L .64963 .57225 L .6418 .57607 L .63397 .57225 L .63397 .56462 L .6418 .56081 L .63397 .55699 L .63397 .54936 L .6418 .54555 L .64963 .54936 L .64963 .54173 L .65746 .53792 L .66528 .54173 L .66528 .54936 L .67311 .54555 L .68094 .54936 L .68094 .54173 L .68876 .53792 L .68094 .5341 L .68094 .52647 L .68876 .52266 L .69659 .52647 L .69659 .51884 L .70442 .51503 L .69659 .51121 L .69659 .50358 L .68876 .5074 L .68094 .50358 L .68094 .49595 L .68876 .49214 L .68094 .48832 L .68094 .48069 L .67311 .48451 L .66528 .48069 L .66528 .48832 L .65746 .49214 L Mistroke .64963 .48832 L .64963 .48069 L .6418 .48451 L .63397 .48069 L .63397 .47306 L .6418 .46925 L .63397 .46543 L .63397 .4578 L .6418 .45399 L .64963 .4578 L .64963 .45017 L .65746 .44636 L .64963 .44254 L .64963 .43491 L .6418 .43873 L .63397 .43491 L .63397 .42728 L .6418 .42347 L .63397 .41965 L .63397 .41202 L .6418 .40821 L .64963 .41202 L .64963 .40439 L .65746 .40058 L .66528 .40439 L .66528 .41202 L .67311 .40821 L .68094 .41202 L .68094 .40439 L .68876 .40058 L .68094 .39676 L .68094 .38913 L .68876 .38532 L .69659 .38913 L .69659 .3815 L .70442 .37769 L .71224 .3815 L .71224 .38913 L .72007 .38532 L .7279 .38913 L .7279 .39676 L .72007 .40058 L .7279 .40439 L .7279 .41202 L .73572 .40821 L .74355 .41202 L .74355 .40439 L .75138 .40058 L .7592 .40439 L .7592 .41202 L Mistroke .76703 .40821 L .77486 .41202 L .77486 .40439 L .78268 .40058 L .77486 .39676 L .77486 .38913 L .78268 .38532 L .79051 .38913 L .79051 .3815 L .79834 .37769 L .79051 .37387 L .79051 .36624 L .78268 .37006 L .77486 .36624 L .77486 .35861 L .78268 .3548 L .77486 .35098 L .77486 .34335 L .78268 .33954 L .79051 .34335 L .79051 .33572 L .79834 .33191 L .80617 .33572 L .80617 .34335 L .81399 .33954 L .82182 .34335 L .82182 .33572 L .82965 .33191 L .82182 .32809 L .82182 .32046 L .82965 .31665 L .83747 .32046 L .83747 .31283 L .8453 .30902 L .83747 .3052 L .83747 .29757 L .82965 .30139 L .82182 .29757 L .82182 .28994 L .82965 .28613 L .82182 .28231 L .82182 .27468 L .81399 .2785 L .80617 .27468 L .80617 .28231 L .79834 .28613 L .79051 .28231 L .79051 .27468 L .78268 .2785 L .77486 .27468 L Mistroke .77486 .26705 L .78268 .26324 L .77486 .25942 L .77486 .25179 L .78268 .24798 L .79051 .25179 L .79051 .24416 L .79834 .24035 L .79051 .23653 L .79051 .2289 L .78268 .23272 L .77486 .2289 L .77486 .22127 L .78268 .21746 L .77486 .21364 L .77486 .20601 L .76703 .20983 L .7592 .20601 L .7592 .21364 L .75138 .21746 L .74355 .21364 L .74355 .20601 L .73572 .20983 L .7279 .20601 L .7279 .21364 L .72007 .21746 L .7279 .22127 L .7279 .2289 L .72007 .23272 L .71224 .2289 L .71224 .23653 L .70442 .24035 L .69659 .23653 L .69659 .2289 L .68876 .23272 L .68094 .2289 L .68094 .22127 L .68876 .21746 L .68094 .21364 L .68094 .20601 L .67311 .20983 L .66528 .20601 L .66528 .21364 L .65746 .21746 L .64963 .21364 L .64963 .20601 L .6418 .20983 L .63397 .20601 L .63397 .19838 L .6418 .19457 L Mistroke .63397 .19075 L .63397 .18312 L .6418 .17931 L .64963 .18312 L .64963 .17549 L .65746 .17168 L .64963 .16786 L .64963 .16023 L .6418 .16405 L .63397 .16023 L .63397 .1526 L .6418 .14879 L .63397 .14497 L .63397 .13734 L .6418 .13353 L .64963 .13734 L .64963 .12971 L .65746 .1259 L .66528 .12971 L .66528 .13734 L .67311 .13353 L .68094 .13734 L .68094 .12971 L .68876 .1259 L .68094 .12208 L .68094 .11445 L .68876 .11064 L .69659 .11445 L .69659 .10682 L .70442 .10301 L .69659 .09919 L .69659 .09156 L .68876 .09538 L .68094 .09156 L .68094 .08393 L .68876 .08012 L .68094 .0763 L .68094 .06867 L .67311 .07249 L .66528 .06867 L .66528 .0763 L .65746 .08012 L .64963 .0763 L .64963 .06867 L .6418 .07249 L .63397 .06867 L .63397 .06104 L .6418 .05723 L .63397 .05341 L .63397 .04578 L Mistroke .6418 .04197 L .64963 .04578 L .64963 .03815 L .65746 .03434 L .64963 .03052 L .64963 .02289 L .6418 .02671 L .63397 .02289 L .63397 .01526 L .6418 .01145 L .63397 .00763 L .63397 0 L Mfstroke % End of Graphics MathPictureEnd ^*)