Difference between revisions of "AoPS Wiki:Sandbox"

(\LaTeX test)
 
(83 intermediate revisions by 19 users not shown)
Line 1: Line 1:
{{AoPSWiki:Sandbox/header}} <!-- Please do not delete this line -->
+
=A=
In the computer world, a '''sandbox''' is a place to test and experiment -- essentially, it's a place to play.
+
==B==
 
+
===C===
This is the AoPSWiki Sandbox.  Feel free to experiment here.
+
====D====
 
 
Warning: anything you place here is subject to deletion without notice.
 
 
 
[''This was deleted due to its inappropriateness.'']
 
 
 
==<math>\LaTeX</math> test==
 
---experimenthere-----
 
 
 
Please do not delete from this point on until 5:00 PST on 4/2!
 
 
 
We want to find the area of this figure:
 
<asy>
 
path rt,tt;
 
int x;
 
x = 1+sqrt(2)+(6/1.7);
 
tt=(0,0)..(1+sqrt(2),1)--(1+sqrt(2),-1)..cycle;
 
rt=(1+sqrt(2),-1)--(1+sqrt(2)+(6/1.7),-1)--(1+sqrt(2)+(6/1.7),1)--(1+sqrt(2),1);
 
draw(rt);
 
draw(tt);
 
label("1.7", (x, 0), E);
 
</asy>
 

Latest revision as of 15:33, 13 June 2023

A

B

C

D