Quaternionic matrix: Difference between revisions

Content deleted Content added
Add ref.
Octonionic product: rm section, could not find source for this.
Line 31:
u_{11}v_{11}+u_{12}v_{21} & u_{11}v_{12}+u_{12}v_{22}\\
u_{21}v_{11}+u_{22}v_{21} & u_{21}v_{12}+u_{22}v_{22}\\
\end{pmatrix}
</math>
 
=== Octonionic product ===
 
The octonionic product does not preserve the order of multiplication: on the main diagonal, there is an inversion of the second product and on the secondary diagonal there is an inversion of the first product.
:<math>
U =
\begin{pmatrix}
u_{11} & u_{12}\\
u_{21} & u_{22}\\
\end{pmatrix}
\quad
 
V =
\begin{pmatrix}
v_{11} & v_{12}\\
v_{21} & v_{22}\\
\end{pmatrix}
\quad
 
UV =
\begin{pmatrix}
u_{11}v_{11} + v_{21}u_{12} & v_{12}u_{11} + u_{12}v_{22}\\
v_{11}u_{21} + u_{22}v_{21} & u_{21}v_{12} + v_{22}u_{22}\\
\end{pmatrix}
</math>