Index of /teach/mec-cs101-integrals

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR].build/2020-04-13 03:28 -  
[DIR].git/2020-04-13 03:27 -  
[DIR]htmlcov/2020-04-13 03:28 -  
[DIR]output/2020-04-13 03:27 -  
[DIR]output3k/2020-04-13 03:27 -  
[DIR]py3k/2020-04-13 03:28 -  
[DIR]pydoc/2020-04-13 03:27 -  
[DIR]pydoc3k/2020-04-13 03:27 -  
[DIR]pylint/2020-04-13 03:28 -  
[DIR]pylint3k/2020-04-13 03:27 -  
[   ].gitignore2020-04-13 03:25 36  
[TXT]AUTHORS.txt2020-04-13 03:25 420  
[   ]CS101_Programming_Project_6__Numerical_Integration.pdf2020-04-13 03:25 417K 
[TXT]CS101_Programming_Project_6__Numerical_Integration.tex2020-04-13 03:26 23K 
[   ]CS101_Programming_Projects__What_to_do__and_how_to_do_it.pdf2020-04-13 03:26 84K 
[TXT]CS101_Programming_Projects__What_to_do__and_how_to_do_it.tex2020-04-13 03:26 14K 
[TXT]Examples_of_Guassian_quadratures_for_computing_1D_integrals.py2020-04-13 03:25 3.8K 
[TXT]INSTALL.txt2020-04-13 03:25 1.4K 
[TXT]LICENSE.txt2020-04-13 03:25 1.3K 
[   ]Makefile2020-04-13 03:25 8.8K 
[TXT]Monte-Carlo_method_for_computing_a_2D_integral.py2020-04-13 03:26 4.1K 
[IMG]Monte-Carlo_method_for_computing_a_2D_integral__x^2+y^2.png2020-04-13 03:25 273K 
[IMG]Monte-Carlo_method_for_computing_a_2D_integral__x^2-y^2.png2020-04-13 03:25 287K 
[TXT]Monte-Carlo_method_for_computing_an_1D_integral.py2020-04-13 03:26 5.2K 
[   ]Numerical_Integration__Project_CS101_2015.pdf2020-04-13 03:26 0  
[TXT]Numerical_Integration__Project_CS101_2015.tex2020-04-13 03:26 0  
[TXT]Plot_Riemann_rectangles.py2020-04-13 03:26 4.2K 
[TXT]README.md2020-04-13 03:25 2.4K 
[TXT]README.txt2020-04-13 03:25 2.4K 
[TXT]Recursive_Romberg_method_for_computing_1D_integrals.py2020-04-13 03:26 3.5K 
[TXT]Romberg_method_for_computing_1D_integrals.py2020-04-13 03:26 5.2K 
[TXT]conf.py2020-04-13 03:26 11K 
[TXT]index.txt2020-04-13 03:26 3.0K 
[TXT]integrals.py2020-04-13 03:26 59K 
[TXT]integrals.txt2020-04-13 03:26 393  
[   ]make.bat2020-04-13 03:26 6.3K 
[IMG]montecarlo.png2020-04-13 03:25 60K 
[IMG]montecarlo2.png2020-04-13 03:25 57K 
[IMG]montecarlo3.png2020-04-13 03:25 64K 
[IMG]montecarlo4.png2020-04-13 03:25 610K 
[IMG]riemanncenter.png2020-04-13 03:25 26K 
[IMG]riemanncenter2.png2020-04-13 03:25 24K 
[IMG]riemannleft.png2020-04-13 03:25 25K 
[IMG]riemannleft2.png2020-04-13 03:25 24K 
[IMG]riemannright.png2020-04-13 03:25 26K 
[IMG]riemannright2.png2020-04-13 03:25 25K 
[TXT]tests.py2020-04-13 03:25 5.8K 
[TXT]tests.txt2020-04-13 03:25 408  
[IMG]trapezoides.png2020-04-13 03:25 31K 
[IMG]trapezoides2.png2020-04-13 03:25 31K 

Readme

This Python (v2 or v3) project gives an (almost) complete solution for the CS101 programming project, subject #6, about Numerical Integration techniques. This project took place at Mahindra Ecole Centrale in April 2015.

Inside this directory, you will find two Python files (integrals.py and tests.py).

integrals

Defines the integration techniques and algorithms.

tests

Performs many tests and examples, by using the integrals module.


Documentation

Documentation Status

The documentation is hosted on ReadTheDocs: https://mec-cs101-integrals.readthedocs.io/.


Other files

Please read:


About this file

It quickly explains what your project was about. It should sum up in a few lines what was the task, and how you solved it.

Imagine that someone downloaded your project and want to understand it, well then this file should be as helpful as possible (while not being too long or verbous). It should be the starting point for a new user.