fbpx
Wikipedia

Hessian matrix

In mathematics, the Hessian matrix, Hessian or (less commonly) Hesse matrix is a square matrix of second-order partial derivatives of a scalar-valued function, or scalar field. It describes the local curvature of a function of many variables. The Hessian matrix was developed in the 19th century by the German mathematician Ludwig Otto Hesse and later named after him. Hesse originally used the term "functional determinants". The Hessian is sometimes denoted by H or, ambiguously, by ∇2.

Definitions and properties edit

Suppose   is a function taking as input a vector   and outputting a scalar   If all second-order partial derivatives of   exist, then the Hessian matrix   of   is a square   matrix, usually defined and arranged as

 
That is, the entry of the ith row and the jth column is
 

If furthermore the second partial derivatives are all continuous, the Hessian matrix is a symmetric matrix by the symmetry of second derivatives.

The determinant of the Hessian matrix is called the Hessian determinant.[1]

The Hessian matrix of a function   is the transpose of the Jacobian matrix of the gradient of the function  ; that is:  

Applications edit

Inflection points edit

If   is a homogeneous polynomial in three variables, the equation   is the implicit equation of a plane projective curve. The inflection points of the curve are exactly the non-singular points where the Hessian determinant is zero. It follows by Bézout's theorem that a cubic plane curve has at most   inflection points, since the Hessian determinant is a polynomial of degree  

Second-derivative test edit

The Hessian matrix of a convex function is positive semi-definite. Refining this property allows us to test whether a critical point   is a local maximum, local minimum, or a saddle point, as follows:

If the Hessian is positive-definite at   then   attains an isolated local minimum at   If the Hessian is negative-definite at   then   attains an isolated local maximum at   If the Hessian has both positive and negative eigenvalues, then   is a saddle point for   Otherwise the test is inconclusive. This implies that at a local minimum the Hessian is positive-semidefinite, and at a local maximum the Hessian is negative-semidefinite.

For positive-semidefinite and negative-semidefinite Hessians the test is inconclusive (a critical point where the Hessian is semidefinite but not definite may be a local extremum or a saddle point). However, more can be said from the point of view of Morse theory.

The second-derivative test for functions of one and two variables is simpler than the general case. In one variable, the Hessian contains exactly one second derivative; if it is positive, then   is a local minimum, and if it is negative, then   is a local maximum; if it is zero, then the test is inconclusive. In two variables, the determinant can be used, because the determinant is the product of the eigenvalues. If it is positive, then the eigenvalues are both positive, or both negative. If it is negative, then the two eigenvalues have different signs. If it is zero, then the second-derivative test is inconclusive.

Equivalently, the second-order conditions that are sufficient for a local minimum or maximum can be expressed in terms of the sequence of principal (upper-leftmost) minors (determinants of sub-matrices) of the Hessian; these conditions are a special case of those given in the next section for bordered Hessians for constrained optimization—the case in which the number of constraints is zero. Specifically, the sufficient condition for a minimum is that all of these principal minors be positive, while the sufficient condition for a maximum is that the minors alternate in sign, with the   minor being negative.

Critical points edit

If the gradient (the vector of the partial derivatives) of a function   is zero at some point   then   has a critical point (or stationary point) at   The determinant of the Hessian at   is called, in some contexts, a discriminant. If this determinant is zero then   is called a degenerate critical point of   or a non-Morse critical point of   Otherwise it is non-degenerate, and called a Morse critical point of  

The Hessian matrix plays an important role in Morse theory and catastrophe theory, because its kernel and eigenvalues allow classification of the critical points.[2][3][4]

The determinant of the Hessian matrix, when evaluated at a critical point of a function, is equal to the Gaussian curvature of the function considered as a manifold. The eigenvalues of the Hessian at that point are the principal curvatures of the function, and the eigenvectors are the principal directions of curvature. (See Gaussian curvature § Relation to principal curvatures.)

