diff --git a/S2/TP4/analyse_tris.py b/S2/TP4/analyse_tris.py index e0a21f2..7f40395 100644 --- a/S2/TP4/analyse_tris.py +++ b/S2/TP4/analyse_tris.py @@ -365,3 +365,7 @@ fichier.") section("Avec Gnuplot") question(1) + +reponse("Graphiquement, on trouve que cette fonction a pour expression 0,287x²-2x+1\n\ +Cette fonction correspond à la commande : \n\ +gnuplot> plot 'tri_insertion_moyen.txt', 0.287*x**2-2*x +1 with lines")