FindRoot & NDSolve
- To: mathgroup at smc.vnet.net
- Subject: [mg64650] FindRoot & NDSolve
- From: Takashi Inoue <takash-i at sophia.ac.jp>
- Date: Sat, 25 Feb 2006 02:53:10 -0500 (EST)
- Sender: owner-wri-mathgroup at wolfram.com
Hi all, This is my first post to here. I have a problem and want your help. Mathematica 4 did the following calculation with no pleblem, while Mathematica 5(.2) cannot do it. FindRoot[ (f /.NDSolve[ {D[f[x], {x,1}] - 2 x - a == 0, f[0] == 0}, f, {x, -3, 3} ][[1]])[2] == 4, {a, -10, 10} ] Does anyone know solution or altanative way to do it? Takashi Inoue, Dept. Phys. Sophia University
- Follow-Ups:
- Re: FindRoot & NDSolve
- From: Andrzej Kozlowski <akoz@mimuw.edu.pl>
- Re: FindRoot & NDSolve
- From: Pratik Desai <pdesai1@umbc.edu>
- Re: FindRoot & NDSolve