Use in optimization edit

Hessian matrices are used in large-scale optimization problems within Newton-type methods because they are the coefficient of the quadratic term of a local Taylor expansion of a function. That is,

 
where   is the gradient   Computing and storing the full Hessian matrix takes   memory, which is infeasible for high-dimensional functions such as the loss functions of neural nets, conditional random fields, and other statistical models with large numbers of parameters. For such situations, truncated-Newton and quasi-Newton algorithms have been developed. The latter family of algorithms use approximations to the Hessian; one of the most popular quasi-Newton algorithms is BFGS.[5]

Such approximations may use the fact that an optimization algorithm uses the Hessian only as a linear operator   and proceed by first noticing that the Hessian also appears in the local expansion of the gradient:

 

Letting   for some scalar   this gives

 
that is,
 
so if the gradient is already computed, the approximate Hessian can be computed by a linear (in the size of the gradient) number of scalar operations. (While simple to program, this approximation scheme is not numerically stable since   has to be made small to prevent error due to the   term, but decreasing it loses precision in the first term.[6])

Notably regarding Randomized Search Heuristics, the evolution strategy's covariance matrix adapts to the inverse of the Hessian matrix, up to a scalar factor and small random fluctuations. This result has been formally proven for a single-parent strategy and a static model, as the population size increases, relying on the quadratic approximation.[7]

Other applications edit

The Hessian matrix is commonly used for expressing image processing operators in image processing and computer vision (see the Laplacian of Gaussian (LoG) blob detector, the determinant of Hessian (DoH) blob detector and scale space). It can be used in normal mode analysis to calculate the different molecular frequencies in infrared spectroscopy.[8] It can also be used in local sensitivity and statistical diagnostics.[9]

Generalizations edit

Bordered Hessian edit

A bordered Hessian is used for the second-derivative test in certain constrained optimization problems. Given the function   considered previously, but adding a constraint function   such that   the bordered Hessian is the Hessian of the Lagrange function  [10]

 

If there are, say,   constraints then the zero in the upper-left corner is an   block of zeros, and there are   border rows at the top and   border columns at the left.

The above rules stating that extrema are characterized (among critical points with a non-singular Hessian) by a positive-definite or negative-definite Hessian cannot apply here since a bordered Hessian can neither be negative-definite nor positive-definite, as   if   is any vector whose sole non-zero entry is its first.

The second derivative test consists here of sign restrictions of the determinants of a certain set of   submatrices of the bordered Hessian.[11] Intuitively, the   constraints can be thought of as reducing the problem to one with   free variables. (For example, the maximization of   subject to the constraint   can be reduced to the maximization of   without constraint.)

Specifically, sign conditions are imposed on the sequence of leading principal minors (determinants of upper-left-justified sub-matrices) of the bordered Hessian, for which the first   leading principal minors are neglected, the smallest minor consisting of the truncated first   rows and columns, the next consisting of the truncated first   rows and columns, and so on, with the last being the entire bordered Hessian; if   is larger than   then the smallest leading principal minor is the Hessian itself.[12] There are thus   minors to consider, each evaluated at the specific point being considered as a candidate maximum or minimum. A sufficient condition for a local maximum is that these minors alternate in sign with the smallest one having the sign of   A sufficient condition for a local minimum is that all of these minors have the sign of   (In the unconstrained case of   these conditions coincide with the conditions for the unbordered Hessian to be negative definite or positive definite respectively).

Vector-valued functions edit

If   is instead a vector field   that is,

 
then the collection of second partial derivatives is not a   matrix, but rather a third-order tensor. This can be thought of as an array of   Hessian matrices, one for each component of  :
 
This tensor degenerates to the usual Hessian matrix when  

Generalization to the complex case edit

In the context of several complex variables, the Hessian may be generalized. Suppose   and write   Then the generalized Hessian is   If   satisfies the n-dimensional Cauchy–Riemann conditions, then the complex Hessian matrix is identically zero.

