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
- Follow-Ups:
- Re: NDSolve with Dirichlet boundary condition
- From: DrMajorBob <btreat1@austin.rr.com>
- Re: NDSolve with Dirichlet boundary condition
- From: DrMajorBob <btreat1@austin.rr.com>
- Re: NDSolve with Dirichlet boundary condition
- From: DrMajorBob <btreat1@austin.rr.com>
- Re: NDSolve with Dirichlet boundary condition