Namespaces
Variants
Actions

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

From Encyclopedia of Mathematics
Jump to: navigation, search
Line 38: Line 38:
 
picture whole;
 
picture whole;
  
draw ( graph( new real(real x) {return x/2;}, -2, 2), green, "$y=x/2$" );
+
draw ( graph( new real(real x) {return x/2;}, -2, 2), green+1.2, "$y=x/2$" );
draw ( graph( new real(real x) {return x;}, -2, 2), red, "$y=x$" );
+
draw ( graph( new real(real x) {return x;}, -2, 2), red+1.2, "$y=x$" );
draw ( graph( new real(real x) {return 2x;}, -1, 1), blue, "$y=2x$" );
+
draw ( graph( new real(real x) {return 2x;}, -1, 1), blue+1.2, "$y=2x$" );
  
xaxis("$x$",-2,2, LeftTicks("$\scriptstyle %.4g$",Step=1,step=0.2,Size=2,size=1));
+
xaxis("$x$",-2,2, LeftTicks(Label(fontsize(8pt)),Step=1,step=0.2,Size=2,size=1));
yaxis("$y$",-2,2, RightTicks("$\scriptstyle %.4g$",Step=0.5,step=0.1,Size=2,size=1));
+
yaxis("$y$",-2,2, RightTicks(Label(fontsize(8pt)),Step=0.5,step=0.1,Size=2,size=1));
  
add (whole,shift(-120,0)*currentpicture.fit(7cm));
+
add (whole,shift(-120,0)*currentpicture.fit(6.2cm,6.7cm,false));
add (whole,shift(120,0)*currentpicture.fit(7cm));
+
add (whole,shift(120,0)*currentpicture.fit(6.2cm,6.7cm,false));
 
erase();
 
erase();
  

Revision as of 22:24, 1 December 2014

Experiments

Note a fine distinction from Ada:

I guess, the reason is that there Asy generates pdf file (converted into png afterwards), and here something else (probably ps).

More.


Mysterious.

Power function

Kolmogorov test

Golden ratio

Strangely, the figure in EoM is erroneous! ED=EB, not BD=EB.





[Calculus: ] the art of numbering and measuring exactly a thing whose existence cannot be conceived. (Voltaire, Letter XVII: On Infinites In Geometry, And Sir Isaac Newton's Chronology)

And what are these fluxions? The velocities of evanescent increments? They are neither finite quantities, nor quantities infinitely small, nor yet nothing. May we not call them ghosts of departed quantities? (Berkeley, The Analyst)


WARNING: Asirra, the cat and dog CAPTCHA, is closing permanently on October 6, 2014. Please contact this site's administrator and ask them to switch to a different CAPTCHA. Thank you!

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