Namespaces
Variants
Actions

Difference between revisions of "User:Boris Tsirelson/sandbox1"

From Encyclopedia of Mathematics
Jump to: navigation, search
Line 1: Line 1:
 
<asy>
 
<asy>
size(100,100);
+
size(80,40,keepAspect=false);
draw((0,0)..(1,1)..(2,1));
+
pen p2=red+1.2;
 +
draw(((-4,0){right}..(-3,0.004)..(-2,0.054)..(-1,0.242)..(0,0.399)..(1,0.242)..(2,0.054)..(3,0.004)..{right}(4,0)),p=p2);
 +
defaultpen(linewidth(0.8));
 +
draw((-4,0)--(4,0));
 
</asy>
 
</asy>

Revision as of 19:44, 7 June 2012

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