I was reading this post, Can you transpose a matrix using matrix multiplication?, and I thought it was interesting that we can't get a "transpose matrix" $B$ such that $BA = A^T$, at least not for all $A$. My questions are:
Given a matrix $A$, what kinds of matrices can or cannot be obtained by left multiplication $BA$? What about right multiplication $AC$? What if we allow both left and right multiplication, like $BAC$?
Does it depend heavily on the matrix $A$, or are there certain types of matrices that can always be obtained or can never be obtained?
I suppose what I am asking is what sorts of linear maps we can get by left composition and right composition, and why certain maps cannot be achieved.
I would also appreciate if someone could let me know what area of math this kind of question belongs to or is related to (e.g. some subfield of abstract algebra?), and how it might be important.
Edit: as pointed out in the comments, there are some familiar examples: For $A = 0$, left or right multiplication by anything still gives $0$. For $A = I$, it is the identity, so any matrix is obtainable. For invertible matrices, we can get the identity by left or right multiplication by its inverse; for non-invertible matrices, this is impossible.