Difference between revisions of "User:Afly"
(→Isosceles Trapezoid) |
|||
Line 1: | Line 1: | ||
==About Afly== | ==About Afly== | ||
+ | |||
+ | Friends with Yrock (https://artofproblemsolving.com/wiki/index.php/User:Yrock) and ConfidentFlamingo (https://artofproblemsolving.com/wiki/index.php/User:ConfidentFlamingo) | ||
==Some of my asymptote creations== | ==Some of my asymptote creations== | ||
− | These are a random collection of diagrams and text that I have made. | + | These are a random collection of diagrams and text that I have made. PLEASE COPY. |
==Triangle== | ==Triangle== | ||
Line 149: | Line 151: | ||
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ | ||
+ | |||
+ | ==Tiny 3D experiment== | ||
+ | |||
+ | <asy> | ||
+ | unitsize(60); | ||
+ | pair A = (0,0); | ||
+ | pair B = A + dir(0); | ||
+ | pair C = A + dir(60); | ||
+ | pair D = A + dir(120); | ||
+ | pair E = A + dir(180); | ||
+ | pair F = A + dir(240); | ||
+ | pair G = A + dir(300); | ||
+ | filldraw(A--B--C--D--cycle,orange); | ||
+ | filldraw(A--D--E--F--cycle,blue); | ||
+ | filldraw(A--F--G--B--cycle,gray); | ||
+ | </asy> |
Revision as of 17:08, 23 November 2023
Contents
About Afly
Friends with Yrock (https://artofproblemsolving.com/wiki/index.php/User:Yrock) and ConfidentFlamingo (https://artofproblemsolving.com/wiki/index.php/User:ConfidentFlamingo)
Some of my asymptote creations
These are a random collection of diagrams and text that I have made. PLEASE COPY.
Triangle
ANSWER: LOOK ONLY WHEN THE PROBLEM IS COMPLETED >>> THIS IS ONLY TO CHECK YOUR ANSWER
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Pythagorean
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Isosceles Trapezoid
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Hexagon (In AMC 2023 10A #24)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Tiny 3D experiment