Hi,
I am trying to solve this langrangean problem:
TC=5xz+4xy+4yz - MAIN FUNCTION
xyz=12 - CONSTRAINT FUNCTION
xyz-12=0
L=5xz+4xy+4yz+λ[xyz-12] - Langrangean Function
L=5xz+4xy+4yz+xyzλ-12λ
Partial Derivatives:
∂L/∂x=5z+4y+yzλ
∂L/∂y=4x+4z+xzλ
∂L/∂z=5x+4y+xyλ
However now I do not kow how to solve the partial derivatives, can anyone give me a hint or help?
Thank you very much in advance!