• Home
  • Research...
  • Software...
  • Interactive...
  •  § SIR Epidemic Model
  •  § SIQR Model
  •  § SIR (w/ Birth & Death)
  • CV
  • Sampler Gallery

Solver for the SIR Epidemic Model

Warren Weckesser


This form allows you to solve the differential equations of the SIR model of the spread of a disease.

S'(t) = - α S I
I'(t) = α S I - γ I
R'(t) = γ I

Enter the following data, then click on Show Solution.

Parameters:    
α =
γ =
Initial conditions:    
S(0) =
I(0) =
R(0) =
Time:
  
Copyright © 2007 Warren Weckesser