input geometriesyr12; figure(0,0,6u,5u); pair A,B,C,M,H; B=u*(0.75,0.75); C=u*(5.25,0.75); A=u*(4,4.25); trace triangle(A,B,C); M=iso(B,C); H=projection(A,B,C); trace M--A--H; trace codeperp(A,H,B,5); nomme.top(A); nomme.llft(B); nomme.lrt(C); nomme.bot(H); nomme.bot(M); fin; end