Hi
I've searched Gradient is like derivative but just in high dimensions now referring to dimensions of gradient,it says gradient is a vector that is perpendicular to function curve. consider function $f$ in 2-dimension if $f(x)= x^2$ then $f'(x) = 2x$ and it means the slope of tangent line in $x$ so now if we want to interpret it by gradient what can we say ? or for finding local minimum or maximum we use $f'(x) = 0 $ but in higher dimensions we use $\nabla f = 0$ and in 2-dimension it's very easy to see $f'(x)=0$ get you local min/max but i can't interpret $\nabla f = 0$ Geometrically as a perpendicular vector for getting the local min/max of $f$ in n-dimension or even in 2 dimention.
I would appreciate for getting simple intuition about it.