Difference between revisions of "AoPS Wiki:Sandbox"

(Sandbox Area)
(Sandbox Area)
Line 57: Line 57:
  
 
</asy>
 
</asy>
 +
 +
==Latex Test==
 +
<math>Test</math>
 +
x^2

Revision as of 17:20, 25 February 2011

Welcome to the sandbox, a location to test your newfound wiki-editing abilities.

Please note that all contributions here may be deleted periodically and without warning.

In the computer world, a sandbox is a place to test and experiment -- essentially, it's a place to play.

This is the AoPSWiki Sandbox. Feel free to experiment here.

Warning: anything you place here is subject to deletion without notice.

Sandbox Area

[asy] draw(Circle((0,0),13),linewidth(1)); draw((-12,-5)--(-5,-12)--(12,5)--cycle,linewidth(1)); draw((0,0)--(-5,-12),linewidth(1)+linetype("0 4")); dot((0,0));  label("T",(0,0),N); label("X",(-12,-5),W); label("Z",(-5,-12),S); label("Y",(12,5),E);  [/asy] [asy]  size(4cm,4cm);  pair A,B,C,D,E; A = (0,0); B = dir(108); C = B+dir(39); D = C+dir(-39); E = (1,0);  draw(A--B--C--D--E--cycle,linewidth(1)); draw(A--C,linewidth(1)+linetype("0 4"));  label("A",A,S); label("B",B,W); label("C",C,N); label("D",D,E); label("E",E,S); label("$108^\circ$",B,E);   [/asy]

[asy]  draw(Circle((0,0),23), linewidth(1.5)); dot((0,0));  [/asy]


dot((0,0));
dot((5,12));
line((0,0)--(5,12));

 (Error making remote request. Unknown error_msg)

Latex Test

$Test$ x^2