- #1
sola maths
- 8
- 0
I'm trying to write a python program that is able to numerically execute functions of the form:
y(t) = exp(Integrate[A(x),x]) within the bounds of 0 and t
I tried using quad from scipy.integrate but it seems not to be able to evaluate expressions of this form.
Any other suggestions on appropriate packages or commands?
y(t) = exp(Integrate[A(x),x]) within the bounds of 0 and t
I tried using quad from scipy.integrate but it seems not to be able to evaluate expressions of this form.
Any other suggestions on appropriate packages or commands?