runge kutta method for differantial equations systems
显示 更早的评论
How can I solve following differential equations systems and display the charts for the variables y1 and y2 as a function of time for t between 0 to 0.1 s? (with runge kutta method)
dy1/dt = (10sin(314t)-5y1-y2) / 0.01
dy2/dt = 1000y1
dp:the initial conditions are written yi(0)
采纳的回答
更多回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Runge Kutta Methods 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!