Namespaces
Variants
Actions

Difference between revisions of "User talk:WikiSysop"

From Encyclopedia of Mathematics
Jump to: navigation, search
Line 39: Line 39:
 
labely(1,E);
 
labely(1,E);
 
label("$eˆx$",F(1),SE);
 
label("$eˆx$",F(1),SE);
 +
</asy>
 +
 +
====Case 3====
 +
<asy>
 +
import graph;
 +
   
 +
    size(400,200,IgnoreAspect);
 +
   
 +
    real Sin(real t) {return sin(2pi*t);}
 +
    real Cos(real t) {return cos(2pi*t);}
 +
   
 +
    draw(graph(Sin,0,1),red,"$\sin(2\pi x)$");
 +
    draw(graph(Cos,0,1),blue,"$\cos(2\pi x)$");
 +
   
 +
    xaxis("$x$",BottomTop,LeftTicks);
 +
    yaxis("$y$",LeftRight,RightTicks(trailingzero));
 +
   
 +
    label("LABEL",point(0),UnFill(1mm));
 +
   
 +
    add(legend(),point(E),20E,UnFill);
 
</asy>
 
</asy>
  

Revision as of 09:40, 4 November 2014

Test Copy&Paste HTML

Test-copy-paste

Test Asymptote

Tests November 4th

Case 1

Case 2

Case 3

Tests October 27th

Case 1

Case 2

Case 3

Case 4

Case 5

[asy] pair A,B,C,X,Y,Z; A = (0,0); B = (1,0); C = (0.3,0.8); draw(A--B--C--A); X = (B+C)/2; Y = (A+C)/2; Z = (A+B)/2; draw(A--X, red); draw(B--Y,red); draw(C--Z,red); [/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

.

How to Cite This Entry:
WikiSysop. Encyclopedia of Mathematics. URL: http://encyclopediaofmath.org/index.php?title=WikiSysop&oldid=34283

Test January 12th 2015