My Projects
Integral Approximator
This application is written in Python 3 and approximates a definite integral of a function (f(x)=x² by default; can be changed in code) in an interval (0 to 1 by default; can be changed in code). The program uses the original definition of the integral, that means, that the program approximates by adding up the area of rectangles under the function. The amount of rectangles is set by the user in the beginning of the program (more rectangles=better result).
DOWNLOAD Integral Approximator (Commented)
September 2016