I have a function, $w=x^2+y^2-z^2$, and its gradient vector, $\nabla w=(2x, 2y, -2y)$. How can I write the equation for its tangent plane? Is something like the following accurate? $$ p=\nabla w_\hat i(x,y,z)x +\nabla w_\hat j(x,y,z)y + \nabla w_\hat k(x,y,z)z$$
What is the convention for something like this?