ode45 for DQ
Show older comments
How to solve 4 DQ in ode45? the time starts from 0 to 10 and initial value = 0
dy(1) = 0.0735*y(3)-0.0765*y(1)-y(2)+1
dy(2) = 0.0735*y(4)-1.15*y(1)+0.0735*y(2)
dy(3) = 0.0735*y(1)-0.0765*y(3)-0.51*y(4)
dy(4) = 0.0735*y(2)-0.0765*y(4)-0.51*y(3)
Answers (1)
darova
on 23 May 2020
0 votes
See this solution

Categories
Find more on Ordinary Differential Equations in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!