Let $I=\delta_{ij}$ be the identity matrix of order $n$ and $J_{k\ell}=I(k\leftrightarrow \ell)$ i.e. $J_{k\ell}$ formed by interchanging the $\ell$ th and $k$ th columns of the identity matrix.
Is there any simple and tricky way to calculate the following actions (or should I do it manually?)
- $A\times J_{k\ell}$ for $A\in \mathbf{GL}(n,\Bbb R)$.
- $ J_{k\ell}\times A$.
- $ J_{st}\times J_{k\ell}\times A$.
and please tell me any other property if you know.
I assume that $A \times B$ simply denotes the usual product $AB$ of two matrices.
Here's an approach that you might like. Note that the $i,j$ entry of $A$ is given by $e_i^TAe_j$, where $e_i$ denotes the $i$th column of the identity matrix (AKA the $i$th standard basis vector) and $A^T$ denotes the transpose of $A$. Note also that $J_{k\ell}^T = J_{k\ell}$, and that $$ J_{k\ell}e_i = \begin{cases} e_k & i=\ell\\ e_\ell & i = k\\ e_i & \text{otherwise}. \end{cases} $$ With that, we find, for instance, that $$ [J_{k\ell}A]_{ij} = e_i^TJ_{k\ell}Ae_j = (J_{k\ell} e_i)^TAe_j = \begin{cases} e_k^TAe_j & i=\ell\\ e_\ell^TAe_j & i = k\\ e_iAe_j & \text{otherwise} \end{cases} = \begin{cases} A_{kj} & i=\ell\\ A_{\ell j} & i = k\\ A_{ij} & \text{otherwise}. \end{cases} $$ In other words, we find that $J_{k\ell}A$ has the same entries as $A$ except the $\ell$th and $k$th rows have been exchanged. So, the action $A \mapsto J_{k\ell}A$ is the exchange (AKA transposition) of these two rows.
Note that we can find the product of such "$J$ matrices" (for instance, $J_{st}J_{k\ell}$) by noting that $J_{k\ell}$ is a permutation matrix and that a product of permutation matrices corresponds to a composition of the associated permutations.