Fichier courbes005.mp (figure 1) — Modifié le 28 Mars 2008 à 21 h 47
input courbescp13;
beginfig(1);
depart((0,0),(8,8),(4,4),4,4);
draw grille(0.5);
draw axes;
graduantx.bot;
graduanty.llft;
draw param1(0,2*pi,100,((cos(t))**3,(sin(t))**3)) withcolor bleu;
draw tangenteparam1(3*pi/4,0,2*pi);
endfig;
end