[Tutor] Double integration in Python
Msd De
mmssdd1920 at gmail.com
Wed May 12 01:27:47 EDT 2021
I have equations which involve double integration.
g is a function of Ex and y. D is a function of K00_1 which is a function
of Ex
The bounds for y (LB,UB) and the bounds for Ex(Exmin, Exmax) which are
predetermined.
The equations are:
K̇00_1 = K00_0 + ∫ g( Ex , y) dy
Integrand = ∫ D(K00_1(Ex) dEx
How to implement this double integration in python.
Thanks in advance.
Msd de
More information about the Tutor
mailing list