function hess = ezfnhess(x) % usage: hess = ezfnhess(x) % description: Returns the Hessian for % ezfn(x), assuming x column vector. % no bulletproofing % the actual calculation hess = [2,-1;-1,2];