Row and column vector representation for Euclidian vector spaces

linear algebranotationvector-spaces

When dealing with Euclidean vector spaces (such as those in physics) we consider that a vector $A$ with a tuple of scalar components $(a,b,c)$ is equal to a vector $B$ with the same components, however, we make a distinction between column and row vectors (namely that one is the transpose of the other) is it that for a euclidean vector we just decide on one way of 'representation' and the distinction is more for dealing with matrices? Because this suggests that given a row vector $A$ and Column vector $B$ with the same components they are not equal. Is it a form of notation for vectors or are we essentially writing the components in a matrix?

If we define a vector $a=(a_1,a_2)$ as being represented as a column and row vector, then for $a$, $Ma≠Ma$ as one is defined and the other is not.

Best Answer

Let $n$ be a positive integer.

  • A row vector with $n$ real components is a matrix with one row and $n$ columns, i.e. an element of $\mathbb R^{1\times n}$.
  • A column vector with $n$ real components is a matrix with one column and $n$ rows, i.e. an element of $\mathbb R^{n\times 1}$.
  • An element of $\mathbb R^n$ is a list of $n$ real numbers.

Of course we identify lists, row and column vectors through "obvious" bijections. For example, given a list$$(x_1,\ldots,x_n)\in\mathbb R^n$$ we can set $$\forall i:x_{i,1}:=x_i$$and $$\begin{pmatrix}x_{1,1}\\\vdots\\x_{n,1}\end{pmatrix}\in\mathbb R^{n\times 1}$$is the column vector associated to the list.