Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/majsylw/logistic-map
- Owner: majsylw
- Created: 2020-01-12T20:18:36.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-12T20:31:44.000Z (almost 5 years ago)
- Last Synced: 2024-10-16T08:21:43.449Z (2 months ago)
- Topics: chaos-theory, logistic-map, matlab
- Language: MATLAB
- Homepage:
- Size: 1.43 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 asxn+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_