I previously asked a question about The notation $x\in\mathsf{F}^n$ means $x$ a tuple or a column vector?. After re-read all those related chapters, my conclusion, which all words can be found in the book, is that any element $x\in\mathsf{F}^n$ is a tuple, which can be written as two forms: vertically a column vector or as horizontally a row vector. But this didn't solved the confusion I really want to know.
My current understanding is that: A linear transformation is an abstract idea. To concretize it into one of its matrix-forms I need the idea of ordered basis s.t. it can be seen as a matrix relative to the two bases. But it's confusing that a left-multiplication transformation is defined using a matrix and need the idea of matrix multiplication. Say $$\large L_A:\mathsf{F}^n\to \mathsf{F}^m, L_A(x)=Ax,\textrm{for any}\ x\in\mathsf{F}^n,$$
which is a left-multiplication transformation defined using a matrix $A$. Since I haven't decided which are the two bases to be used to represent those $x\in\mathsf{F}^n,L(x)\in\mathsf{F}^m,$ how to even compute the multiplication $Ax$? It seems like there is implicitly a by default we use the standard ordered bases of $\mathsf{F}^n$ and $\mathsf{F}^m$ before doing the multiplication. So which part did I miss?