Skip to content
#

eulers-method

Here are 8 public repositories matching this topic...

This assignment demonstrates modeling and coding through a numerical simulation of COVID-19 in Brazil using the SIRVD model. It includes variables like infection, recovery, and vaccinations. The simulation employs Euler's method for solving differential equations, offering insights into disease dynamics and public health interventions.

  • Updated Jul 28, 2024
  • Jupyter Notebook

This repository contains two Python codes that implement different algorithms and simulations. The first provides an implementation of the traveling salesman problem (TSP) algorithm using a randomized nearest neighbor algorithm and a 2-opt optimization algorithm. The second simulates the spread of COVID-19 using the SIR model and Euler's method.

  • Updated Mar 9, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the eulers-method topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the eulers-method topic, visit your repo's landing page and select "manage topics."

Learn more