Borrar filtros
Borrar filtros

differential equation ode45 or other method

1 visualización (últimos 30 días)
macroflex seven
macroflex seven el 12 de Sept. de 2014
Respondida: Anish Mitra el 30 de Sept. de 2014
Hi! Help me please, How can I solve these equations by ode45 or other method?

Respuestas (1)

Anish Mitra
Anish Mitra el 30 de Sept. de 2014
As I understand, you want to compute the numerical solution to a certain differential equation in MATLAB, using the ode45 or another appropriate function.
The differential equation in question here is a Delay-Differential Equation . I assume, from the A(t-1) term in the first equation, that A is a function of the independent variable t, A(t) . This would mean that there is a delay introduced when attempting to compute the derivative of this function and hence it cannot be solved using Ordinary Differential Equation solvers like ode45.
MATLAB contains different solvers for differential equations with delay, such as dde23 , ddesd and ddensd . You can find more about these functions in the following reference :
I believe that the example of “Neutral DDE with Two Delays” given on the page below (for the ddensd solver) will help you set up the code for the differential equation described in the question.

Categorías

Más información sobre Ordinary Differential Equations en Help Center y File Exchange.

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by