From 262b3f3eda66e10b386f3f7dd9fa7aa633e15b3c Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Sun, 15 Mar 2015 10:00:37 +0100 Subject: [PATCH] Question finale --- S2/TP4/analyse_tris.py | 4 ++++ 1 file changed, 4 insertions(+) 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")