What are examples of vectors that are not usually called vectors?

In algebra, a vector is an element of a vector space. An example of such an element is a matrix.

In linear algebra, a vector is a shorthand name for a $1 \times m$ or a $ n \times 1 $ matrix. (Whereas a matrix itself is also a vector, by definition, but rarely referred to as such.)

In (analytic) geometry, a (euclidean) vector is a geometric object with a magnitude and direction. These can be represented by tuples.

Both matrices and tuples are clearly vector elements in some spaces, but are for some reason not called vectors by name, unlike euclidean vectors and row vectors.

Are there any other examples of vectors that are not called vectors, like matrices and tuples?


Solution 1:

Of course there are: A few examples that come to mind:

1) The vector space of all continuous functions with the usual function addition and scalar multiplication

2) The vector space of all sequences $u_n: \mathbb{N} \rightarrow \mathbb{R}$

3) Polynomials

The examples above are vectors in specific vector spaces, but still, we prefer to call them functions (1), sequences (2), polynomials (3).

You can think of more exotic examples, but I thought these were good examples to answer your question as these are things you have already encountered.

Solution 2:

Anything.

Take any set $X$. Consider the set $A:=\{f:\{X\} \to \mathbb{R}\}$. $A$ has an obvious vector space structure. Now, let $\mathcal{C}:=(A-\{f_1\}) \cup \{X\}$, where $f_1$ maps $X$ to $1$. Then $\mathcal{C}$ also has an obvious vector space structure (the one which makes the "identity" an isomorphism), and $X$ is an element of $\mathcal{C}$, hence a vector.

This answer is just to emphasize that being a vector is not a quality in itself. The importance is the whole structure (the vector space, the sum, the multiplication by scalar etc) and its relevance to the situation which is being applied to, which is why we don't refer to a lot of things as vectors even though they are (because being a vector is not relevant to the situation at hand).

Solution 3:

The quality of a "vector" you are describing is the ability to write it as a set of coordinates with respect to some basis of the space in which they reside. In finite dimensions, provided that you maintain the ordering of the basis elements, this takes the form of a "tuple", or a row or column matrix. This "picture" of a vector space gets somewhat complicated once you move past finite dimensions, since our basis now contains infinitely many elements.

Sometimes we can still write the vectors in our space as some kind of ordered list (like the space of all real sequences) even though the vector space is infinite dimensional. However we cannot write down a basis for these spaces, but we know that one must exist (assuming the axiom of choice). For such vector spaces, the basis becomes fairly useless, and we have to adopt other tools to study them.

There are many examples of vector spaces which do not "look" like vectors in the traditional sense. The set of functions from a given set into the real or complex numbers will do, where we take the "pointwise operations" of addition and scalar multiplication.