So I have to find the min and max values of f(x,y,z) = x^4 + y^4 + z^ 4 given the constraint x^2 + y^2 + z^2 = 1. I've found the points (+-1/sqrt(3),1/sqrt(3) ,1/sqrt(3)), (+-1/sqrt(3),-1/sqrt(3) ,1/sqrt(3)) ... etc all of which have the f-value of 1/3 when x =/= 0 & y =/= 0 & z =/= 0 (this...