Difference between revisions of "AoPS Wiki:Sandbox"
(→Sandbox Area) |
(asymtote) |
||
Line 7: | Line 7: | ||
=== Sandbox Area === | === Sandbox Area === | ||
+ | |||
+ | <asy> | ||
+ | size(220pt); | ||
+ | defaultpen(1); | ||
+ | pair A=(0,0), B=(220,0), C=(18.7723,118.523); | ||
+ | pair D=(72.6,0); | ||
+ | |||
+ | pair Ia=incenter(A,D,C), Ib=incenter(B,D,C); | ||
+ | pair Ta=(24.9758,52.5775),Tb=(86.6196,67.4129); | ||
+ | pair E=IntersectionPoint((Ta--Tb),(C--D)); | ||
+ | path Oa=circle(Ia,inradius(A,D,C)); | ||
+ | path Ob=circle(Ib,inradius(B,D,C)); | ||
+ | pair Da=IP(Oa,A--B), Db=IP(Ob,A--B); | ||
+ | |||
+ | draw(D--C--A--B--C); | ||
+ | draw(Ta--Tb); | ||
+ | draw(Oa); | ||
+ | draw(Ob); | ||
+ | |||
+ | dot(A,linewidth(4)); | ||
+ | dot(B,linewidth(4)); | ||
+ | dot(C,linewidth(4)); | ||
+ | dot(D,linewidth(4)); | ||
+ | dot(E,linewidth(4)); | ||
+ | dot(Ta,linewidth(4)); | ||
+ | dot(Tb,linewidth(4)); | ||
+ | |||
+ | label("A",A,SW); | ||
+ | label("<math>B</math>",B,SE); | ||
+ | label("<math>C</math>",C,W); | ||
+ | label("<math>D</math>",D,S); | ||
+ | label("<math>E</math>",E,NNE); | ||
+ | </asy> | ||
+ | |||
+ | --- | ||
+ | |||
test | test | ||
<problem> | <problem> |
Revision as of 12:28, 13 January 2008
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.
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
---
test <problem> <contest>AIME</contest> <version>I</version> <year>2007</year> <probnum>3</probnum> <question> Prove that in a right triangle. </question> <solution> "Because I said so" -- Pythagoras </solution> </problem>
If anybody knows how to embed XML tags in a Wiki page so that they don't display, but are still there, please post here.
<script type='text/javascript' language='javascript'> alert("If this display, it seems like a huge security flaw."); </script>
I am also testing dollars signs: Testing dollar signs
Testing multiple dollar signs: and then,
Dollar signs. LaTeX didn't show up in the previews because the last } was missing.
test
testing asy
A proof without words that and . --Dustball 19:39, 6 January 2008 (EST)