Difference between revisions of "AoPS Wiki:Sandbox"
(→Sandbox Area) |
(→Sandbox Area) |
||
Line 179: | Line 179: | ||
draw((7,0)--(7,1)); | draw((7,0)--(7,1)); | ||
+ | </asy> | ||
+ | |||
+ | <asy> | ||
+ | /* File unicodetex not found. */ | ||
+ | |||
+ | /* Geogebra to Asymptote conversion, documentation at artofproblemsolving.com/Wiki, go to User:Azjps/geogebra */ | ||
+ | import graph; size(11.58cm); | ||
+ | real labelscalefactor = 0.5; /* changes label-to-point distance */ | ||
+ | pen dps = linewidth(0.7) + fontsize(10); defaultpen(dps); /* default pen style */ | ||
+ | pen dotstyle = black; /* point style */ | ||
+ | real xmin = -4.3, xmax = 7.28, ymin = -2.6, ymax = 6.3; /* image dimensions */ | ||
+ | pen zzttqq = rgb(0.6,0.2,0); pen qqwuqq = rgb(0,0.39,0); | ||
+ | |||
+ | draw((-2.82,2.6)--(-1.58,-0.9)--(3.5,-1.04)--(2.46,3.18)--(0.6,0.68)--(-0.88,4.78)--(-4.26,3.9)--cycle, zzttqq); | ||
+ | draw(arc((-0.88,4.78),0.6,-165.41,-70.15)--(-0.88,4.78)--cycle, qqwuqq); | ||
+ | draw(arc((0.6,0.68),0.6,109.85,413.35)--(0.6,0.68)--cycle, qqwuqq); | ||
+ | draw(arc((3.5,-1.04),0.6,103.84,178.42)--(3.5,-1.04)--cycle, qqwuqq); | ||
+ | /* draw figures */ | ||
+ | draw((-2.82,2.6)--(-1.58,-0.9), zzttqq); | ||
+ | draw((-1.58,-0.9)--(3.5,-1.04), zzttqq); | ||
+ | draw((3.5,-1.04)--(2.46,3.18), zzttqq); | ||
+ | draw((2.46,3.18)--(0.6,0.68), zzttqq); | ||
+ | draw((0.6,0.68)--(-0.88,4.78), zzttqq); | ||
+ | draw((-0.88,4.78)--(-4.26,3.9), zzttqq); | ||
+ | draw((-4.26,3.9)--(-2.82,2.6), zzttqq); | ||
+ | draw((xmin, 22.25*xmin + 13.09)--(xmax, 22.25*xmax + 13.09)); /* line */ | ||
+ | draw((xmin, -0.49*xmin + 1.27)--(xmax, -0.49*xmax + 1.27)); /* line */ | ||
+ | draw((xmin, 5.13*xmin + 17.06)--(xmax, 5.13*xmax + 17.06)); /* line */ | ||
+ | /* dots and labels */ | ||
+ | dot((-2.82,2.6),dotstyle); | ||
+ | label("$A$", (-2.74,2.72), NE * labelscalefactor); | ||
+ | dot((-1.58,-0.9),dotstyle); | ||
+ | label("$B$", (-1.5,-0.78), NE * labelscalefactor); | ||
+ | dot((-1.66,4.58),dotstyle); | ||
+ | label("$H$", (-1.58,4.7), NE * labelscalefactor); | ||
+ | dot((-2.48,4.36),dotstyle); | ||
+ | label("$I$", (-2.4,4.48), NE * labelscalefactor); | ||
+ | dot((-0.44,3.3),dotstyle); | ||
+ | label("$Z$", (-0.36,3.42), NE * labelscalefactor); | ||
+ | dot((-0.52,1.52),dotstyle); | ||
+ | label("$W$", (-0.44,1.64), NE * labelscalefactor); | ||
+ | dot((2.4,0.1),dotstyle); | ||
+ | label("$Z_1$", (2.48,0.22), NE * labelscalefactor); | ||
+ | label("$95.26^\circ$", (-1.6,4.28), NE * labelscalefactor,qqwuqq); | ||
+ | label("$303.5^\circ$", (0.06,0.34), NE * labelscalefactor,qqwuqq); | ||
+ | label("$74.58^\circ$", (2.68,-0.9), NE * labelscalefactor,qqwuqq); | ||
+ | clip((xmin,ymin)--(xmin,ymax)--(xmax,ymax)--(xmax,ymin)--cycle); | ||
+ | /* end of picture */ | ||
</asy> | </asy> | ||
Revision as of 19:18, 12 April 2012
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
[hide]
random code
[/hide]
test 89810312
<hide>hidden text</hide>
Test 1
Test 2
Test
Test 3