I am reviewing calculus from Spivak's Calculus on Manifolds, and it looks like he is being (very?) cavalier with regards to when vectors should be written as columns or rows.
Let $f:\mathbf{R}^n \to \mathbf{R}^m$ be a differentiable function, and let $a \in \mathbf{R}^n$. Let $Df(a)$ denote the derivative of $f$ at $a$ (just to be clear, by the definition Spivak uses, $Df(a)$ is the linear map such that $\lim\limits_{h \to 0} \dfrac{||f(a+h)-f(a)-Df(a)(h)||}{||h||} = 0$).
Now, he says that if $f(x) = (f_1(x),\ldots,f_m(x))$ then $Df(a) = (Df_1(a),\ldots,Df_m(a))$. This seems simple enough, and the proof is very easy, but he follows it up by saying that the matrix of this map, denoted $f'(a)$, is the matrix with $f_i'(a)$ as the $i$th row.
But does this make sense? In order for the matrix to be like that, he would have had to have written $Df(a)$ as a column, no?