Difference between revisions of "AoPS Wiki:Sandbox"

m (Sandbox)
 
(87 intermediate revisions by 21 users not shown)
Line 1: Line 1:
 
{{AoPSWiki:Sandbox/header}} <!-- Please do not delete this line -->
 
{{AoPSWiki:Sandbox/header}} <!-- Please do not delete this line -->
 
+
[[<><><><><><><><>
==Sandbox==
 
[asy]
 
unitsize(1inch);
 
path T,ct,tt;
 
T=(0,0)--(1,0)--(1/2,sqrt(3)/2)--cycle;
 
ct=(0,0)..(1,0)--(1/2,sqrt(3)/2)..cycle;
 
tt=shift(sqrt(3)/6*dir(30))*(scale(1/2)*T);
 
draw(T);
 
draw(shift(2*right)*ct);
 
fill(reverse(shift(4*right)*tt)^^(shift(4*right)*T),blue);
 
[/asy]
 

Latest revision as of 16:50, 29 October 2024

Welcome to the sandbox, a location to test your newfound wiki-editing abilities.

Please note that all contributions here may be deleted periodically and without warning.

[[<><><><><><><><>