Difference between revisions of "AoPS Wiki:Sandbox"
Line 74: | Line 74: | ||
return 2x/(x-2); | return 2x/(x-2); | ||
} | } | ||
− | xaxis(-10,10); | + | xaxis(-10,10, Arrows(5)); |
− | yaxis(-10,10); | + | yaxis(-10,10, Arrows(5)); |
path g = graph(f,2.5,10); | path g = graph(f,2.5,10); | ||
path h = graph(f, -6, 1.5); | path h = graph(f, -6, 1.5); | ||
− | draw(g | + | draw(h, arrow=Arrows(5), p=blue); |
+ | draw(g, arrow=Arrows(5), p=blue); | ||
+ | draw((2,-10)--(2,10), gray+dashed); | ||
</asy> | </asy> |