input geometriesyr16; figure(0,0,6u,6u); pair A,C,G,L,O,E,F; L=u*(0.75,0.75); G-L=u*(4,0); C-G=u*(0,3); A-C=L-G; O=iso(A,G); path dd; dd=mediatrice(A,G); F=dd intersectionpoint droite(C,G); trace polygone(A,C,G,L); trace segment(A,G); trace droite(F,G); trace dd; E=dd intersectionpoint segment(A,C); nomme.llft(L); nomme.lrt(G); nomme.rt(C); nomme.ulft(A); nomme.top(O); nomme.ulft(E); nomme.lrt(F); fin; end