WHAT DO I WHAT TO DEVELOPE ?
----------------------------

When the 1.0 release will be released it will have:

	* full control over forward Eulero method : lenght of step and
	  choice of number of points to be stored.

	* a Runge-Kutta 4th order method with the possibility of
	  control over the global error (Merson correction and/or
	  R-K 5th order control).

These methods are ready as I've already developed them with Matlab in my
university and I'm still developing them at home with Octave.

Future releases will have :

	* a higher-than-4th-order method (what do you think?) mainly
	  to allow students to compare costs and accuracy on methods.

	* a way to obtain the cost of the calculation.

	* a parallel calculation of two different methods.

	* multi-value and multi-step methods.

	* implicit version of many of the implemented methods.

	* full control over point of view of the graphical solution and
	  maybe an own solution plotter instead of gnuplot.

	* a friendly user interface.


Whoever wants to suggest me methods or features please feel free to write to 
my e-mail : flash.egon@iol.it
