This repository tests how simulating an SIR model for an epidemic compares to the same models as a simple differential equation. The idea came from a class project in my differential equations class.
This was created using python 3.13.1, but will likely work on older (3.9+) versions
Ensure dependencies are installed using:
pip install -r requirements.txt
To run the simulation, run the following file:
python Simulation.py
Tweak parameters and see what happens!
