input geometriesyr12; figure(0,0,10u,10u); pair O,T,S,L,U; O=u*(1,1);nomme.llft(O); T=u*(6,1);nomme.lrt(T); path cc; cc=cercledia(O,T); S=point(0.35*length cc) of cc;nomme.top(S); trace triangle(O,T,S); trace codeperp(O,S,T,8); L=3/5[T,S];nomme.top(L); U=3/5[T,O];nomme.bot(U); trace L--U; trace codeperp(U,L,T,8); fin; end