Difference between revisions of "User talk:Benq"

Line 4: Line 4:
 
A=(15,20);
 
A=(15,20);
 
B=(-7,-24);
 
B=(-7,-24);
C=(7,24);
+
C=(-7,24);
 
D=(7,-24);
 
D=(7,-24);
 
draw(A--B);
 
draw(A--B);
 
draw(C--D);
 
draw(C--D);
 
</asy>
 
</asy>

Revision as of 20:02, 7 December 2014

[asy] pair A,B,C,D,E,F,G; draw(circle((0,0),25)); A=(15,20); B=(-7,-24); C=(-7,24); D=(7,-24); draw(A--B); draw(C--D); [/asy]