Homework Statement
Using Lagrange Multipliers, we are to find the maximum and minimum values of f(x,y) subject to the given constraint
Homework Equations
f(x,y,z) = x^2 - 2y + 2z^2, constraint: x^2 + y^2 + z^2 = 1
The Attempt at a Solution
grad f = lambda*grad g
(2x, -2, 4z) =...