| Author |
Comment/Response |
noaman
|
12/29/09 11:53pm
Hi all,
I am solving 2D PDE with NDSolve. The solution is in the form interpolating function.
s = NDSolve[{eq1, ic1, bc1, bc2,
bc3}, u[x, t], {x, -100, 100}, {t, 1, 2}, PrecisionGoal -> 3]
I wish to see values at x=3,t=1 and also for the above range of x and t.
Anyone can tell the command to get above things.
URL: , |
|