from Newton Raphson's Methos by Zeeshan Shareef
This M File is to find the solution of any equation using the Newton Raphson Method.

a=dfun(b)
function a=dfun(b)
format long
a=exp(b)-(6*b);

Contact us at files@mathworks.com