squenshl
- 468
- 4
Optimize f(x,y,z) = 2x + 2y + 2z subject to constraints g(x,y,z) = x2 - y2 - z2 - 1 = 0 & h(x,y,z) = x2 + y2 + z2 - 17 = 0.
I found Lx = 2 + 2\lambdax - 2\mux = 0, Ly = 2 + 2\lambday - 2\muy = 0 & Lz = 2 + 2\lambdaz - 2\muz = 0
I'm just asking how to use Lx, Ly & Lz to eliminate \lambda & \mu to get the critical points.
I found Lx = 2 + 2\lambdax - 2\mux = 0, Ly = 2 + 2\lambday - 2\muy = 0 & Lz = 2 + 2\lambdaz - 2\muz = 0
I'm just asking how to use Lx, Ly & Lz to eliminate \lambda & \mu to get the critical points.