function [x,minf] = minNewton(f,x0,eps) format long; if nargin == 2 eps = 1.0e-6;