photo

Ruksana Shaikh


Last seen: 3 years ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
203,628
of 300,352

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
0

RANK
 of 20,928

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,212

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

  • Thankful Level 1

View badges

Feeds

View by

Question


how to solve partial differential equation
[alfa*d*(d+alfa)*(d+sigma)*(d+gamma+m)/sigma*beta*A*(alfa+(1-u)d)] * partial differention of this {sigma*beta*A*(alfa+(1-u)d)/d...

3 years ago | 0 answers | 0

0

answers

Question


ploting between infected pepole and reproduction number
i want to plot between dx(3,:) = sigma * x(2) - (gamma+d+m)* x(3); R0 = (sigma*beta*A)*(d*(1-u)+alfa)/d*(d+alfa)*(d+sigma)*(d...

3 years ago | 1 answer | 0

1

answer

Question


how to plot different R0 value in single graph
i want to plot for R0= lembda*epslon/(b+gama)*(b+epslon) R=Rp+Rq= p*b/(b+epslon) +q*b*epslon/(b+gama)(b+epslon) i want to pl...

4 years ago | 1 answer | 0

1

answer

Question


how to plot graph for SIR epidemic model
my SIR epidemic model is dS/dt= beta-lembda*I*S-u*S; dI/dt=lembda*I*S-u*I-gamma*R; dR/dt=gamma*R-u*R; t=0:1:100; gamma=.10;...

4 years ago | 2 answers | 0

2

answers