Examples tagged with nonlinear-dynamics
Select an example to explore it in the playground.
adaptiveauctionbalancing-loopbottleneckbullwhipcapacitycellular-automatacompeting-contagioncontroldebtdecaydelaydiscrete-eventecosystemexponentialfact-checkfairnessfirst-order-dynamicsgamegame-theorygameplaygoalgridhealthcareincentiveinterruptsinventorylearningmaintenancemanagementmatchmakingmonitoringnonlinear-dynamicspopulationprioritizationpriorityqueuequota-policyrandomreinforcementreinforcing-loopreliabilityrenewable-resourceresource-managementrumorservicesimpysocial-networkstochasticstocks-flowssustainabilitythroughputtime-delaywaiting-gameworkflow
Beginner - Introductory Models
Intermediate - Classic Dynamics
Predator-Prey (Lotka–Volterra, SciPy)
A predator-prey simulation using the Lotka-Volterra equations.
Level: Intermediate
Predator-Prey (Lotka–Volterra, SimPy)
Discrete-time SimPy approximation of the predator–prey model.
Level: Intermediate
Advanced - Complex Simulations
Logistic Map
A logistic map simulation that iterates x_{n+1}=r*x_n*(1-x_n) to illustrate chaos.
Level: Advanced