Can I solve a set of differential equations containing multiple dependent variable and their derivatives ?. There is only one independent variable in my set of equations.

2 views (last 30 days)
I am solving a st of differential equations of the form- d(x*y)/dz=f(x,y)+...etc. In this equation, there are derivatives of two dependent variables in the same equations.Can I solve these equations using ODE solvers? Please help..

Accepted Answer

Thales
Thales on 7 Jun 2017
Edited: Thales on 7 Jun 2017
check the ode15i, suitable for implicit equations, like the one you provided.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!