programming-formalisms / programming_formalisms_project_autumn_2023

The Programming Formalisms learners project of autumn 2023
https://github.com/UPPMAX/programming_formalisms
GNU General Public License v3.0
0 stars 1 forks source link

programming_formalisms_project_autumn_2023

The Programming Formalisms project of autumn 2023.

Goal

To simulate bacterial movement in 2D space.

One way to model bacterial movement is the run and tumble model, where 'run' is going straight in a direction, and 'tumble' is picking a random direction. The 'run' lasts longer when a bacterium finds more and more nutrients (e.g. dissolved sugars), and lasts shorter when finding less and less nutrients.

Image from coursehero

Internal links

External links

References