This code is for newton method for minimizing a function, it takes as an input a function handle and a gradient handle and a hessian handle , and a starting point and outputs a vector of all the visited points and the solution ( the point of the minimum)
File list:
newton_bt.m