#math355##tex2html_wrap_inline7082# to zero
and solve the resulting equation system:
#math356# #tex2html_wrap_indisplay18659#
(4)
The solution #tex2html_wrap_inline7084# of this equation system, called a
<#78#>critical, stationary, or stable point<#78#> of #tex2html_wrap_inline7086#,
is also the solution to the optimization problem, if it is
not a saddle point, that either maximizes or minimizes
#tex2html_wrap_inline7088#.
This equation system can be solved by any of the methods discussed
in the previous chapter, such as the Newton-Raphson method, which
finds the root of a general function #math357##tex2html_wrap_inline7090# iteratively:
#math358##tex2html_wrap_inline7092#.
Here, specifically, to solve the equation #math359##tex2html_wrap_inline7094#,
we first get the Jacobian #math360##tex2html_wrap_inline7096# of
the gradient #math361##tex2html_wrap_inline7098# of #tex2html_wrap_inline7100#, which is the Hessian
of #tex2html_wrap_inline7102#, and then carry out the iteration below to eventually
find #tex2html_wrap_inline7104# that minimizes #tex2html_wrap_inline7106#:
#math362# #tex2html_wrap_indisplay18673#
(5)
The second equality is due to the fact that the Jacobian of the gradient
#tex2html_wrap_inline7108# of function #math363##tex2html_wrap_inline7110# is the Hessian of the function,
i.e., #math364##tex2html_wrap_inline7112#.