Hi. I want to find a numerical solution for the heat equation. I use Mathematica 10.0. The code that I use to find the solution is this:
NDSolve[{D[u[t, x], t] == D[u[t, x], x, x], u[0, x] == 0,
u[t, 0] == Sin[t], u[t, 5] == 0}, u, {t, 0, 10}, {x, 0, 5}]
The problem is that, when I click on "evaluate notebook", the program runs for few seconds and then it stops without error messagges, but only with a "beep" sound. So I click on "Help / Why the Beep?..." and this is the message that appears on the screen: "The kernel Local has quit (exited) during the course of an evaluation."
What does it mean? Please help me, I don't know how to solve this problem. Thanks for your suggestions.
Jo R