The given function is $$f(x,y,z) = \frac{1}{\sqrt{x^2+y^2+z^2}}$$
and I need to find gradient and draw the picture of this vector field.
Gradient that I calculate is:
grad $f(x,y,z) = \left(\frac{-x}{(x^2+y^2+z^2)^{\frac{3}{2}}} , \frac{-y}{(x^2+y^2+z^2)^{\frac{3}{2}}} , \frac{-z}{(x^2+y^2+z^2)^{\frac{3}{2}}}\right)$
Could anyone help me to draw the vector field?. Thanks :)