MathGroup Archive 2010

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

Search the Archive

NDSolve with Dirichlet boundary condition

  • To: mathgroup at smc.vnet.net
  • Subject: [mg107228] NDSolve with Dirichlet boundary condition
  • From: Frank Breitling <fbreitling at aip.de>
  • Date: Sat, 6 Feb 2010 03:23:21 -0500 (EST)

Hello,

I was not able to solve the following differential equation with
Mathematica 7.01.0 using:

NDSolve[{D[x[r]x'[r],r]==0, x[0]==10, x[1]==1}, x, {r,0,1}]

Since my original problem is inhomogeneous and involves interpolating
functions DSolve is not an option.

Is there a way to solve this problem using Mathematica?
Any help is highly appreciated.

Best regards

Frank


  • Prev by Date: Re: Re: Complex conjugate differentiation
  • Next by Date: Simplifying Bessel functions
  • Previous by thread: Re: a harmless notebook crashes Windows 7: who else had it?
  • Next by thread: Re: NDSolve with Dirichlet boundary condition