Re: Plot3D with NDSolve
- To: mathgroup at smc.vnet.net
- Subject: [mg81839] Re: Plot3D with NDSolve
- From: sean_incali <sean_incali at yahoo.com>
- Date: Thu, 4 Oct 2007 04:33:33 -0400 (EDT)
- References: <fdnlg5$klu$1@smc.vnet.net><fdqcad$mek$1@smc.vnet.net>
only 2 replies on plottign question????
I was hoping for more!
How would you generate a 3d graph of the following???
eqn = y'[x] == b/(a y[x])
par = {b -> 1}
solution = Table[NDSolve[{eqn /. par, y[0] == 0.1}, y, {x, 0.1, 5}],
{a, 1, 5}];
Plot[Evaluate[y[x] /. solution], {x, 0.1, 5}];
Let's have it folks. I really want to see...