Open gmuraru opened 4 years ago
Implement the Midpoint rule in Python with Numpy to compute the area of between a function f(x) and the x-axis.
Midpoint rule
Python
Numpy
@gmuraru I would make a PR on this. Can I work on this?
Hey - Sorry...did not see the notification. Sure! Do you still want to take it? :+1:
Sure, So I can make a PR to this issue.
Description
Implement the
Midpoint rule
inPython
withNumpy
to compute the area of between a function f(x) and the x-axis.