Recent content by LETS_GO

  1. L

    Mathematica Trying to model red and grey squirrels

    hmmm I have tried the last couple of days, and im really not sure how to do this
  2. L

    Mathematica Trying to model red and grey squirrels

    So I want my starting value for aG to be 1.2 and I want it to go down to at least 0.35 with a decrease of 0.5 for each time step
  3. L

    Mathematica Trying to model red and grey squirrels

    ClearAll["Global`*"] (*R = reds, G = greys*) (*S = susceptible, I = infected, R = recovered*) tseries = {t, 0, 3}; vars = {HG[t], HR[t], SG[t], IG[t], RG[t], SR[t], IR[t], aG[t], qG[t]}; b = 0.4; (*natural mortality rate, both species*) \[Beta] = 0.7; (*rate of virus transmission*) aR =...
Back
Top