Skip to content

Lorenz System Simulation is a C++ application that numerically solves and visualizes the Lorenz system

Notifications You must be signed in to change notification settings

chubnastia/lorenz_system_simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lorenz System Simulation is a C++ application that numerically solves and visualizes the Lorenz system—a set of three coupled, nonlinear differential equations known for their chaotic solutions and the iconic "butterfly effect." This project provides insights into deterministic chaos and is valuable for educational and research purposes in dynamical systems.

Features

Numerical Integration: Implements the Lorenz equations using numerical methods to simulate the system's behavior over time.

Configurable Parameters: Allows users to modify system parameters (σ, ρ, β) and initial conditions via a configuration file.

Multi-format Output: Generates simulation results in various formats, including CSV, JSON, TXT, and YAML, facilitating further analysis and visualization.

Modular Design: Structured codebase for easy understanding and potential extension.

About

Lorenz System Simulation is a C++ application that numerically solves and visualizes the Lorenz system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages