Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 441 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 441 Bytes

Lorenz Attractor: GNU Octave

Gnu Octave Script: Lorenz Attractor (Could be run under Matlab as an alternative)

Instructions for use

  1. Extract both files: lorenz.m and h_f_RungeKutta.m into the current working directory of Gnu Octave or Matlab.

  2. At the Gnu Octave command prompt type in the command

    lorenz
    

and behold!

You can vary the values of a, b and c parameters to alter the shape of the attractor.