Calculating the area under a curve given a set of coordinates, without knowing the function
Question or problem about Python programming: I have one list of 100 numbers as height for Y axis, and as length for X axis: 1 to 100 with a constant step of 5. I need to calculate the Area that it is included by the curve of the (x,y) points, and the X axis, using […]
Continue Reading