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

Program: NEWTONRAPME (the numerical Newton-Raphsons equations solver)
Author:  Emir Sakic
Date:    01.10.1998.

This program uses Newton-Raphsons way for numerical solving of
equations
Y=f(x)=0

It gives num. value of x in Y(x)=0 calculating numerical derivates 
step by step from the start point. (Newton-Raphsons method)

How to use: 
1) Enter the equation in form 0=f(x)
2) Enter the start point x (your guess)
prgmNEWRAPMET will calculate few results untill they are close enough.

3) You get the numerical value of x for Y=0.


If you have any suggestions or comments please e-mail me on
saka@hotmail.com
http://www.du.se/~e98esa/