How to plot system of fractional delay differential equations

23 views (last 30 days)
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?

Answers (2)

wang zhiming
wang zhiming on 11 Aug 2019
Edited: wang zhiming on 11 Aug 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?
  3 Comments
fatima cherkaoui
fatima cherkaoui on 28 Feb 2023
Can you give me also the mathlab code for the same model please.

Sign in to comment.


wang zhiming
wang zhiming on 19 Aug 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.
  2 Comments
RAMESH P
RAMESH P on 20 Aug 2019
Edited: Rik on 29 Nov 2021
I have read the article ''A PREDICTOR-CORRECTOR SCHEME FOR SOLVING NONLINEAR DELAY DIFFERENTIAL EQUATIONS OF FRACTIONAL ORDER''. I have some confusion on ploting the system of equation. Please send me the matlab code for the same. Otherwise give your mail id sir. I will explian my dobuts detailly via mail. My mail id is '' []@gmail.com''
Sumati Kumari
Sumati Kumari on 14 Aug 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.

Sign in to comment.

Categories

Find more on Signal Generation and Preprocessing in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!