Difference between revisions of "AoPS Wiki:Sandbox"

(Cleared sandbox)
 
(333 intermediate revisions by 64 users not shown)
Line 1: Line 1:
{{AoPSWiki:Sandbox/header}} <!-- Please do not delete this line -->
+
<noinclude>{{shortcut|[[A:SAND]]}} {{Template:Sandbox}} [[Category:AoPS Wiki]] <!-- Please do not delete this line --></noinclude>
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>unitsize(1cm);
 
defaultpen(fontsize(8));
 
pair A=(-0.5,0.5), B=(0.5,0.5), C=(0.5,-0.5), D=(-0.5,-0.5);
 
pair K=(0,1.366), L=(1.366,0), M=(0,-1.366), N=(-1.366,0);
 
draw(A--N--K--A--B--K--L--B--C--L--M--C--D--M--N--D--A);
 
label("A",A,SE);
 
label("B",B,SW);
 
label("C",C,NW);
 
label("D",D,NE);</asy>
 
 
 
<asy>
 
import graph;
 
draw(Circle((0,0),20)); // graph - Circle
 
</asy>
 
----
 
<math>\begin{align*}
 
\dfrac{p+q}{p-q}&=1+\dfrac{2q}{p-q}\\
 
&= 1+\dfrac{14}{2}\\
 
&= \boxed{7}
 
\end{align*}</math>
 
----
 
Testing answers template:
 
<math>{{answers
 
| a = 4
 
| b = 5
 
| c = 6
 
| d = 7
 
| e = 8
 
}}</math>
 
 
 
[[User:Googology101|googology101]]<sup>[[User talk:Googology101|talk]] &bull; [[Special:Contribs/Googology101|contribs]]</sup> 22:07, 27 February 2009 (UTC)
 

Latest revision as of 20:40, 13 August 2025

Shortcut:

L Edit this page

This Sandbox page is for experimenting with AoPS Wiki editing.

Feel free to test formatting, links, or templates here. If you're new, you may find the AoPS Wiki editing tutorial helpful.

Note: This page is cleared regularly and without warning. Please do not add offensive, copyrighted, or inappropriate content.