Problem:
Use implicit differentiation to compute $\frac{\partial z}{\partial x}$ and $\frac{\partial z}{\partial y}$ of the function $ x^3 + y^3 +z^3 - 3xyz = 0 $.
What I Got:
$3x^2 + 0 + 3z^2 \cdot \frac{\partial z}{\partial x} - 3y \cdot \frac{\partial z}{\partial x}$
$\frac{\partial z}{\partial x} (3z^2 - 3y) = -3x^2$
$\frac{\partial z}{\partial x} = \frac{-3x^2}{3z^2-3y}$
and
$0 + 3y^2 + 3z^2 \cdot \frac{\partial z}{\partial y} - 3x \cdot \frac{\partial z}{\partial y}$
$\frac{\partial z}{\partial y} (3z^2 - 3x) = -3y^2$
$\frac{\partial z}{\partial y} = \frac{-3y^2}{3z^2-3y}$
For what I have got, is this the correct way to do this question?
Thanks in advance.