Difference between revisions of "AoPS Wiki:Sandbox"
(→Sandbox Area) |
|||
Line 8: | Line 8: | ||
=== Sandbox Area === | === Sandbox Area === | ||
<asy> | <asy> | ||
− | draw((0,0 | + | draw(Circle((0,0),13),linewidth(1)); |
− | + | draw((-12,-5)--(-5,-12)--(12,5)--cycle,linewidth(1)); | |
− | draw(( | + | draw((0,0)--(-5,-12),linewidth(1)+linetype("0 4")); |
− | |||
− | draw((0,0)--( | ||
− | |||
dot((0,0)); | 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(3cm,3cm); | |
+ | 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); | ||
− | + | </asy> |
Revision as of 19:20, 21 July 2010
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