For the function
$$f(x,y,z) := xyz - x^2 - y^2 - z^2$$
I was looking for the points where $f_x = f_y = f_z = 0$, where these denote the partial derivatives with respect to the subscripted variable. This leads to the system of 3 equations:
$$ \begin{aligned} xy-2z &= 0 \\ xz-2y &= 0 \\ yz-2x &= 0 \end{aligned} $$
It is clear that $x=0$, $y=0$, $z=0$ is one solution to this system. However, I was wondering how we find the full set of solutions for a polynomial system like this.
Using an online calculator I have found that $(2,2,2)$, $(-2,-2,2)$, $(2,-2,-2)$, $(-2,2,-2)$ are all solutions, although I wanted to see if I could see how to find these myself.