Difference between revisions of "AoPSWiki:Sandbox"

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">[quote=fath2012]Why asympote is called asympote
+
<div class="mw-collapsible-content">
[quote = http://asymptote.sourceforge.net/FAQ/section1.html#whyasy]
+
<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...
[/quote]
+
</blockquote>
[/quote]</div></div>
+
</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

Expand

The Name Asymptote

Expand

Tips

Expand

#1 Beginning your code

Expand

#2 Setting points

Expand

#3 Pair part 1

Expand

#4 Connecting two points, coloring the line

Expand

#5 Labeling, Midpoint

Expand

#6 Angle Measures

Expand

#7 Distance Function

Expand

#8 Casting

Expand

#9 Right Angle Mark

Expand

#10 Intersection

Expand

#11 Filling

Expand

#12 Dot

Expand

#13 Size

Expand

#14 Tick Marks

Expand

#15 Arrows

Expand

#16 Shifting Coordinates

Expand

#17 Rotating

Expand

#18 Circles

Expand

#19 Dashed Lines

Expand

#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