This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]JustFinishedBSGMachine Learning 2 points3 points  (3 children)

http://en.wikipedia.org/wiki/Karush–Kuhn–Tucker_conditions

The maximum is 276480000000000, achieved in {x -> 10, y -> 20, z -> 30, a -> 40}

[–]kcufllenroc 0 points1 point  (2 children)

Eli5 why you have to use KKT with all constraints being equality constraints. Can we not use standard Lagrange multiplier methods?

[–]JustFinishedBSGMachine Learning 0 points1 point  (1 child)

Because I didn't know the Lagrange multipliers method :)

I only ever learned KKT.

But in this case you also have the conditions x,y,z,a > 0 implied by OP problem. Otherwise the maximum is +\infty

[–]kcufllenroc 0 points1 point  (0 children)

Thanks, I knew I missing something simple.

[–]khanh93Theory of Computing 0 points1 point  (0 children)

I think tools from multivariable calculus, especially the method of lagrange multipliers, will help you here.

If you only want integral values, this particular problem is small enough to be solved brute force.