Difference between revisions of "AoPS Wiki:Sandbox"
(→\LaTeX test) |
|||
| Line 9: | Line 9: | ||
==<math>\LaTeX</math> test== | ==<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> | ||
Revision as of 17:46, 2 April 2014
Template:AoPSWiki:Sandbox/header 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.
[This was deleted due to its inappropriateness.]
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:
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);
(Error making remote request. Unknown error_msg)