Difference between revisions of "User:Annoyingpi"
Annoyingpi (talk | contribs) |
Annoyingpi (talk | contribs) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | <asy> | ||
+ | dot((-1,0)); | ||
+ | dot((1,0)); | ||
+ | dot((0,1.5)); | ||
+ | dot((0,-1.5)); | ||
+ | dot((0.3,0.3)); | ||
+ | |||
+ | |||
+ | draw((1,0)--(0,1.5)--(-1,0)--(0,-1.5)--cycle); | ||
+ | |||
+ | label("$P_1$",(-1,0),W); | ||
+ | label("$P_2$",(1,0),E); | ||
+ | label("$Q_1$",(0,1.5),N); | ||
+ | label("$Q_2$",(0,-1.5),S); | ||
+ | label("$X$",(0.3,0.3),SW); | ||
+ | </asy> | ||
+ | |||
+ | |||
+ | <asy> | ||
+ | draw((0,0)--(0,2)--(2,2)--(2,0)--cycle); | ||
+ | draw((0,0)--(0,1)--(1,0)--cycle); | ||
+ | draw((0,0)--(0,2)--(1,2)--cycle); | ||
+ | draw((0,0)--(2,0)--(2,1)--cycle); | ||
+ | fill((0,0)--(0,1)--(1,0)--cycle,gray); | ||
+ | fill((0,0)--(0,2)--(1,2)--cycle,gray); | ||
+ | fill((0,0)--(2,0)--(2,1)--cycle,gray); | ||
+ | |||
+ | label("0",(0,0),SW); | ||
+ | label("1",(0,1),W); | ||
+ | label("2",(0,2),NW); | ||
+ | label("1",(1,0),S); | ||
+ | label("2",(2,0),SE); | ||
+ | </asy> | ||
+ | |||
<asy> | <asy> | ||
draw((0,0)--(5,12)); | draw((0,0)--(5,12)); |
Latest revision as of 00:30, 10 December 2008