Content deleted Content added
→Octonionic product: rm section, could not find source for this. |
→Product of quaternionic matrices: Expand based on Tapp |
||
Line 8:
== Product of quaternionic matrices ==
The product of two quaternionic matrices
:<math>(AB)_{ij}=\sum_s A_{is}B_{sj}.\,</math>
For example, for
:<math>
U =
Line 19 ⟶ 16:
u_{11} & u_{12}\\
u_{21} & u_{22}\\
\end{pmatrix},
\quad
V =
Line 25 ⟶ 22:
v_{11} & v_{12}\\
v_{21} & v_{22}\\
\end{pmatrix},
</math>
the product is
:<math>
UV =
\begin{pmatrix}
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>
Since quaternionic multiplication is noncommutative, care must be taken to preserve the order of the factors when computing the product of matrices.<ref>Tapp pp. 11 ff. for the section.</ref>
==References==
|