Crates.io | lorenz_demo |
lib.rs | lorenz_demo |
version | 0.1.0 |
source | src |
created_at | 2024-11-22 21:02:20.552013 |
updated_at | 2024-11-22 21:02:20.552013 |
description | A Rust project demonstrating chaos theory using the Lorenz system. |
homepage | |
repository | |
max_upload_size | |
id | 1457784 |
size | 395,229 |
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.
plotters
crateClone 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.
This project is licensed under the MIT License
bensatlantik