MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: solving integral equations

  • To: mathgroup at smc.vnet.net
  • Subject: [mg101166] Re: solving integral equations
  • From: psycho_dad <s.nesseris at gmail.com>
  • Date: Thu, 25 Jun 2009 07:16:45 -0400 (EDT)
  • References: <h1nevq$8ti$1@smc.vnet.net>

Hi Eugene,
I think the best approach is to convert the Integral equation to a
Differential equation and then solve that numerically with NDSolve
(this will spare you the trouble of searching for packages that work
etc). There is an excellent site called "EqWorld The World of
Mathematical Equations" by Andrei D. Polyanin which has a lot of
related material on how to go from Int. Eqs-> ODEs. The site is this:

http://eqworld.ipmnet.ru/

Sorry, if I didn't answer your question exactly, but that's what I did
when I had a similar problem.
Cheers


  • Prev by Date: Re: Take away the sliders
  • Next by Date: Re: Take away the sliders
  • Previous by thread: solving integral equations
  • Next by thread: Putting an If in my function