$Ax$ means apply transformation $A$ on $x$, we can look at the null space and range of A and have an understanding of what's going to happen to the vector after we apply transformation $A$.
Just wondering what the equivalent reasoning is for $x^TA$?
I am asking because in my computational optimization course we are often asked to prove properties of the quadratic form $x^TAx$ which involves computing $x^TA$. Apologies if I am missing something and this is trivial
Just as $Ax$ takes a linear combination of the columns of $A$ (summing $x_j$ times the $j$th column), $x^\top A$ takes a linear combination of the rows of $A$ (summing $x_i$ times the $i$th row).
Nevertheless, I think the right answer to your question about the quadratic form $x^\top Ax$ is to interpret $$x^\top Ax = x\cdot Ax$$ as the dot product of two vectors in $\Bbb R^n$, giving you the quadratic function $\sum\limits_i x_i\sum\limits_j a_{ij}x_j = \sum\limits_{i,j}a_{ij}x_ix_j$.