I want to be clear that I am understanding how to construct a matrix $A$ corresponding to specified linear transformation $T$.
I am working through "Introduction to Linear Algebra by Strang" 4th edition.
Here is what is mentioned:
Suppose $T$ transforms the space $V$ ($n$-dimensional) to the space $W$ ($m$-dimensional). We choose a basis for $v_1,\ldots,v_n$ for $V$ and a basis $w_1,\ldots, w_m$ for $W$.
To find the first column of $A$, apply $T$ to the first basis vector $v_1$.
Then $T(v_1) = a_{11}w_1 + \cdots + a_{m1}w_m$ and these numbers $a_{11},\ldots,a_{m1}$ go into the first column of $A$. Transforming $v_1$ to $T(v_1)$ matches multiplying $(1,0,\ldots,0)$ by $A$.
My questions/thoughts
This section opens up by saying this approach works for constructing a matrix for any linear transformation. However, it seems the basis in $n$-dimensional space is stated as being generic (i.e. $v_1,\ldots,v_n$) but if $T(v_1)$ matches multiplying by $(1,0,\ldots,0)$ am I supposed to assume $v_1,\ldots,v_n$ are a standard orthonormal basis in $n$-dimensional space?
I guess I don't see how this example generalizes, but perhaps I am missing something.
Consider that the components of $v_1$ are determined by $$v_1=1 v_1+0 v_2+\cdots+0 v_n.$$