solve equation system with dsolve

4 visualizzazioni (ultimi 30 giorni)
Alvaro Mª Zumalacarregui Delgado
Commentato: Star Strider il 4 Mar 2021
I am trying to solve a differential equation system with the command dsolve, but the answer is empty sym
I wrote this
syms x y
a = 0.1, b=0.2;
s = dsolve ('Dx=-a*x*y','Dy=-b*x*y','t')
an the system I want to solve is this
dx/dt=-axy
dy/dt=-bxy
thanks
  1 Commento
Star Strider
Star Strider il 4 Mar 2021
It is a system of nonlinear differential equations. Only a few nonlinear differential equations have analytic solutions. These are not among them.

Accedi per commentare.

Risposte (0)

Categorie

Scopri di più su Systems of Nonlinear Equations in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by