Logiquement, les transformations inverses seront toujours les transformations où, au lieu d’additionner des multiples d’autres composantes, on va soustraire ces multiples pour annuler l’effet. Par exemple, pour le cisaillement
\begin{equation*}
C_{xy,k}=\begin{pmatrix} 1 & k&0 \\ 0 &1&0\\0 & 0&1\end{pmatrix}\text{,}
\end{equation*}
on propose que la matrice inverse est:
\begin{equation*}
C_{xy,k}^{-1}=\begin{pmatrix} 1 & -k&0 \\ 0 &1&0\\0 & 0&1\end{pmatrix}\text{.}
\end{equation*}
On vérifie en multipliant les deux matrices et l’on obtient la matrice identité.
\begin{align*}
C_{xy,k}C_{xy,k}^{-1}&=\begin{pmatrix} 1 & k&0 \\ 0 &1&0\\0 & 0&1\end{pmatrix}
\begin{pmatrix} 1 & -k&0 \\ 0 &1&0\\0 & 0&1\end{pmatrix}\\
&=\begin{pmatrix} 1 & 0&0 \\ 0 &1&0\\0 & 0&1\end{pmatrix}
\end{align*}
On donne les autres matrices des transformations inverses.
\begin{equation*}
C_{xz,k}^{-1}=\begin{pmatrix} 1 & 0&-k \\ 0 &1&0\\0 & 0&1\end{pmatrix}
\end{equation*}
\begin{equation*}
C_{yx,k}^{-1}=\begin{pmatrix} 1 & 0&0 \\ -k &1&0\\0 & 0&1\end{pmatrix}
\end{equation*}
\begin{equation*}
C_{yz,k}^{-1}=\begin{pmatrix} 1 & 0&0 \\ 0 &1&-k\\0 & 0&1\end{pmatrix}
\end{equation*}
\begin{equation*}
C_{zx,k}^{-1}=\begin{pmatrix} 1 & 0&0 \\ 0 &1&0\\-k & 0&1\end{pmatrix}
\end{equation*}
\begin{equation*}
C_{zy,k}^{-1}=\begin{pmatrix} 1 & 0&0 \\ 0 &1&0\\0 & -k&1\end{pmatrix}
\end{equation*}
\begin{equation*}
C_{x(y,k_1),(z,k_2)}^{-1}=\begin{pmatrix} 1 & -k_1&-k_2 \\ 0 &1&0\\0 & 0&1\end{pmatrix}
\end{equation*}
\begin{equation*}
C_{y(x,k_1),(z,k_2)}^{-1}=\begin{pmatrix} 1 & 0&0 \\ -k_1 &1&-k_2\\0 & 0&1\end{pmatrix}
\end{equation*}
\begin{equation*}
C_{z(x,k_1),(y,k_2)}^{-1}=\begin{pmatrix} 1 & 0&0 \\ 0 &1&0\\-k_1 & -k_2&1\end{pmatrix}
\end{equation*}