Implementing implicit runge kutta method in python

前端 未结 0 1222
北荒
北荒 2020-12-19 23:55

I have implemented a runge kutta method in Python to solve the following differential equation:

dydt=y^2−y^3
y(0)=δ
0

Which is an

相关标签:
回答
  • 消灭零回复
提交回复
热议问题