| Author |
Comment/Response |
Martin Wijaya
|
12/13/12 09:33am
In Response To 'Re: PDE with two variable' --------- Dear All
I have removed D[u[0,0]] and changed my equation into:
NDSolve[{D[u[y, t], t] == D[u[y, t], {y, 2}], u[0, 0] == 100,
u[2, 0] == 0}, u, {{y, 0, 2}, {t, 0, 10}}]
But there is still an error:
NDSolve::dsvar: "{y,0,2} cannot be used as a variable. "
What should I do?
Do I make a mistake again in writing the equation?
Regards
Martin Wijaya
Attachment: NDSsolve practice.nb, URL: , |
|