Difference between revisions of "User talk:WikiSysop"
Line 5: | Line 5: | ||
==Test Asymptote== | ==Test Asymptote== | ||
− | + | Tests October 27th | |
[asy] | [asy] | ||
draw((0,0)--(3,7),red); | draw((0,0)--(3,7),red); | ||
Line 12: | Line 12: | ||
label("Produced with Asymptote "+version.VERSION,point(S),2S); | label("Produced with Asymptote "+version.VERSION,point(S),2S); | ||
[/asy] | [/asy] | ||
+ | <asy> | ||
+ | size(0,100); | ||
+ | pair z1=(-1,0); | ||
+ | pair z2=(1,0); | ||
+ | real r=1.5; | ||
+ | path c1=circle(z1,r); | ||
+ | path c2=circle(z2,r); | ||
+ | fill(c1, lightred); | ||
+ | fill(c2, lightgreen); | ||
+ | picture intersection; | ||
+ | fill(intersection,c1,lightred+lightgreen); | ||
+ | clip(intersection,c2); | ||
+ | add(intersection); | ||
+ | draw(c1); | ||
+ | draw(c2); | ||
+ | label("$A$",z1); | ||
+ | label("$B$",z2); | ||
+ | path g=(0,-2)--(0,-0.25); | ||
+ | draw(Label("$A\cap B$",0),g,Arrow); | ||
+ | </asy> | ||
+ | <asy> | ||
+ | size(0,2cm); | ||
+ | draw((0,0)--(1,0)--(1,1)--(0,1)--cycle); | ||
+ | label("$W$",(0,0),SW); | ||
+ | label("$X$",(1,0),SE); | ||
+ | label("$Y$",(1,1),NE); | ||
+ | label("$Z$",(0,1),NW); | ||
+ | |||
+ | </asy> ------------------------------- <asy> | ||
+ | import three; | ||
+ | currentprojection=orthographic(5,4,2,center=true); | ||
+ | size(5cm); | ||
+ | size3(3cm,5cm,8cm); | ||
+ | draw(unitbox); | ||
+ | dot(unitbox,red); | ||
+ | label("$O$",(0,0,0),NW); | ||
+ | label("(1,0,0)",(1,0,0),S); | ||
+ | label("(0,1,0)",(0,1,0),E); | ||
+ | label("(0,0,1)",(0,0,1),Z); | ||
+ | </asy> | ||
+ | |||
+ | <asy> | ||
+ | import three; | ||
+ | size(500); | ||
+ | path3 g=(1,0,0)..(0,1,0)..(-1,0,0)..(0,-1,0)..cycle; | ||
+ | draw(g); | ||
+ | draw(O--Z,red+dashed,Arrow3); | ||
+ | draw(((-1,-1,0)--(1,-1,0)--(1,1,0)--(-1,1,0)--cycle)); | ||
+ | dot(g,red); | ||
+ | size(500,0); | ||
+ | path3 g=(1,0,0)..(0,1,1)..(-1,0,0)..(0,-1,1)..cycle; | ||
+ | draw(g); | ||
+ | draw(((-1,-1,0)--(1,-1,0)--(1,1,0)--(-1,1,0)--cycle)); | ||
+ | dot(g,red); | ||
+ | </asy> | ||
+ | |||
+ | '''Previous tests''' | ||
<asy> | <asy> | ||
draw((0,0)--(3,8),red); | draw((0,0)--(3,8),red); |
Revision as of 09:18, 27 October 2014
Test Copy&Paste HTML
Test Asymptote
Tests October 27th [asy] draw((0,0)--(3,7),red); dot((0,0)); dot((3,7)); label("Produced with Asymptote "+version.VERSION,point(S),2S); [/asy]
-------------------------------
Previous tests
Test Cite Extension
Example: Cite-Extension
Test MathJax
\begin{align} \dot{x} & = \sigma(y-x) \\ \dot{y} & = \rho x - y - xz \\ \dot{z} & = -\beta z + xy \end{align}
\[
\frac{1}{(\sqrt{\phi \sqrt{5}}-\phi) e^{\frac25 \pi}} =
1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}}
{1+\frac{e^{-8\pi}} {1+\ldots} } } }
\]
Some Text \( \frac{1}{(\sqrt{\phi \sqrt{5}}-\phi) e^{\frac25 \pi}} = 1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}} {1+\frac{e^{-8\pi}} {1+\ldots} } } } \)
Some Text
\[
\frac{1}{(\sqrt{\phi \sqrt{5}}-\phi) e^{\frac25 \pi}} =
1+\frac{e^{-2\pi}} {1+\frac{e^{-4\pi}} {1+\frac{e^{-6\pi}}
{1+\frac{e^{-8\pi}} {1+\ldots} } } }
\]
Pages A-Z
Alphabetically ordered index of all pages
Recent Changes
List of previous changes on EOM
.
WikiSysop. Encyclopedia of Mathematics. URL: http://encyclopediaofmath.org/index.php?title=WikiSysop&oldid=34089
Test January 12th 2015