lorenz_demo

Crates.iolorenz_demo
lib.rslorenz_demo
version0.1.0
sourcesrc
created_at2024-11-22 21:02:20.552013
updated_at2024-11-22 21:02:20.552013
descriptionA Rust project demonstrating chaos theory using the Lorenz system.
homepage
repository
max_upload_size
id1457784
size395,229
Ben Santora (bensatlantik)

documentation

README

Lorenz System Demonstrator

Overview

lorenz_demo is a Rust project that demonstrates the principles of chaos theory using the Lorenz system. The project simulates the Lorenz system and visualizes the results, showcasing how small changes in initial conditions can lead to vastly different outcomes.

Features

  • Simulates the Lorenz system using a simple Euler method
  • Visualizes the Lorenz attractor using the plotters crate
  • Provides an educational demonstration of chaos theory

Installation

Clone the repository and navigate to the project directory:

git clone https://github.com/yourusername/lorenz_demo
cd lorenz_demo

Build and run the project to generate the Lorenz attractor plot:

cargo build --release
./target/release/lorenz_demo

The plot will be saved as lorenz.png in the project directory.

License

This project is licensed under the MIT License

Author

bensatlantik

Commit count: 0

cargo fmt