Feeds
질문
How to plot a simple wave equation using method of lines?
Hello, I am trying to build a simple wave equation solver that uses the method of lines and runge-kutta. The example I am testin...
거의 2년 전 | 답변 수: 1 | 0
1
답변질문
How to plot a phase portrait using Runge-Kutta for a system of ODEs?
Hello, I would like to plot a phase portrait for the following system of ODEs: y'=z z'=y(1-y^2) I want to do this manually, ...
거의 2년 전 | 답변 수: 1 | 0
