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 years 前 | 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 years 前 | 1 个回答 | 0
