Numerically Solving and Visualising Lorenz system by Runge - Kutta Method (4th order) on FORTRAN with gnuplot and generate GIF & MP4 animation
-
- Compile the fortran program with
gfortran lorenz_attractor.f90 - Run the compiled program with
./a.outor./a.exe - Now, the data file for plotting should be in the folder, run
gnuplot plot_lorenz_attractor_dat.gnuto plot in Gnuplot - Use mouse to rotate and view from different angles
- Compile the fortran program with
-
- Uncomment lines 7 and 8 in plot_lorenz_attractor_dat.gnu
- Run run
gnuplot plot_lorenz_attractor_dat.gnu - The GIF will be generated in the same folder
-
- Run
generate_animated_video.sh(requires ffmpeg) - The Video will be generated in the same folder
- Run
