Difference between revisions of "AoPSWiki:Sandbox"
Aquadragon (talk | contribs) |
Aquadragon (talk | contribs) |
||
Line 3: | Line 3: | ||
<div class="mw-collapsible mw-collapsed" style="width:100%"> | <div class="mw-collapsible mw-collapsed" style="width:100%"> | ||
'''The Name Asymptote''' | '''The Name Asymptote''' | ||
− | <div class="mw-collapsible-content"> | + | <div class="mw-collapsible-content"> |
− | + | <blockquote> fath2012 Why asympote is called asympote | |
+ | <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> | |
<div class="mw-collapsible mw-collapsed" style="width:100%"> | <div class="mw-collapsible mw-collapsed" style="width:100%"> | ||
Line 28: | Line 29: | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
To create points in your diagram you can use | To create points in your diagram you can use | ||
− | + | <code>A = (0,0);</code> | |
− | <code>A = (0,0);</code> | ||
− | |||
Say you want to have point <math>B</math> <math>4</math> units to the right of point <math>A</math>, then you can use | Say you want to have point <math>B</math> <math>4</math> units to the right of point <math>A</math>, then you can use | ||
− | + | <code>B = (4,0);</code> | |
− | <code>B = (4,0);</code> | ||
− | |||
Setting points on your diagram is like setting points on a graph. The first number is the <math>x</math>-coordinate of the point and the second number is the <math>y</math>-coordinate of the point. | Setting points on your diagram is like setting points on a graph. The first number is the <math>x</math>-coordinate of the point and the second number is the <math>y</math>-coordinate of the point. | ||
Revision as of 11:34, 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