0
Is there a good demonstration or code for the simpson (rule) integration in python
i must integrate over a data set of temperatures not following any logic function
1 ответ
0
If you just want a very approximate value of the integral you could just do it by adding up areas. I think it would an acceptable method for the data you are describing. A possible algorithm could be the trapeze method.