Difference between revisions of "AoPS Wiki:Sandbox"

(Sandbox Area)
 
(233 intermediate revisions by 53 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.
 
 
 
=== Sandbox Area ===
 
<asy>unitsize(1cm);
 
int[][] c = {{0,2,2,0,0,0},
 
            {0,1,1,1,1,0},
 
            {3,3,3,0,0,0}};
 
real[] red = {1, 0, 0, 0};
 
real[] gre = {0, 0, 1, 0};
 
real[] blu = {0, 1, 0, 0};
 
for(int i=0; i < c.length; ++i) {
 
for(int j=0; j < c[i].length; ++j) {
 
dot((i,j),rgb(red[c[i][j]], gre[c[i][j]], blu[c[i][j]]));
 
}
 
}
 
</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)
 
e
 

Latest revision as of 15:33, 13 June 2023

A

B

C

D