input geometriesyr16; figure(0,0,8u,8u); pair A,B,C,D,E,F,G,H,I,J,K; E=u*(5,1); A-E=u*(0,5); C-E=u*(2,3.5); J-C=u*(-5,0); I=projection(A,J,E); K=segment(A,I) intersectionpoint segment(J,C); B=segment(J,C) intersectionpoint segment(A,E); F=projection(C,J,E); D=segment(C,F) intersectionpoint segment(A,E); G=segment(J,E) intersectionpoint perpendiculaire(A,E,D); H=droite(G,D) intersectionpoint droite(A,I); trace chemin(E,J,C,F); trace chemin(D,H,A,E); trace codeperp(K,B,A,5); trace codeperp(H,D,B,5); trace codeperp(A,I,E,5); trace codeperp(C,F,E,5); nomme.top(A); nomme.urt(B); nomme.rt(C); nomme.lrt(D); nomme.bot(E); nomme.llft(F); nomme.llft(G); nomme.lft(H); nomme.bot(I); nomme.lft(J); nomme.top(K); fin; end