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

https://github.com/mrvideo/nonlineardynamics

Some interesting nonlinear systems plotted with MATLAB.
https://github.com/mrvideo/nonlineardynamics

chaos-theory matlab nonlinear-dynamics

Last synced: 2 months ago
JSON representation

Some interesting nonlinear systems plotted with MATLAB.

Awesome Lists containing this project

README

        

# Nonlinear dynamics

This is just a collection of some interesting models that I encountered in the course *Teoria dei Sistemi (Dinamica Nonlineare)* at Politecnico di Milano.

The scripts were made with MATLAB R2024b and you are free to run them and modify them to experiment with the various attractors they represent.

Below, some previews of the attractors which you can find in this repo.

## Barnsley Fern

![Barnsley Fern](img/barnsley.png)

## Lotka-Volterra prey-predator model

![Phase portrait](img/lv_phaseplane.png)

![Time series](img/lv_timeseries.png)

## Hénon attractor

![Hénon attractor](img/henon.png)

## Lorenz attractor

![Lorenz attractor](img/lorenz.png)

## Nosé-Hoover attractor variants

### Initial conditions: $(2, 3, 1)$

![Nosé-Hoover variant with initial conditions (2, 3, 1)](img/nh_var1.png)

### Initial conditions: $(0, 5, 0)$

![Nosé-Hoover variant with initial conditions (0, 5, 0)](img/nh_var2.png)

## Chua attractor

![Chua attractor](img/chua.png)

> You can find the attribution for model, parameters and initial conditions for this attractor in the source code.