The calculator will find the Hessian matrix of the multivariable function, with steps shown. Also, it will evaluate the Hessian at the given point if needed.
Solution
The entry at row i, column j of the Hessian matrix is the partial derivative of the function with respect to the i-th and j-th variables.
H11=dx2d2(x3+4xy2+5y3−10)=6x (for steps, see partial derivative calculator).
H12=dydxd2(x3+4xy2+5y3−10)=8y (for steps, see partial derivative calculator).
H21=dxdyd2(x3+4xy2+5y3−10)=8y (for steps, see partial derivative calculator).
H22=dy2d2(x3+4xy2+5y3−10)=2(4x+15y) (for steps, see partial derivative calculator).
Thus, H=[6x8y8y2(4x+15y)].
Answer
H=[6x8y8y2(4x+15y)]A