Package org.hipparchus.samples.ode
Class LorenzPlotter
- java.lang.Object
-
- org.hipparchus.samples.ode.LorenzPlotter
-
public class LorenzPlotter extends Object
Program plotting the Lorenz attractor.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
Main program.void
plot()
Plot the system.
-
-
-
Method Detail
-
main
public static void main(String[] args)
Main program.- Parameters:
args
- program arguments
-
plot
public void plot() throws IOException
Plot the system.- Throws:
IOException
- if gnuplot process cannot be run
-
-