Difference between revisions of "User:Afly"
(→Tiny 3D experiments) |
(→Some of my asymptote creations) |
||
Line 206: | Line 206: | ||
filldraw(d--e--f--F--E--D--cycle,blue); | filldraw(d--e--f--F--E--D--cycle,blue); | ||
filldraw(f--g--b--B--G--F--cycle,gray); | filldraw(f--g--b--B--G--F--cycle,gray); | ||
+ | </asy> | ||
+ | |||
+ | ===Circle diagrams=== | ||
+ | |||
+ | A collection of stuff having to do with circles | ||
+ | |||
+ | ====Intersection points==== | ||
+ | |||
+ | <asy> | ||
+ | unitsize(6); | ||
+ | pair A1 = (0,0); | ||
+ | pair A2 = A1 + shift(dir(0))*30; | ||
+ | pair A3 = A2 + shift(dir(0))*30; | ||
+ | pair B1 = (9,0); | ||
+ | pair B2 = B1 + shift(dir(0))*30; | ||
+ | pair B3 = B2 + shift(dir(0))*30; | ||
+ | pair G1 = (9/2,-15/2); | ||
+ | pair G2 = (69/2,-15/2); | ||
+ | pair G3 = (129/2,-15/2); | ||
+ | pair H1 = A1 + (0,5); | ||
+ | pair H2 = A2 + (0,5); | ||
+ | pair H3 = A3 + (0,5); | ||
+ | pair I1 = B1 + (0,3); | ||
+ | pair I2 = B2 + (0,4); | ||
+ | pair I3 = B3 + (0,5); | ||
+ | path E1 = circle(A1,5); | ||
+ | path E2 = circle(A2,5); | ||
+ | path E3 = circle(A3,5); | ||
+ | path F1 = circle(B1,3); | ||
+ | path F2 = circle(B2,4); | ||
+ | path F3 = circle(B3,5); | ||
+ | draw(E1,red); | ||
+ | draw(E2,red); | ||
+ | draw(E3,red); | ||
+ | draw(F1,green); | ||
+ | draw(F2,green); | ||
+ | draw(F3,green); | ||
+ | label("No points",G1); | ||
+ | label("One point",G2); | ||
+ | label("Two points",G3); | ||
+ | label("${\omega}_{A1}$",H1,N,red); | ||
+ | label("${\omega}_{A2}$",H2,N,red); | ||
+ | label("${\omega}_{A3}$",H3,N,red); | ||
+ | label("${\omega}_{B1}$",I1,N,green); | ||
+ | label("${\omega}_{B2}$",I2,N,green); | ||
+ | label("${\omega}_{B3}$",I3,N,green); | ||
+ | pair [] D1 = intersectionpoints(E2,F2); | ||
+ | pair [] D2 = intersectionpoints(E3,F3); | ||
+ | pair C1 = D1[0]; | ||
+ | pair C2 = D2[0]; | ||
+ | pair C3 = D2[1]; | ||
+ | dot(C1,blue); | ||
+ | dot(C2,blue); | ||
+ | dot(C3,blue); | ||
+ | label("$I_2$",C1,dir(0),blue); | ||
+ | label("$I_{3A}$",C2,dir(0),blue); | ||
+ | label("$I_{3B}$",C3,dir(0),blue); | ||
</asy> | </asy> | ||
Revision as of 21:43, 10 December 2023
Contents
About Afly
Friends with Yrock and ConfidentFlamingo
User # 1013218 Profile
Some of my asymptote creations
These are a random collection of diagrams and text that I have made. YOU ARE ALLOWED TO USE THESE IMAGES AND/OR TEXT IN YOUR PAGES OR USE THEM FOR REFERENCE.
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 experiments
Circle diagrams
A collection of stuff having to do with circles
Intersection points
Created files
(Using desmos)
Colored dodecagon
Original file:
5/6 size:
2/3 size:
1/2 size:
1/3 size:
1/6 size:
Pentagon 2023 12B Q25 dissmo
Original size:
4/5 size: