I just have a few questions about the general meaning of the notation "$[T]_\alpha^\beta$". I would really appreciate if someone would dumb it WAY down to the most basic level (no assumptions, no leaps of logic) because most of the literature I have read on this notation is very scattered.
I want to mention that $\alpha$ and $\beta$ are the ordered bases for $R^n$ and $R^m$ respectively. $T$ is the linear transformation from $R^n \to R^m$.
Questions:
What is $[T]$?
What are the subscript and superscript?
Does the order of the subscript and superscript matter (which one is on top or bottom)?
What are the dimensions of $[T]_\alpha^\beta$?
Thank you guys so much.
I agree with others that this notation isn't particularly standard, but it seems to make most sense if it's designed to work when $T:V\to W$ is a linear transformation between arbitrary finite-dimensional abstract vector spaces with bases $\alpha=(\alpha_1,\ldots,\alpha_n)$ and $\beta=(\beta_1,\ldots,\beta_m)$, respectively. (Here each $\alpha_i$ is an element of $V$, and each $\beta_i$ is an element of $W$).
The matrix $[T]_\alpha^\beta$ is then the matrix with the property that if $T(\alpha_i)=c_1\beta_1+\cdots+c_m\beta_m$, then $(c_1,\ldots,c_m)^T$ is the $i$th column of $[T]_\alpha^\beta$.
This means that if you have a vector $v\in V$ and want to find $T(v)$, then you can
Representing linear transformations with matrices allows transferring results from the nice, concrete setting of matrices to the more useful setting of abstract vector spaces. In particular, if we have a third vector space $Z$ with basis $\gamma$ and a linear transformation $U:W\to Z$, then function composition corresponds to matrix multiplication: $$ [U\circ T]_\alpha^\gamma = [U]_\beta^\gamma [T]_\alpha^\beta $$