I've just began the study of linear functionals and the dual base. And this book I'm reading says the dual space $V^{*}$ may be identified with the space of row vectors. This notion seems very important, but I'm having trouble understanding it. Here is the text:
Let $\sigma$ be an element of the dual space $V^{*}$, i.e. a linear map $\sigma: V \rightarrow K$. Choose a basis for $V$, say the usual the basis, then $\sigma$ is represented by a matrix $[\sigma]$. However, such a matrix $[\sigma]$ is a row vector. Also, the map $\sigma \rightarrow [\sigma]$ is a vector space isomorphism.
On the other hand, any row vector $\phi = (a_1, \ldots, a_n)$ defines a linear functional $\phi: V \rightarrow K$ by \begin{align*} \phi(x_1, \ldots, x_n) = (a_1, \ldots, a_n) \begin{pmatrix} x_1 \\ \vdots \\ x_n \end{pmatrix} \end{align*} or simply $\phi(x_1, \ldots, x_n) = a_1 x_1 + a_2 x_2 + \ldots + a_n x_n$.
The author speaks of the matrixrepresentation $[\sigma]$, but he doesn't really explain it. Why is this matrix a row vector? Also, the second part of the text: is this merely a definition? Why does he claim $\phi(x_1, \ldots, x_n) = a_1 x_1 + \ldots + a_n x_n$? The output of a linear functional is suppose to be a scalar, and not a vector? And this is clearly a linear combination of vectors...
Maybe some of the advanced mathematicians here could give me some examples, because I can't get my head around this at the moment.