I am new to linear algebra and have been confused by the terminology "n dimensional vector" that my online course instructor uses. He refers to vectors as an "n dimensional vector" where n is the number of elements in the vector. For example he might say that this is a 5-dimensional vector:
[10 15 20 25 30]
However by definition a vector is 1D. I guess this is an etymology question, but why would people use such confusing terminology? If somebody said something was a "5 dimensional matrix" I assume nobody would think that means it has 5 elements, rather they would think it has 5 dimensions, so why do they talk about vectors differently?
I suppose this is an old question, but as others have stated, the dimensionality of a vector refers to the space of which the vector is a member, in this case $\mathbb{R}^n$.
Though I believe what you are referring to when you say a vector is 1 dimensional is that a vector is a rank 1 tensor. Matrices are, on the other hand, rank 2 tensors, and scalar values are rank 0 tensors.
A tensor of rank $m$ can have dimensions $d_1\times d_2\times\cdots\times d_m$, where $d_i > 0$.