Statistics
RANK
263,054
of 301,555
REPUTATION
0
CONTRIBUTIONS
9 Questions
1 Answer
ANSWER ACCEPTANCE
22.22%
VOTES RECEIVED
0
RANK
of 21,323
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 175,367
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
I am expecting a spring (spiral) type phase portrait for this program. But I am not getting the desired result. Kindly check this program and advise me. I need help.
randn('state',100) Szero =.60;Izero=.20;Rzero=.20; T = 2000; N = 2^11; dt = 0.3; dW = sqrt(dt)*randn(1,N); % Brownian increm...
7 years ago | 0 answers | 0
0
answersQuestion
How can I plot a graph in given Stochastic model ? what is the commend to plot a graph?
rand('state',100) A=12; la=0.01; d=0.1; ep=0.01; mu=0.1; r=2; al=1; k=0.1; si= 0....
8 years ago | 0 answers | 0
0
answersQuestion
How can I plot a graph in given Stochastic model ? what is the commend to plot a graph?
rand('state',100) A=12; la=0.01; d=0.1; ep=0.01; mu=0.1; r=2; al=1; k=0.1; si= 0.01; Szero =...
8 years ago | 0 answers | 0
0
answersQuestion
Milstein method for Stochastic SIR model - Mathlab program - Figure shows that only deterministic not stochastic increments.
clf A=12; la=0.01; d=0.1; ep=0.01; mu=0.1; r=2; al=1; k=0.1; si= 0.01; randn('state',1) T = 3...
8 years ago | 0 answers | 0
0
answersQuestion
Milstein method for Stochastic SIR model - Mathlab program - Graph shows that deterministic not stochastic
clf A=12; la=0.01; d=0.1; ep=0.01; mu=0.1; r=2; al=1; k=0.1; si= 0.01; randn('state',1) T = 3...
8 years ago | 1 answer | 0
1
answerQuestion
Need solution for this - error message "In an assignment A(:) = B, the number of elements in A and B must be the same."
can you please help me to correct the above mentioned problem in the following mathlab code. randn('state',100) A=15; ...
8 years ago | 1 answer | 0
1
answerQuestion
How to display the different solutions in system of equations?
Consider the SIR model. S'(t)=A-d*S(n)-la*S(n)*I(n)/(1+k*I(n)); I'(t)= la*S(n)*I(n)/(1+k*I(n))-(d+ep+mu)*I(n)-r*I(n)/(1+...
8 years ago | 0 answers | 0
0
answersHow to solve nonlinear system of equations?
bS(t) is b*S(t),cS(t)I(t)is c*S(t)*I(t) and rI(t) is r*I(t)
8 years ago | 0
| accepted
Question
How to solve nonlinear system of equations?
How to solve nonlinear system of equations in mathematical epidemiology S'(t)= A- bS(t)- (cS(t)I(t))/(1+kI(t)) I'(t...
8 years ago | 2 answers | 0
2
answersQuestion
How to solve nonlinear system of equations ?
How to solve nonlinear system of equations in mathematical epidemiology S'(t)= A- bS(t)- (cS(t)I(t))/(1+kI(t)), I'(t)= (cS(t)I...
8 years ago | 0 answers | 0
