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=fun(b)
function a=fun(b)
format long
a=exp(b)-(3*b^2);

Contact us at files@mathworks.com