]> AND Private Git Repository - 16dcc.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
ajout du résultat pour N=16
authorcouchot <couchot@localhost.localdomain>
Fri, 24 Jun 2016 14:48:34 +0000 (16:48 +0200)
committercouchot <couchot@localhost.localdomain>
Fri, 24 Jun 2016 14:48:34 +0000 (16:48 +0200)
complexity.eps
complexityDisplay.py

index 41e0c2ba31c6c4603af60da0db2ab289701d366f..4367de27aa8a9cf89da3d33aac2818114d661cd9 100644 (file)
@@ -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
index 60f2c7925f84898dc8bb0b684b8346723f4c466d..e02d1f5572720fa3fa5977a2882c7b95440060b3 100644 (file)
@@ -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]