Fares
Followers: 0 Following: 0
Statistics
8 Questions
0 Answers
RANK
214,765
of 295,467
REPUTATION
0
CONTRIBUTIONS
8 Questions
0 Answers
ANSWER ACCEPTANCE
87.5%
VOTES RECEIVED
1
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to compute the mean of several stochastic realizations
I have a code that can be used to plot sample paths of the stochastic differential equation competition model clear a10=2; a20...
4 months ago | 1 answer | 0
1
answerQuestion
Unable to perform assignment because the left and right sides have a different number of elements.
I am trying to run this code but always get this error r0=0.05; k1=0.5; k2=0.5; mu=0.5; rho=0.5; epsilon=0.25; K=1; alph...
10 months ago | 2 answers | 0
2
answersQuestion
How to solve a system of distributed delay equations?
I have a code, which gives a solution of a system of discrete delay equations. This is how I run it lags=1; tspan=[0 600]; ...
1 year ago | 1 answer | 1
1
answerQuestion
Roots of an equation when two parameters are changed
I have this equation r0=0.05; k1=0.5; k2=0.5; mu=0.5; rho=0.5; epsilon=0.25; K=1; alpha=0.1; q=0.1; b=0.8; zeta...
1 year ago | 1 answer | 0
1
answerQuestion
if elseif else statement not working
I have this code r0=0.05; k1=0.5; k2=0.5; K=1; mu=0.5; rho=0.5; alpha=0.1; b=0.05; epsilon=0.25; sigma=0.05; eta=0.0...
1 year ago | 1 answer | 0
1
answerQuestion
How to define this variable on MATLAB
I have this positive equilibrium (x,l,y,v,M) where x = (q/b)*(eta+(eps*M)/(1+M))*(1+mu+((rho*M)/(1+M))) l = (q/(alp*sig))*(ze...
2 years ago | 2 answers | 0
2
answersQuestion
A positive root of an equation
Hello dear, I have a mathemtaical model and one of the dependant variable, M, is a positive root of a nonlinear equation. I am ...
2 years ago | 2 answers | 0
2
answersQuestion
Question on DDE23
I have been trying to solve a system of delay differential equations where the delay paramter is included in the 5th state varia...
2 years ago | 2 answers | 0