Difference between revisions of "User:Boris Tsirelson/sandbox1"
From Encyclopedia of Mathematics
| Line 2: | Line 2: | ||
size(100,100); | size(100,100); | ||
| − | + | import math; | |
| − | + | ||
| − | + | int kmax=40; | |
| − | + | ||
| − | + | guide g; | |
| − | + | for (int k=-kmax; k<=kmax; ++k) { | |
| − | + | real phi = 0.2*k*pi; | |
| − | + | real rho = 1; | |
| + | if (k!=0) { | ||
| + | rho = sin(phi)/phi; | ||
} | } | ||
| + | pair z=rho*expi(phi); | ||
| + | g=g..z; | ||
} | } | ||
| + | |||
| + | draw (g); | ||
| + | |||
| + | defaultpen(0.5); | ||
| + | draw ( (0,0)--(1.3,0), dotted, Arrow ); | ||
| + | dot ( (1,0) ); | ||
| + | label ( "$a$", (1,0), NE ); | ||
| − | |||
| − | |||
| − | |||
</asy></center> | </asy></center> | ||
Revision as of 19:36, 14 February 2013

How to Cite This Entry:
Boris Tsirelson/sandbox1. Encyclopedia of Mathematics. URL: http://encyclopediaofmath.org/index.php?title=Boris_Tsirelson/sandbox1&oldid=29432
Boris Tsirelson/sandbox1. Encyclopedia of Mathematics. URL: http://encyclopediaofmath.org/index.php?title=Boris_Tsirelson/sandbox1&oldid=29432