Difference between revisions of "AoPSWiki:Sandbox"
Aquadragon (talk | contribs) |
Aquadragon (talk | contribs) |
||
Line 4: | Line 4: | ||
'''The Name Asymptote''' | '''The Name Asymptote''' | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
− | + | <blockquote>Why Asymptote is called Asymptote? | |
− | <blockquote>Why | ||
<blockquote> http://asymptote.sourceforge.net/FAQ/section1.html#whyasy | <blockquote> http://asymptote.sourceforge.net/FAQ/section1.html#whyasy | ||
Question 1.4. Why was the name Asymptote chosen? | Question 1.4. Why was the name Asymptote chosen? | ||
Well, it isn't the perfect graphics package, but we do think it is getting there asymptotically... | Well, it isn't the perfect graphics package, but we do think it is getting there asymptotically... | ||
− | + | </blockquote> | |
</blockquote></div></div> | </blockquote></div></div> | ||
Line 15: | Line 14: | ||
'''Tips''' | '''Tips''' | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
+ | <blockquote> | ||
* To see the asymptote code of any diagram made with asymptote, click on the diagram and it will come up. | * To see the asymptote code of any diagram made with asymptote, click on the diagram and it will come up. | ||
* If your code is not working check to make sure you have a semicolon after each line, no extra parentheses or brackets, and no open parentheses or brackets. | * If your code is not working check to make sure you have a semicolon after each line, no extra parentheses or brackets, and no open parentheses or brackets. | ||
* Another thing to check if your code is not working, is to make sure every variable you've used in your code is in the pair. | * Another thing to check if your code is not working, is to make sure every variable you've used in your code is in the pair. | ||
− | </div></div> | + | </blockquote></div></div> |
<div class="mw-collapsible mw-collapsed" style="width:100%"> | <div class="mw-collapsible mw-collapsed" style="width:100%"> | ||
'''#1 Beginning your code''' | '''#1 Beginning your code''' | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
+ | <blockquote> | ||
To start your asymptote diagram you have to include [asy] at the beginning, and [/asy] at the ending. | To start your asymptote diagram you have to include [asy] at the beginning, and [/asy] at the ending. | ||
− | </div></div> | + | </blockquote></div></div> |
<div class="mw-collapsible mw-collapsed" style="width:100%"> | <div class="mw-collapsible mw-collapsed" style="width:100%"> |
Revision as of 11:39, 2 June 2022
Asymptote tutorial for AoPS
The Name Asymptote
Tips
#1 Beginning your code
#2 Setting points
#3 Pair part 1
#4 Connecting two points, coloring the line
#5 Labeling, Midpoint
#6 Angle Measures
#7 Distance Function
#8 Casting
#9 Right Angle Mark
#10 Intersection
#11 Filling
#12 Dot
#13 Size
#14 Tick Marks
#15 Arrows
#16 Shifting Coordinates
#17 Rotating
#18 Circles
#19 Dashed Lines
#20 Angle Mark
Expand
#21 "for" Command
Expand
#22 Extension
Expand
#23 How to draw an equilateral triangle
Expand
#24 How to draw an isosceles triangle
Expand
#25 How to draw a scalene triangle
Expand
#26 Labeling Angles
Expand
#27 Drawing triangles using SSS, SAS, AAS, and ASA
Expand
#28 Arcs
Expand
#29 The Nine Point Circle
Expand
#30 Pair Part 2
Expand
#31 Finding the midpoint
Expand
#32 Foot Command
Expand
#33 Introduction to 3D Geometry