Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/majsylw/logistic-map

Small application (which was written in Matlab) about dynamical analysis of discrete logistic model
https://github.com/majsylw/logistic-map

chaos-theory logistic-map matlab

Last synced: 18 days ago
JSON representation

Small application (which was written in Matlab) about dynamical analysis of discrete logistic model

Awesome Lists containing this project

README

        

# Discrete logistic model
The repository for logistic map application in Matlab.

## Table of contents
* [General info](#general-info)
* [Programming language](#Technologies-used)
* [Status](#status)

## General info
The discrete logistic model often is cited as an archetypal example of how complex,
chaotic behaviour can arise from very simple non-linear dynamical equations.
The equation was popularized in a 1976 paper by the biologist Robert May,
in part as a discrete-time demographic model analogous to the logistic equation first
created by Pierre François Verhulst. Mathematically, the logistic map is written as

xn+1=axn(1-xn),

where xn is a number between zero and one that represents the ratio of existing
population to the maximum possible population. The values of interest for the parameter a
are those in the interval [0,4].

## Technologies used
* Matlab

## Status
Project is: _finished_