                *****************************
     *******   ***   ***   ***       *******   *******
     ***       ***   ***   ***       ***       ***  ***
     *******   ***   ***   ***       *******   *******
     ***       ***   ***   ***       ***       ******
     *******   *********   *******   *******   ***  ***
                *****************************

Program: EULER (the num. differential equations solver)
Author:  Sakic Emir
Date:    08.05.1998.

This program uses Eulers way for solving of differential
equations
Y=f(x,y)

It gives num. value of Y in punkt x 
Y(x)

How to use: 
1) Enter the equation in form Y=f(x,y)
2) Enter the beginning coordinates (of funktion Y) x and y
3) Enter the x-coordinate of the finish 
4) Enter the number of steps (more steps gives better result)

5) You gets the value of result equation Y in coord. x 


If you have any suggestions please e-mail me on
saka@hotmail.com
