Discussion:
[Numpy-discussion] Integral Equation Solver
Pierson, Oliver C
2015-05-12 18:41:33 UTC
Permalink
Hi All,

Awhile back I had written some code to solve Volterra integral equations (integral equations where one of the integration bounds is a variable). The code is available on Github (https://github.com/oliverpierson/volterra). Just curious if there'd be any interest in adding this to Numpy? I still have some work to do on the code. However, before I invest too much time, I was trying to get a feel for the interest in this functionality.


Please let me know if you have any questions.


Thanks,

Oliver
Charles R Harris
2015-05-12 19:34:58 UTC
Permalink
Post by Pierson, Oliver C
Hi All,
Awhile back I had written some code to solve Volterra integral equations
(integral equations where one of the integration bounds is a variable).
The code is available on Github (https://github.com/oliverpierson/volterra).
Just curious if there'd be any interest in adding this to Numpy? I still
have some work to do on the code. However, before I invest too much time,
I was trying to get a feel for the interest in this functionality.
Could be useful. The best place for something like this would be scipy (
scipy-***@scipy.org)..

Chuck

Loading...