Skip to content

hamadasaleh/lorenz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lorenz Attractor Simulation in Rust

This project implements the Lorenz system — a classic example of a chaotic dynamical system — in Rust. It simulates the evolution of three state variables (x, y, z) over time using the Euler method. The system is parameterized by:

σ (sigma): controls the response speed of x

ρ (rho): the driving force (temperature difference in convection)

β (beta): dissipation / geometric factor

The simulation outputs the trajectory of the system to a CSV file (lorenz.csv) and can be plotted to visualize the Lorenz attractor.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors