I am working on the following exercise:
Consider the function $$f(x,y) = \sin(x)+\sin(y)+\sin(x+y)$$ for $0\le x,y \le 2\pi$.
I calculated the gradient vector:
$$\nabla f(x,y) = \begin{bmatrix} \cos(x)+\cos(x+y)x\\ \cos(y)+\cos(x+y)y \end{bmatrix}$$
But how can I determine the zeroes of $\nabla f(x,y)$ ?