Basically, this boils down to a question about matrix multiplication in general. I was wondering if there is a general formula to know the result immediately of these kind of multiplications:
$\begin{bmatrix}0&0&1\\1&0&0\\0&1&0 \end{bmatrix}\begin{bmatrix}0&1&0\\0&0&1\\1&0&0\end{bmatrix}$.
So, I want to be able to know what the product of 2 square matrices will look like when the colums are the standard basis of $\mathbb{R}^n$, $n$ being 3 in the example above. These matrices are also used to represent how the elements of the group $\mathbb{S}3$ = $\{$possible permutations of 3 elements$\}$ act. This was the motivation for my question, to gain some understanding about $\mathbb{S3}$. E.g. if you multiply a vector in \mathbb{R^3} by a permutation matrix, you "change" the order of it's coordinates.
I could have answered this question by first remembering the formula of matrix multiplcation, i.e.: $P_{ij} = \sum_{k=1}^{3}c_{ik}d_{kj}$, which denotes the element $(i,j)$ of the product matrix. Then I could have found the formula myself that was provided by Antonielly.
These question shouldn't have been posted since it is already discussed on this website. About matrix multiplication: Matrix multiplication: interpreting and understanding the process About permutation matrices: https://en.m.wikipedia.org/wiki/Permutation_matrix