From bd2919c6b5810121da30faafc9f3b8c6f0155e9e Mon Sep 17 00:00:00 2001 From: couchot Date: Fri, 24 Jun 2016 16:48:34 +0200 Subject: [PATCH] =?utf8?q?ajout=20du=20r=C3=A9sultat=20pour=20N=3D16?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- complexity.eps | 4 ++-- complexityDisplay.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/complexity.eps b/complexity.eps index 41e0c2b..4367de2 100644 --- a/complexity.eps +++ b/complexity.eps @@ -1,7 +1,7 @@ %!PS-Adobe-3.0 EPSF-3.0 %%Title: complexity.eps %%Creator: matplotlib version 1.5.1, http://matplotlib.org/ -%%CreationDate: Fri Jun 24 14:36:55 2016 +%%CreationDate: Fri Jun 24 16:46:39 2016 %%Orientation: portrait %%BoundingBox: 18 180 594 612 %%EndComments @@ -574,7 +574,7 @@ grestore 406.8 285.12 o 444 313.805 o 481.2 344.218 o -518.4 374.976 o +518.4 373.939 o grestore 1.000 setlinewidth 2 setlinecap diff --git a/complexityDisplay.py b/complexityDisplay.py index 60f2c79..e02d1f5 100644 --- a/complexityDisplay.py +++ b/complexityDisplay.py @@ -8,7 +8,7 @@ rhugo,rwow,runiw,rcanny=[],[],[],[] T=3 x = [4 , 5 , 6 , 7, 8 , 9 , 10, 11 , 12 , 13 , 14 , 15 , 16 ] -y = [21.8 , 28.4 , 35.4 , 42.5 , 50 , 57.7 , 65.6, 73.5 , 81.6 , 90 , 98.3 , 107.1 , 116] +y = [21.8 , 28.4 , 35.4 , 42.5 , 50 , 57.7 , 65.6, 73.5 , 81.6 , 90 , 98.3 , 107.1 , 115.7] yp = [ 2*l*m.log(2*l +8) for l in x] -- 2.39.5