Generalizations to Riemannian manifolds edit

Let   be a Riemannian manifold and   its Levi-Civita connection. Let   be a smooth function. Define the Hessian tensor by

 
where this takes advantage of the fact that the first covariant derivative of a function is the same as its ordinary differential. Choosing local coordinates   gives a local expression for the Hessian as
 
where   are the Christoffel symbols of the connection. Other equivalent forms for the Hessian are given by
 

See also edit

Notes edit

  1. ^ Binmore, Ken; Davies, Joan (2007). Calculus Concepts and Methods. Cambridge University Press. p. 190. ISBN 978-0-521-77541-0. OCLC 717598615.
  2. ^ Callahan, James J. (2010). Advanced Calculus: A Geometric View. Springer Science & Business Media. p. 248. ISBN 978-1-4419-7332-0.
  3. ^ Casciaro, B.; Fortunato, D.; Francaviglia, M.; Masiello, A., eds. (2011). Recent Developments in General Relativity. Springer Science & Business Media. p. 178. ISBN 9788847021136.
  4. ^ Domenico P. L. Castrigiano; Sandra A. Hayes (2004). Catastrophe theory. Westview Press. p. 18. ISBN 978-0-8133-4126-2.
  5. ^ Nocedal, Jorge; Wright, Stephen (2000). Numerical Optimization. Springer Verlag. ISBN 978-0-387-98793-4.
  6. ^ Pearlmutter, Barak A. (1994). "Fast exact multiplication by the Hessian" (PDF). Neural Computation. 6 (1): 147–160. doi:10.1162/neco.1994.6.1.147. S2CID 1251969.
  7. ^ Shir, O.M.; A. Yehudayoff (2020). "On the covariance-Hessian relation in evolution strategies". Theoretical Computer Science. 801. Elsevier: 157–174. arXiv:1806.03674. doi:10.1016/j.tcs.2019.09.002.
  8. ^ Mott, Adam J.; Rez, Peter (December 24, 2014). "Calculation of the infrared spectra of proteins". European Biophysics Journal. 44 (3): 103–112. doi:10.1007/s00249-014-1005-6. ISSN 0175-7571. PMID 25538002. S2CID 2945423.
  9. ^ Liu, Shuangzhe; Leiva, Victor; Zhuang, Dan; Ma, Tiefeng; Figueroa-Zúñiga, Jorge I. (March 2022). "Matrix differential calculus with applications in the multivariate linear model and its diagnostics". Journal of Multivariate Analysis. 188: 104849. doi:10.1016/j.jmva.2021.104849.
  10. ^ Hallam, Arne (October 7, 2004). "Econ 500: Quantitative Methods in Economic Analysis I" (PDF). Iowa State.
  11. ^ Neudecker, Heinz; Magnus, Jan R. (1988). Matrix Differential Calculus with Applications in Statistics and Econometrics. New York: John Wiley & Sons. p. 136. ISBN 978-0-471-91516-4.
  12. ^ Chiang, Alpha C. (1984). Fundamental Methods of Mathematical Economics (Third ed.). McGraw-Hill. p. 386. ISBN 978-0-07-010813-4.

Further reading edit

  • Lewis, David W. (1991). Matrix Theory. Singapore: World Scientific. ISBN 978-981-02-0689-5.
  • Magnus, Jan R.; Neudecker, Heinz (1999). "The Second Differential". Matrix Differential Calculus : With Applications in Statistics and Econometrics (Revised ed.). New York: Wiley. pp. 99–115. ISBN 0-471-98633-X.

External links edit

