Programming for Lorenz's System - What to Use?

  • Thread starter Thread starter javiergra24
  • Start date Start date
  • Tags Tags
    Model
Click For Summary
SUMMARY

The discussion centers on programming for Lorenz's system of equations, with participants recommending Python with NumPy as the preferred choice for implementation. Fortran, Octave, and R were dismissed by the original poster, while MATLAB was also considered but ultimately not chosen. The main focus is on developing a numerical algorithm, specifically using methods like finite differences or Runge-Kutta, to solve the equations for fixed values of sigma and rho. The original poster has a two-month timeframe to complete the project.

PREREQUISITES
  • Understanding of Lorenz's system of equations
  • Familiarity with numerical methods such as finite differences and Runge-Kutta
  • Proficiency in Python programming
  • Experience with NumPy for numerical computations
NEXT STEPS
  • Research Python libraries for numerical methods, focusing on NumPy
  • Study the implementation of the Runge-Kutta method in Python
  • Explore the mathematical background of Lorenz's equations
  • Learn about performance optimization techniques in Python for numerical algorithms
USEFUL FOR

Students, researchers, and developers working on numerical simulations, particularly those focused on chaotic systems and differential equations.

javiergra24
Messages
19
Reaction score
0
Hi guys

I have to write a program for the lorenz's system of equations. What program/programming language should I use? Fortran, Matlab, Python, Octave, R? I can´t use a preprogrammed module, I have to write the program by myself (using maybe the finite differences method or Runge Kutta). What do yoy recommend me?

Thanks
 
Physics news on Phys.org
I stay away from Fortran, Octave and R (although these would all work). Matlab, python or C would all work well. To decide which one is appropriate, we would need to know more details about what you are doing / trying to accomplish; or at least what kind of programming background you have.
 
Hi
Unfortunately I can't use C, I'll try it with python + numpy (in my opinion it's more advanced than C). I have enough time (2 months) to do it.

I'll post the exact problem later. But the basic tasks are the solutions of the lorenzt's equation for fixes values of sigma and rho. Main task is the numerical algorithm for solving the equation.

Thank you very much.
 

Similar threads

Replies
16
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
38
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
2
Views
3K