In order to get a tangent plane to a function $x^2+\frac{y^2}{4}-\frac{z^2}{9}=1$
I converted this as a form of $z=+-\sqrt{\cdots}$ and got $z=z_x(x-x_0)+z_y(y-y_0)$.
It was quite cumbersome. so I instead set $x^2+\frac{y^2}{4}-\frac{z^2}{9}-1= F(x,y,z)$ $($and $=0$ I guess$)$ and found $F_x,F_y,F_z$. and got the same result $F_x(x-x_0)+F_y(y-y_0)+F_z(z-z_0)=0.$
I'm a bit confused about this process. what does $F_z$ mean? especially when $F(x,y,z)$ equals $0$?