Thank you for the tutorial but i trying for more complex intergral for example (t) integrate between Emax Emin dEφ(E)σt D(E), and i m getting errors i am not getting what to do next. Can you help please.
Hi. Unfortunately, I do not know. Maybe there is some help in the documentation for SciPy that is useful: docs.scipy.org/doc/scipy/reference/tutorial/integrate.html
That depends on the situation at hand. If, say, the user specifies the coefficients of a polynomial, then that should work fine. It would be rather hard to get the user to enter an arbitrary function.
hey, do you have algorithm to calculate integral on adaptive grid?
No, unfortunately not :(
Thank you for the tutorial but i trying for more complex intergral for example (t) integrate between
Emax
Emin
dEφ(E)σt
D(E), and i m getting errors i am not getting what to do next. Can you help please.
Hi. Unfortunately, I do not know. Maybe there is some help in the documentation for SciPy that is useful: docs.scipy.org/doc/scipy/reference/tutorial/integrate.html
What about math library?
Hi. The built-in math library in Python does not have any integration features. It only supplies a few utility functions for basic mathematics.
@@TMQuest so we couldn,t do integrals 👍
what if the equation is coming from user input??? In that case I'm getting errors please help
That depends on the situation at hand. If, say, the user specifies the coefficients of a polynomial, then that should work fine. It would be rather hard to get the user to enter an arbitrary function.