├── LICENSE ├── README.md ├── continuous ├── chua │ └── chua.pde ├── duffing │ └── duffing.pde ├── hindmarsh_rose │ └── hindmarsh_rose.pde ├── lorenz │ └── lorenz.pde ├── lotka_volterra │ └── lotka_volterra.pde ├── rossler │ └── rossler.pde ├── thomas │ └── thomas.pde └── vanderpol │ └── vanderpol.pde ├── discrete ├── chossat_golubitsky │ └── chossat_golubitsky.pde ├── duffing │ └── duffing.pde ├── gingerbreadman │ └── gingerbreadman.pde ├── henon │ └── henon.pde ├── ikeda │ └── ikeda.pde ├── kaplan_yorke │ └── kaplan_yorke.pde ├── peter_de_jong │ └── peter_de_jong.pde ├── tinkerbell │ └── tinkerbell.pde └── zaslavskii │ └── zaslavskii.pde └── images ├── continuous ├── chua.png ├── duffing.png ├── hindmarsh_rose.png ├── lorenz.png ├── lotka_volterra.png ├── rossler.png ├── thomas.png └── vanderpol.png └── discrete ├── chossat-golubitsky.png ├── duffing.png ├── gingerbreadman.png ├── henon.png ├── ikeda.png ├── kaplan_yorke.png ├── peter_de_jong.png ├── tinkerbell.png └── zaslavskii.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/README.md -------------------------------------------------------------------------------- /continuous/chua/chua.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/continuous/chua/chua.pde -------------------------------------------------------------------------------- /continuous/duffing/duffing.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/continuous/duffing/duffing.pde -------------------------------------------------------------------------------- /continuous/hindmarsh_rose/hindmarsh_rose.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/continuous/hindmarsh_rose/hindmarsh_rose.pde -------------------------------------------------------------------------------- /continuous/lorenz/lorenz.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/continuous/lorenz/lorenz.pde -------------------------------------------------------------------------------- /continuous/lotka_volterra/lotka_volterra.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/continuous/lotka_volterra/lotka_volterra.pde -------------------------------------------------------------------------------- /continuous/rossler/rossler.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/continuous/rossler/rossler.pde -------------------------------------------------------------------------------- /continuous/thomas/thomas.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/continuous/thomas/thomas.pde -------------------------------------------------------------------------------- /continuous/vanderpol/vanderpol.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/continuous/vanderpol/vanderpol.pde -------------------------------------------------------------------------------- /discrete/chossat_golubitsky/chossat_golubitsky.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/discrete/chossat_golubitsky/chossat_golubitsky.pde -------------------------------------------------------------------------------- /discrete/duffing/duffing.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/discrete/duffing/duffing.pde -------------------------------------------------------------------------------- /discrete/gingerbreadman/gingerbreadman.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/discrete/gingerbreadman/gingerbreadman.pde -------------------------------------------------------------------------------- /discrete/henon/henon.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/discrete/henon/henon.pde -------------------------------------------------------------------------------- /discrete/ikeda/ikeda.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/discrete/ikeda/ikeda.pde -------------------------------------------------------------------------------- /discrete/kaplan_yorke/kaplan_yorke.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/discrete/kaplan_yorke/kaplan_yorke.pde -------------------------------------------------------------------------------- /discrete/peter_de_jong/peter_de_jong.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/discrete/peter_de_jong/peter_de_jong.pde -------------------------------------------------------------------------------- /discrete/tinkerbell/tinkerbell.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/discrete/tinkerbell/tinkerbell.pde -------------------------------------------------------------------------------- /discrete/zaslavskii/zaslavskii.pde: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/discrete/zaslavskii/zaslavskii.pde -------------------------------------------------------------------------------- /images/continuous/chua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/images/continuous/chua.png -------------------------------------------------------------------------------- /images/continuous/duffing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/images/continuous/duffing.png -------------------------------------------------------------------------------- /images/continuous/hindmarsh_rose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/images/continuous/hindmarsh_rose.png -------------------------------------------------------------------------------- /images/continuous/lorenz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/images/continuous/lorenz.png -------------------------------------------------------------------------------- /images/continuous/lotka_volterra.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/images/continuous/lotka_volterra.png -------------------------------------------------------------------------------- /images/continuous/rossler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/images/continuous/rossler.png -------------------------------------------------------------------------------- /images/continuous/thomas.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/images/continuous/thomas.png -------------------------------------------------------------------------------- /images/continuous/vanderpol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/images/continuous/vanderpol.png -------------------------------------------------------------------------------- /images/discrete/chossat-golubitsky.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/images/discrete/chossat-golubitsky.png -------------------------------------------------------------------------------- /images/discrete/duffing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/images/discrete/duffing.png -------------------------------------------------------------------------------- /images/discrete/gingerbreadman.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/images/discrete/gingerbreadman.png -------------------------------------------------------------------------------- /images/discrete/henon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/images/discrete/henon.png -------------------------------------------------------------------------------- /images/discrete/ikeda.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/images/discrete/ikeda.png -------------------------------------------------------------------------------- /images/discrete/kaplan_yorke.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/images/discrete/kaplan_yorke.png -------------------------------------------------------------------------------- /images/discrete/peter_de_jong.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/images/discrete/peter_de_jong.png -------------------------------------------------------------------------------- /images/discrete/tinkerbell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/images/discrete/tinkerbell.png -------------------------------------------------------------------------------- /images/discrete/zaslavskii.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eug/chaotic-maps/HEAD/images/discrete/zaslavskii.png --------------------------------------------------------------------------------