The Poor Man’s Introduction to Tensors - by Justin C. Feng. https://web2.ph.utexas.edu/~jcfeng/notes/Tensors_Poor_Man.pdf
On page 3, "Before I can tell you what a tensor is, I must tell you what a vector really is; in fact, you will later see that a vector is a type of tensor.
A vector is simply a directional derivative. Before you write me off as a nut, take a look at the directional derivative of some scalar function $f(x^i)$"
$$\nu.\nabla(f(x^j))=\nu^i\dfrac{\partial}{\partial{x^i}}f(x^j)$$
To me this is still ok, the author later removes the function itself and claim,
$$\nu.\nabla=\nu^i\dfrac{\partial}{\partial{x^i}}$$
currently i see $\nu.\nabla$ as some form of operator.
But my trouble arises when on page 4, equation 19, author then gives equation, stating the following "Some people get rid of the function f altogether, and write the following:"
$$\nu=\nu^i\dfrac{\partial}{\partial{x^i}}$$ and $$\nu^i = \nu(x^i)$$
My problem is that seem that this definition of vector seems very un-intuitive to me,maybe because i am acquainted with all the old definition. It is as if vector were a operator. Can anyone give me the intuition behind this? Or can someone help me make its sense in term of old definitions of vector i have like in simple Euclidean geometry.
Edit: Just to be exact from the possible duplicate, My problem with intuition is exactly this new operator kind of definition As compared to n-tuple that i have been seeing all along. Exactly how do they connect if they do so, Or if they are different or if one generalizes the other.