Consider the semilinear PDE $$(2+y^2)u_{xx}+y^2u_{yy}+2z^2u_{zz}=0$$ and we are asked to classify it. The eigenvalues of the corresponding matrix $$\left( \begin{array}{ccc} 2+y^2 & 0 & 0\\ 0 & y^2 & 0\\ 0 & 0 & 2z^2 \end{array} \right)$$ are $2+y^2,~y^2,~2z^2$, so if $yz\neq 0$ then all are positive and it is elliptic. If $y=0,~z\neq 0$ or $z=0,~y\neq 0$ then it is parabolic.
In the case $y=z=0$, what is the name of the type of the equation?
Thank you in advance.