How to plot system of fractional delay differential equations
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Let us consdier the system of fractional order delay differential equation
D^[alpha} x(t)= a*x(t) ( 1- x(t)/k ) - (b* x(t)* y(t-tau) ) / ( 1+c* x(t) );
D^[alpha} y(t)= ( b* x(t)* y(t-tau) ) / ( 1+c* x(t) )-d y(t);
tau=0.5; a=1; k=2; b=0.5; c=1.5; [x(t), y(t)]=[2,1] for all t in [-0.5, 0].
How to plot the above system?
4 commentaires
Réponses (2)
wang zhiming
le 11 Août 2019
Modifié(e) : wang zhiming
le 11 Août 2019
I set a=1, k=2, b=0.5, c=1.5, d=1.2, and alpha=0.95, then get the following plot. Is it right?
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/233533/image.jpeg)
3 commentaires
fatima cherkaoui
le 28 Fév 2023
Can you give me also the mathlab code for the same model please.
wang zhiming
le 19 Août 2019
The alpha value is the order of your equations. About the matlab code you can read the paper: A PREDICTOR-CORRECTOR SCHEME FOR SOLVING NONLINEAR DELAY DIFFERENTIAL EQUATIONS OF FRACTIONAL ORDER. SACHIN BHALEKAR, VARSHA DAFTARDAR-GEJJI.
3 commentaires
Sumati Kumari
le 14 Août 2022
HIi, Ravi.
Hope you succeeded in getting MatLab code for fractional delay differential equations. Please let me know the code. I tooo strugling for Matlab code.
Voir également
Catégories
En savoir plus sur Systems of Nonlinear Equations dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!