cours/ensemble des permutations.md
oscar.plaisant@icloud.com a2ee0fa5ca from github to this gitea
2023-10-23 23:09:51 +02:00

16 lines
601 B
Markdown

up::[[permutation]]
title:: "$\mathfrak{S}_{n}$ permutations à $n$ éléments"
#maths/algèbre
----
On note $\mathfrak S_n$ L'ensemble des [[permutation|permutations]] à $n$ éléments.
# Exemple
$\mathfrak S_2 = \left\{ \begin{pmatrix}1&2\\1&2\end{pmatrix}; \begin{pmatrix}1&2\\2&1\end{pmatrix} \right\}$
$\mathfrak S_3 = \left\{ \begin{pmatrix}1&2&3\\1&2&3\end{pmatrix}; \begin{pmatrix}1&2&3\\1&3&2\end{pmatrix}; \begin{pmatrix}1&2&3\\2&1&3\end{pmatrix}; \begin{pmatrix}1&2&3\\2&3&1\end{pmatrix}; \begin{pmatrix}1&2&3\\3&1&2\end{pmatrix}; \begin{pmatrix}1&2&3\\3&2&1\end{pmatrix}\right\}$