System of coupled Differential algebraic equations

1 view (last 30 days)
I have a system of differential algebraic equations
x' + y' =Const1
x' + z'=Const2
z/xy=Const3
What would be the most suitable way to approach this problem

Accepted Answer

Paul
Paul on 15 Nov 2021
The ode15i solver might do the trick
doc ode15i

More Answers (0)

Products


Release

R2019b

Community Treasure Hunt

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

Start Hunting!