Difference between revisions of "User talk:Benq"

Line 1: Line 1:
<asy>
+
<math>(12,3)</math>
pair A,B,C,D,E,F,G,H,I,J,K,L;
+
<math>21</math>
A=(0,1);
+
<math>12</math>
B=(0,2);
+
<math>3</math>
C=(1,0);
+
<math>(3,1)</math>
D=(1,1);
 
E=(1,2);
 
F=(1,3);
 
G=(2,0);
 
H=(2,1);
 
I=(2,2);
 
J=(2,3);
 
K=(3,1);
 
L=(3,2);
 
draw(A--K);
 
draw(B--L);
 
draw(A--B);
 
draw(C--G);
 
draw(C--F);
 
draw(G--J);
 
draw(K--L);
 
draw(F--J);
 
</asy>
 

Revision as of 13:32, 8 December 2014

$(12,3)$ $21$ $12$ $3$ $(3,1)$