integ_order 実行例

help出力 integ_order.py --help

Numerical integration using different approximations
Write to [integ_order.csv]

 x :	    f     	integ(f)[x,x+h]	  Riemtan   	 Trapezoid  	  Simpson   	Simpson 3/8 	    Bode    
0.0:	  1.0000  	  0.6487  	  0.500000  	  0.662180  	  0.648735  	  0.648727  	  0.648721  	
0.5:	  1.6487  	  1.0696  	  0.824361  	  1.091751  	  1.069584  	  1.069571  	  1.069561  	
1.0:	  2.7183  	  1.7634  	  1.359141  	  1.799993  	  1.763445  	  1.763424  	  1.763407  	
1.5:	  4.4817  	  2.9074  	  2.240845  	  2.967686  	  2.907430  	  2.907395  	  2.907367  	
2.0:	  7.3891  	  4.7934  	  3.694528  	  4.892888  	  4.793541  	  4.793484  	  4.793438  	
2.5:	 12.1825  	  7.9030  	  6.091247  	  8.067008  	  7.903213  	  7.903119  	  7.903043  	
3.0:	 20.0855  	 13.0299  	 10.042768  	 13.300247  	 13.030196  	 13.030040  	 13.029915  	
3.5:	 33.1155  	 21.4827  	 16.557726  	 21.928400  	 21.483161  	 21.482904  	 21.482698  	
4.0:	 54.5982  	 35.4190  	 27.299075  	 36.153820  	 35.419744  	 35.419321  	 35.418982  	
4.5:	 90.0171  	 58.3960  	 45.008566  	 59.607573  	 58.397286  	 58.396587  	 58.396028  	


データファイル

画像ファイル