|
[Date Index]
[Thread Index]
[Author Index]
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
Prev by Date:
automatic line feeds at 80 columns for generated packages
Next by Date:
Re: Plot -> axes inversion
Previous by thread:
automatic line feeds at 80 columns for generated packages
Next by thread:
Re: FindRoot & NDSolve
|