Re: [Numpy-discussion] Integral Equation Solver

2015-05-12 Thread Charles R Harris
On Tue, May 12, 2015 at 12:41 PM, Pierson, Oliver C wrote: > 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/volter

[Numpy-discussion] Integral Equation Solver

2015-05-12 Thread 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 Num