This repository contains the course materials for dynamical systems course at the Image and Signal Processing Group, University of Valencia.
Ensure you have Python 3.8+ installed. The dependencies to install are in the requirements.txt, you can install them via pip:
pip install -r requirements.txtClone the repository:
git clone https://github.com/IPL-UV/dynamical_systems_coursePlay!
- Dynamical system theory quick overview with linear and nonlinear Lorenz 63 examples to explain basic concepts
- Dynamic Mode decomposition and Koopman Operators
- Coming later: Nonlinearity, Stochasticity, and Forcing in dynamical systems and models
Will be added later