Fichier figure017.mp (figure 1) — Modifié le 3 Avril 2008 à 21 h 33

figure017.mp (figure 1)
Source

input geometriesyr16;
figure(0,0,9u,5u);
pair A,E,T,N,C;
E=u*(3,1);
C=u*(1,4);
T=u*(8,3);
A=2/5[C,E];
N=2/5[C,T];
trace triangle(C,E,T);
trace A--N;
trace cotationmil(C,N,2mm,10,btex 3 etex);
trace cotationmil(N,T,2mm,20,btex $a+2$ etex);
trace cotationmil(C,A,-2mm,10,btex 2 etex);
trace cotationmil(A,E,-2mm,10,btex $a$ etex);
nomme.ulft(C);
nomme.bot(E);
nomme.lrt(T);
labeloffset:=3*labeloffset;
nomme.llft(A);
nomme.top(N);
labeloffset:=labeloffset/3;
fin;
end