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
darova on 23 May 2020

0 votes

See this solution

Asked:

on 23 May 2020

Answered:

on 23 May 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!