I have a problem to solve and I have no idea how to do. I need to find the maximum and minimum of $G=2x²+2y²-15z²+8xy-12yz-12xz$ with $x²+y²+z²=1$ I'm supposed to use the diagonalization but I don't know with which matrix started... Thanks for your help :)
2026-03-31 03:58:42.1774929522
Minimize a quadratic equation with diagonalization
137 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
hint: Lagrange Multiplier will work for this question ! Let $H(x,y,z) = x^2+y^2+z^2-1$, and solve $\nabla G = \alpha \nabla H$. You solve for $x,y,z, \alpha$.