AoPS Wiki:Sandbox: Difference between revisions
| Line 17: | Line 17: | ||
label("D",D,NE);</asy> | label("D",D,NE);</asy> | ||
<asy>unitsize( | <asy>unitsize(1cm); | ||
int[][] c = {{0, | int[][] c = {{0,2,1},{0,1,1},{1,1,0}}; | ||
real[] red = {1, 0, .5}; | |||
real[] | real[] gre = {0, 0, .5}; | ||
real[] | real[] blu = {0, 1, 0}; | ||
for(int i=0; i < 3; ++i) { | |||
for(int j=0; j < 3; ++j) { | for(int j=0; j < 3; ++j) { | ||
dot((i,j),rgb(red[c[i][j]], gre[c[i][j]], blu[c[i][j]])); | |||
} | } | ||
} | } | ||
Revision as of 07:48, 31 March 2009
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.
Sandbox Area
$\begin{align*} \dfrac{p+q}{p-q}&=1+\dfrac{2q}{p-q}\\ &= 1+\dfrac{14}{2}\\ &= \boxed{7} \end{align*}$ (Error compiling LaTeX. Unknown error_msg)
Testing answers template:
googology101talk • contribs 22:07, 27 February 2009 (UTC)