How do I find the stationary points $(x,y,z)$ of this Lagrange problem? $$min \quad f(x,y,z)=5x^2-8xy-4xz+5y^2-4yz+8z^2+1$$ $$s.t.\quad x+y-4z=8$$
I know how to solve it using augmented matrix, but how do I solve it for $x, y$ and $z$?
For record, I usually know how to solve Lagrange and Kush-Kuhn-Tucker problems, but I struggled with this.
here is what I got
$f'x = 10x-8y-4z-\lambda=0$
$f'y =-8x+10y-4z-\lambda=0$
$f'z=-4x-4y+17z+4\lambda=0$
And I got $x=y$