MathGroup Archive 2007

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

Search the Archive

Re: Volterra Equation?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg79445] Re: Volterra Equation?
  • From: dimitris <dimmechan at yahoo.com>
  • Date: Fri, 27 Jul 2007 05:44:30 -0400 (EDT)
  • References: <f89q1b$5lo$1@smc.vnet.net>

On 26     , 12:37, Angela Kou <A... at lbl.gov> wrote:
> Hi:
>
> I was wondering this equation could be solved in Mathematica:
>
> B(x)=Integrate[1/(B(r)+k,r,0,a]
>
> Thanks,
> Angela Kou

As far as I know Mathematica cannot solve integral equations.
BTW the correct expression is Integrate[1/(B(r)+k,{r,0,a}].
But you can implement the solving algorithm of equations
like this in mathematica.

See

http://groups.google.gr/group/comp.soft-sys.math.mathematica/search?hl=el&group=comp.soft-sys.math.mathematica&q=%22integral+equations%22

Regards
Dimitris



  • Prev by Date: Re: Letting functions not evaluate
  • Next by Date: Re: approximation
  • Previous by thread: Volterra Equation?
  • Next by thread: Re: Volterra Equation?