Solve coupled second order differential equations using ODE45
显示 更早的评论
Hi,
I am trying to solve the following second order equations using ODE45 and plot them but all I am getting are straight line graphs running on the x-axis which is wrong.
Equations:
1] x''+Ax+By=0
2] y''+Bx+Cy=0
where, A,B,C are constants. All initial conditions=0.
Can anyone help me out please?
1 个评论
Torsten
2018-12-3
Solution is x=y=0. So it's not surprising that you get straight line graphs.
回答(1 个)
Yatish Jain
2018-12-3
0 个投票
1 个评论
madhan ravi
2018-12-3
Everybody is human , post your solution as an answer and accept so that people having similar question will find a useful solution
类别
在 帮助中心 和 File Exchange 中查找有关 Ordinary Differential Equations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!