I was working today and had to calculate the Hessian of a matrix, then I wondered a Hessian function might already exist. I typed Hessian
and it does exist, but there's no documentation (neither online nor software embedded) that explains what the heck this function is. ?Hessian confirms the tag is protected and that it must do something. I'm curious now... Does anyone know what's going on?
P.S.: I'm using Mathematica 10.
P.S.2: I know how to calculate an Hessian.
fis a function of a vector (i.e.,f[x1, x2, ..., xn]use D[f[x1, x2, ...,xn], {{x1, x2, ..., xn}, 2}]` – Jack LaVigne Aug 29 '16 at 19:17Protectedsymbol,PrintDefinitions(fromGeneralUtilitiespackage) shows no other definitions attached to it (not even<<kernel function>>). So it does nothing. – QuantumDot Aug 29 '16 at 19:52Names["System *"]returns 5888 names, many of which have no more associatedInformationthanHessiandoes. Probably, they are internal functions not meant to be called directly. – bbgodfrey Aug 29 '16 at 20:06Hessian(alternatively"Hessian") is an option name. Related: (91628), (98501), Newton's method tutorial, derivative tutorial – Michael E2 Aug 30 '16 at 12:30