Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • 4
    $\begingroup$ Have you tried coding it yourself? What you are asking for is a solver, but you need boundary conditions and initial conditions to solve it. Try the Runge-Kutta integration in time. For your spatial derivatives, you may want a finite differencing method. mathworld.wolfram.com/Runge-KuttaMethod.html $\endgroup$ Commented Dec 14, 2016 at 0:03
  • $\begingroup$ lmgtfy.com/… $\endgroup$ Commented Dec 14, 2016 at 3:20
  • 1
    $\begingroup$ This certainly sounds like a homework question I had at university too... you learn by doing, not from someone else's work :-) $\endgroup$ Commented Feb 5, 2021 at 15:48