Community Profile

photo

Debanita Das


2019년부터 활동

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Content Feed

보기 기준

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 1 | 0

1

답변