function [x,res,it] = my_newt_19_05(f,df,x0,tol,maxit) %metodo delle tangenti %condizione di arresto: res=|f(x)|=maxit res1=f(x0); res=abs(res1); it=0; while(res>=tol & it