Namespaces
Variants
Actions

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

From Encyclopedia of Mathematics
Jump to: navigation, search
Line 37: Line 37:
 
import graph;
 
import graph;
 
picture whole;
 
picture whole;
 +
 +
real sc=0.7;
  
 
draw ( graph( new real(real x) {return x;}, -2, 2), red+1.2, "$y=x$" );
 
draw ( graph( new real(real x) {return x;}, -2, 2), red+1.2, "$y=x$" );
Line 47: Line 49:
 
labely("$y$",(0.15,2.3));
 
labely("$y$",(0.15,2.3));
  
add(scale(0.72,1.2)*legend(),(0.5,-0.75));
+
add(scale(0.72sc,1.2sc)*legend(),(0.5,-0.75));
  
 
real mrg=1.3;
 
real mrg=1.3;
 
draw( scale(mrg)*box((-2,-2),(2,2)), white );
 
draw( scale(mrg)*box((-2,-2),(2,2)), white );
  
add (whole,shift(-240,0)*currentpicture.fit(mrg*6.5cm));
+
add (whole,shift(-sc*220,0)*currentpicture.fit(sc*mrg*6.5cm));
 
erase();
 
erase();
  
Line 68: Line 70:
 
labely("$y$",(0.3,4.6));
 
labely("$y$",(0.3,4.6));
  
add(scale(0.75,0.75)*legend(),(0.95,-1.2));
+
add(scale(0.75sc,0.75sc)*legend(),(0.95,-1.2));
  
 
real mrg=1.3;
 
real mrg=1.3;
 
draw( scale(mrg)*box((-4,-4),(4,4)), white );
 
draw( scale(mrg)*box((-4,-4),(4,4)), white );
  
add (whole,shift(0,0)*currentpicture.fit(mrg*6.5cm,mrg*6.5cm,false));
+
add (whole,shift(0,0)*currentpicture.fit(sc*mrg*6.5cm,mrg*6.5cm,false));
 
erase();
 
erase();
  
Line 87: Line 89:
 
labely("$y$",(0.3,4.6));
 
labely("$y$",(0.3,4.6));
  
add(scale(0.5,0.75)*legend(),(0.6,-2.5));
+
add(scale(0.5sc,0.75sc)*legend(),(0.6,-2.5));
  
 
real mrg=1.3;
 
real mrg=1.3;
 
draw( scale(mrg)*box((-4,-4),(4,4)), white );
 
draw( scale(mrg)*box((-4,-4),(4,4)), white );
  
add (whole,shift(240,0)*currentpicture.fit(mrg*6.5cm,mrg*6.5cm,false));
+
add (whole,shift(sc*220,0)*currentpicture.fit(sc*mrg*6.5cm,mrg*6.5cm,false));
 
erase();
 
erase();
  

Revision as of 07:51, 2 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=35308