Community Profile

photo

Debanita Das


Active since 2019

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Content Feed

View by

Question


Trouble with time delay differential equation
%% ddex1_func function dYdt = ddex1_func(t,Y,Z) a=8.5; b=-9.5; c=-1; d=4.55; y1=Y(1);y2=Y(2); y1_tau1 = Z(1,4.9); y2_tau...

5 years ago | 1 answer | 0

1

answer

Question


Trouble with difference equation
clc; close all; clear all; b=0.9; d=0.25; nn=200; t=[0:0.1:100]; for a=0:0.01:11 for n=1:nn x(1)=0.4; ...

5 years ago | 1 answer | 0

1

answer

Question


Having trouble to solve equations
E=1.42; x=sym('x%d',[1,3]); a=((E+x(1))*0.1+(-x(2)-7*x(3))*(((E+x(1))*(E+x(1))*(E+x(1))*(E+x(1)))/(((E+x(1))*(E+x(1))*(E+x(1))...

5 years ago | 1 answer | 0

1

answer