hessian, matrix, mathematics, hessian, less, commonly, hesse, matrix, square, matrix, second, order, partial, derivatives, scalar, valued, function, scalar, field, describes, local, curvature, function, many, variables, developed, 19th, century, german, mathem. In mathematics the Hessian matrix Hessian or less commonly Hesse matrix is a square matrix of second order partial derivatives of a scalar valued function or scalar field It describes the local curvature of a function of many variables The Hessian matrix was developed in the 19th century by the German mathematician Ludwig Otto Hesse and later named after him Hesse originally used the term functional determinants The Hessian is sometimes denoted by H or ambiguously by 2 Contents 1 Definitions and properties 2 Applications 2 1 Inflection points 2 2 Second derivative test 2 3 Critical points 2 4 Use in optimization 2 5 Other applications 3 Generalizations 3 1 Bordered Hessian 3 2 Vector valued functions 3 3 Generalization to the complex case 3 4 Generalizations to Riemannian manifolds 4 See also 5 Notes 6 Further reading 7 External linksDefinitions and properties editSuppose f R n R displaystyle f mathbb R n to mathbb R nbsp is a function taking as input a vector x R n displaystyle mathbf x in mathbb R n nbsp and outputting a scalar f x R displaystyle f mathbf x in mathbb R nbsp If all second order partial derivatives of f displaystyle f nbsp exist then the Hessian matrix H displaystyle mathbf H nbsp of f displaystyle f nbsp is a square n n displaystyle n times n nbsp matrix usually defined and arranged asH f 2 f x 1 2 2 f x 1 x 2 2 f x 1 x n 2 f x 2 x 1 2 f x 2 2 2 f x 2 x n 2 f x n x 1 2 f x n x 2 2 f x n 2 displaystyle mathbf H f begin bmatrix dfrac partial 2 f partial x 1 2 amp dfrac partial 2 f partial x 1 partial x 2 amp cdots amp dfrac partial 2 f partial x 1 partial x n 2 2ex dfrac partial 2 f partial x 2 partial x 1 amp dfrac partial 2 f partial x 2 2 amp cdots amp dfrac partial 2 f partial x 2 partial x n 2 2ex vdots amp vdots amp ddots amp vdots 2 2ex dfrac partial 2 f partial x n partial x 1 amp dfrac partial 2 f partial x n partial x 2 amp cdots amp dfrac partial 2 f partial x n 2 end bmatrix nbsp That is the entry of the i th row and the j th column is H f i j 2 f x i x j displaystyle mathbf H f i j frac partial 2 f partial x i partial x j nbsp If furthermore the second partial derivatives are all continuous the Hessian matrix is a symmetric matrix by the symmetry of second derivatives The determinant of the Hessian matrix is called the Hessian determinant 1 The Hessian matrix of a function f displaystyle f nbsp is the transpose of the Jacobian matrix of the gradient of the function f displaystyle f nbsp that is H f x J f x T displaystyle mathbf H f mathbf x mathbf J nabla f mathbf x T nbsp Applications editInflection points edit If f displaystyle f nbsp is a homogeneous polynomial in three variables the equation f 0 displaystyle f 0 nbsp is the implicit equation of a plane projective curve The inflection points of the curve are exactly the non singular points where the Hessian determinant is zero It follows by Bezout s theorem that a cubic plane curve has at most 9 displaystyle 9 nbsp inflection points since the Hessian determinant is a polynomial of degree 3 displaystyle 3 nbsp Second derivative test edit Main article Second partial derivative test The Hessian matrix of a convex function is positive semi definite Refining this property allows us to test whether a critical point x displaystyle x nbsp is a local maximum local minimum or a saddle point as follows If the Hessian is positive definite at x displaystyle x nbsp then f displaystyle f nbsp attains an isolated local minimum at x displaystyle x nbsp If the Hessian is negative definite at x displaystyle x nbsp then f displaystyle f nbsp attains an isolated local maximum at x displaystyle x nbsp If the Hessian has both positive and negative eigenvalues then x displaystyle x nbsp is a saddle point for f displaystyle f nbsp Otherwise the test is inconclusive This implies that at a local minimum the Hessian is positive semidefinite and at a local maximum the Hessian is negative semidefinite For positive semidefinite and negative semidefinite Hessians the test is inconclusive a critical point where the Hessian is semidefinite but not definite may be a local extremum or a saddle point However more can be said from the point of view of Morse theory The second derivative test for functions of one and two variables is simpler than the general case In one variable the Hessian contains exactly one second derivative if it is positive then x displaystyle x nbsp is a local minimum and if it is negative then x displaystyle x nbsp is a local maximum if it is zero then the test is inconclusive In two variables the determinant can be used because the determinant is the product of the eigenvalues If it is positive then the eigenvalues are both positive or both negative If it is negative then the two eigenvalues have different signs If it is zero then the second derivative test is inconclusive Equivalently the second order conditions that are sufficient for a local minimum or maximum can be expressed in terms of the sequence of principal upper leftmost minors determinants of sub matrices of the Hessian these conditions are a special case of those given in the next section for bordered Hessians for constrained optimization the case in which the number of constraints is zero Specifically the sufficient condition for a minimum is that all of these principal minors be positive while the sufficient condition for a maximum is that the minors alternate in sign with the 1 1 displaystyle 1 times 1 nbsp minor being negative Critical points edit If the gradient the vector of the partial derivatives of a function f displaystyle f nbsp is zero at some point x displaystyle mathbf x nbsp then f displaystyle f nbsp has a critical point or stationary point at x displaystyle mathbf x nbsp The determinant of the Hessian at x displaystyle mathbf x nbsp is called in some contexts a discriminant If this determinant is zero then x displaystyle mathbf x nbsp is called a degenerate critical point of f displaystyle f nbsp or a non Morse critical point of f displaystyle f nbsp Otherwise it is non degenerate and called a Morse critical point of f displaystyle f nbsp The Hessian matrix plays an important role in Morse theory and catastrophe theory because its kernel and eigenvalues allow classification of the critical points 2 3 4 The determinant of the Hessian matrix when evaluated at a critical point of a function is equal to the Gaussian curvature of the function considered as a manifold The eigenvalues of the Hessian at that point are the principal curvatures of the function and the eigenvectors are the principal directions of curvature See Gaussian curvature Relation to principal curvatures Use in optimization edit Hessian matrices are used in large scale optimization problems within Newton type methods because they are the coefficient of the quadratic term of a local Taylor expansion of a function That is y f x D x f x f x T D x 1 2 D x T H x D x displaystyle y f mathbf x Delta mathbf x approx f mathbf x nabla f mathbf x mathrm T Delta mathbf x frac 1 2 Delta mathbf x mathrm T mathbf H mathbf x Delta mathbf x nbsp where f displaystyle nabla f nbsp is the gradient f x 1 f x n displaystyle left frac partial f partial x 1 ldots frac partial f partial x n right nbsp Computing and storing the full Hessian matrix takes 8 n 2 displaystyle Theta left n 2 right nbsp memory which is infeasible for high dimensional functions such as the loss functions of neural nets conditional random fields and other statistical models with large numbers of parameters For such situations truncated Newton and quasi Newton algorithms have been developed The latter family of algorithms use approximations to the Hessian one of the most popular quasi Newton algorithms is BFGS 5 Such approximations may use the fact that an optimization algorithm uses the Hessian only as a linear operator H v displaystyle mathbf H mathbf v nbsp and proceed by first noticing that the Hessian also appears in the local expansion of the gradient f x D x f x H x D x O D x 2 displaystyle nabla f mathbf x Delta mathbf x nabla f mathbf x mathbf H mathbf x Delta mathbf x mathcal O Delta mathbf x 2 nbsp Letting D x r v displaystyle Delta mathbf x r mathbf v nbsp for some scalar r displaystyle r nbsp this givesH x D x H x r v r H x v f x r v f x O r 2 displaystyle mathbf H mathbf x Delta mathbf x mathbf H mathbf x r mathbf v r mathbf H mathbf x mathbf v nabla f mathbf x r mathbf v nabla f mathbf x mathcal O r 2 nbsp that is H x v 1 r f x r v f x O r displaystyle mathbf H mathbf x mathbf v frac 1 r left nabla f mathbf x r mathbf v nabla f mathbf x right mathcal O r nbsp so if the gradient is already computed the approximate Hessian can be computed by a linear in the size of the gradient number of scalar operations While simple to program this approximation scheme is not numerically stable since r displaystyle r nbsp has to be made small to prevent error due to the O r displaystyle mathcal O r nbsp term but decreasing it loses precision in the first term 6 Notably regarding Randomized Search Heuristics the evolution strategy s covariance matrix adapts to the inverse of the Hessian matrix up to a scalar factor and small random fluctuations This result has been formally proven for a single parent strategy and a static model as the population size increases relying on the quadratic approximation 7 Other applications edit The Hessian matrix is commonly used for expressing image processing operators in image processing and computer vision see the Laplacian of Gaussian LoG blob detector the determinant of Hessian DoH blob detector and scale space It can be used in normal mode analysis to calculate the different molecular frequencies in infrared spectroscopy 8 It can also be used in local sensitivity and statistical diagnostics 9 Generalizations editBordered Hessian edit A bordered Hessian is used for the second derivative test in certain constrained optimization problems Given the function f displaystyle f nbsp considered previously but adding a constraint function g displaystyle g nbsp such that g x c displaystyle g mathbf x c nbsp the bordered Hessian is the Hessian of the Lagrange function L x l f x l g x c displaystyle Lambda mathbf x lambda f mathbf x lambda g mathbf x c nbsp 10 H L 2 L l 2 2 L l x 2 L l x T 2 L x 2 0 g x 1 g x 2 g x n g x 1 2 L x 1 2 2 L x 1 x 2 2 L x 1 x n g x 2 2 L x 2 x 1 2 L x 2 2 2 L x 2 x n g x n 2 L x n x 1 2 L x n x 2 2 L x n 2 0 g x g x T 2 L x 2 displaystyle mathbf H Lambda begin bmatrix dfrac partial 2 Lambda partial lambda 2 amp dfrac partial 2 Lambda partial lambda partial mathbf x left dfrac partial 2 Lambda partial lambda partial mathbf x right mathsf T amp dfrac partial 2 Lambda partial mathbf x 2 end bmatrix begin bmatrix 0 amp dfrac partial g partial x 1 amp dfrac partial g partial x 2 amp cdots amp dfrac partial g partial x n 2 2ex dfrac partial g partial x 1 amp dfrac partial 2 Lambda partial x 1 2 amp dfrac partial 2 Lambda partial x 1 partial x 2 amp cdots amp dfrac partial 2 Lambda partial x 1 partial x n 2 2ex dfrac partial g partial x 2 amp dfrac partial 2 Lambda partial x 2 partial x 1 amp dfrac partial 2 Lambda partial x 2 2 amp cdots amp dfrac partial 2 Lambda partial x 2 partial x n 2 2ex vdots amp vdots amp vdots amp ddots amp vdots 2 2ex dfrac partial g partial x n amp dfrac partial 2 Lambda partial x n partial x 1 amp dfrac partial 2 Lambda partial x n partial x 2 amp cdots amp dfrac partial 2 Lambda partial x n 2 end bmatrix begin bmatrix 0 amp dfrac partial g partial mathbf x left dfrac partial g partial mathbf x right mathsf T amp dfrac partial 2 Lambda partial mathbf x 2 end bmatrix nbsp If there are say m displaystyle m nbsp constraints then the zero in the upper left corner is an m m displaystyle m times m nbsp block of zeros and there are m displaystyle m nbsp border rows at the top and m displaystyle m nbsp border columns at the left The above rules stating that extrema are characterized among critical points with a non singular Hessian by a positive definite or negative definite Hessian cannot apply here since a bordered Hessian can neither be negative definite nor positive definite as z T H z 0 displaystyle mathbf z mathsf T mathbf H mathbf z 0 nbsp if z displaystyle mathbf z nbsp is any vector whose sole non zero entry is its first The second derivative test consists here of sign restrictions of the determinants of a certain set of n m displaystyle n m nbsp submatrices of the bordered Hessian 11 Intuitively the m displaystyle m nbsp constraints can be thought of as reducing the problem to one with n m displaystyle n m nbsp free variables For example the maximization of f x 1 x 2 x 3 displaystyle f left x 1 x 2 x 3 right nbsp subject to the constraint x 1 x 2 x 3 1 displaystyle x 1 x 2 x 3 1 nbsp can be reduced to the maximization of f x 1 x 2 1 x 1 x 2 displaystyle f left x 1 x 2 1 x 1 x 2 right nbsp without constraint Specifically sign conditions are imposed on the sequence of leading principal minors determinants of upper left justified sub matrices of the bordered Hessian for which the first 2 m displaystyle 2m nbsp leading principal minors are neglected the smallest minor consisting of the truncated first 2 m 1 displaystyle 2m 1 nbsp rows and columns the next consisting of the truncated first 2 m 2 displaystyle 2m 2 nbsp rows and columns and so on with the last being the entire bordered Hessian if 2 m 1 displaystyle 2m 1 nbsp is larger than n m displaystyle n m nbsp then the smallest leading principal minor is the Hessian itself 12 There are thus n m displaystyle n m nbsp minors to consider each evaluated at the specific point being considered as a candidate maximum or minimum A sufficient condition for a local maximum is that these minors alternate in sign with the smallest one having the sign of 1 m 1 displaystyle 1 m 1 nbsp A sufficient condition for a local minimum is that all of these minors have the sign of 1 m displaystyle 1 m nbsp In the unconstrained case of m 0 displaystyle m 0 nbsp these conditions coincide with the conditions for the unbordered Hessian to be negative definite or positive definite respectively Vector valued functions edit If f displaystyle f nbsp is instead a vector field f R n R m displaystyle mathbf f mathbb R n to mathbb R m nbsp that is f x f 1 x f 2 x f m x displaystyle mathbf f mathbf x left f 1 mathbf x f 2 mathbf x ldots f m mathbf x right nbsp then the collection of second partial derivatives is not a n n displaystyle n times n nbsp matrix but rather a third order tensor This can be thought of as an array of m displaystyle m nbsp Hessian matrices one for each component of f displaystyle mathbf f nbsp H f H f 1 H f 2 H f m displaystyle mathbf H mathbf f left mathbf H f 1 mathbf H f 2 ldots mathbf H f m right nbsp This tensor degenerates to the usual Hessian matrix when m 1 displaystyle m 1 nbsp Generalization to the complex case edit In the context of several complex variables the Hessian may be generalized Suppose f C n C displaystyle f colon mathbb C n to mathbb C nbsp and write f z 1 z n displaystyle f left z 1 ldots z n right nbsp Then the generalized Hessian is 2 f z i z j displaystyle frac partial 2 f partial z i partial overline z j nbsp If f displaystyle f nbsp satisfies the n dimensional Cauchy Riemann conditions then the complex Hessian matrix is identically zero Generalizations to Riemannian manifolds edit Let M g displaystyle M g nbsp be a Riemannian manifold and displaystyle nabla nbsp its Levi Civita connection Let f M R displaystyle f M to mathbb R nbsp be a smooth function Define the Hessian tensor byHess f G T M T M by Hess f f d f displaystyle operatorname Hess f in Gamma left T M otimes T M right quad text by quad operatorname Hess f nabla nabla f nabla df nbsp where this takes advantage of the fact that the first covariant derivative of a function is the same as its ordinary differential Choosing local coordinates x i displaystyle left x i right nbsp gives a local expression for the Hessian as Hess f i j f d x i d x j 2 f x i x j G i j k f x k d x i d x j displaystyle operatorname Hess f nabla i partial j f dx i otimes dx j left frac partial 2 f partial x i partial x j Gamma ij k frac partial f partial x k right dx i otimes dx j nbsp where G i j k displaystyle Gamma ij k nbsp are the Christoffel symbols of the connection Other equivalent forms for the Hessian are given by Hess f X Y X grad f Y and Hess f X Y X Y f d f X Y displaystyle operatorname Hess f X Y langle nabla X operatorname grad f Y rangle quad text and quad operatorname Hess f X Y X Yf df nabla X Y nbsp See also edit nbsp Mathematics portal The determinant of the Hessian matrix is a covariant see Invariant of a binary form Polarization identity useful for rapid calculations involving Hessians Jacobian matrix Matrix of all first order partial derivatives of a vector valued functionPages displaying short descriptions of redirect targets Hessian equationNotes edit Binmore Ken Davies Joan 2007 Calculus Concepts and Methods Cambridge University Press p 190 ISBN 978 0 521 77541 0 OCLC 717598615 Callahan James J 2010 Advanced Calculus A Geometric View Springer Science amp Business Media p 248 ISBN 978 1 4419 7332 0 Casciaro B Fortunato D Francaviglia M Masiello A eds 2011 Recent Developments in General Relativity Springer Science amp Business Media p 178 ISBN 9788847021136 Domenico P L Castrigiano Sandra A Hayes 2004 Catastrophe theory Westview Press p 18 ISBN 978 0 8133 4126 2 Nocedal Jorge Wright Stephen 2000 Numerical Optimization Springer Verlag ISBN 978 0 387 98793 4 Pearlmutter Barak A 1994 Fast exact multiplication by the Hessian PDF Neural Computation 6 1 147 160 doi 10 1162 neco 1994 6 1 147 S2CID 1251969 Shir O M A Yehudayoff 2020 On the covariance Hessian relation in evolution strategies Theoretical Computer Science 801 Elsevier 157 174 arXiv 1806 03674 doi 10 1016 j tcs 2019 09 002 Mott Adam J Rez Peter December 24 2014 Calculation of the infrared spectra of proteins European Biophysics Journal 44 3 103 112 doi 10 1007 s00249 014 1005 6 ISSN 0175 7571 PMID 25538002 S2CID 2945423 Liu Shuangzhe Leiva Victor Zhuang Dan Ma Tiefeng Figueroa Zuniga Jorge I March 2022 Matrix differential calculus with applications in the multivariate linear model and its diagnostics Journal of Multivariate Analysis 188 104849 doi 10 1016 j jmva 2021 104849 Hallam Arne October 7 2004 Econ 500 Quantitative Methods in Economic Analysis I PDF Iowa State Neudecker Heinz Magnus Jan R 1988 Matrix Differential Calculus with Applications in Statistics and Econometrics New York John Wiley amp Sons p 136 ISBN 978 0 471 91516 4 Chiang Alpha C 1984 Fundamental Methods of Mathematical Economics Third ed McGraw Hill p 386 ISBN 978 0 07 010813 4 Further reading editLewis David W 1991 Matrix Theory Singapore World Scientific ISBN 978 981 02 0689 5 Magnus Jan R Neudecker Heinz 1999 The Second Differential Matrix Differential Calculus With Applications in Statistics and Econometrics Revised ed New York Wiley pp 99 115 ISBN 0 471 98633 X External links edit Hessian of a function Encyclopedia of Mathematics EMS Press 2001 1994 Weisstein Eric W Hessian MathWorld Retrieved from https en wikipedia org w index php title Hessian matrix amp oldid 1192120639, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.