A Zorn vector matrix is a $2 \times 2$ matrix whose diagonal elements are scalars and whose off-diagonal elements are 3-vectors. I read about them on this Wikipedia page for split-octonions. The product of two Zorn matrices is given by
$\begin{pmatrix} \alpha & \mathbf a \\ \mathbf b & \beta \end{pmatrix} \begin{pmatrix} \alpha' & \mathbf a' \\ \mathbf b' & \beta' \end{pmatrix} = \begin{pmatrix} \alpha \alpha' + \mathbf a \cdot \mathbf b' & \alpha \mathbf a' + \beta' \mathbf a + \mathbf b \times \mathbf b' \\ \alpha' \mathbf b + \beta \mathbf b' + \mathbf a' \times \mathbf a & \beta \beta' + \mathbf a' \cdot \mathbf b \end{pmatrix}$
Zorn matrices were developed as a representation of the octonions; as with the octonions, multiplication of Zorn matrices is non-associative. The determinant of a Zorn matrix is given by
$\det \begin{pmatrix} \alpha & \mathbf a \\ \mathbf b & \beta \end{pmatrix} = \alpha \beta - \mathbf a \cdot \mathbf b$
and satisfies $(\det AB) = (\det A)(\det B)$ for all Zorn matrices $A$ and $B$. If the off-diagonal elements of $A$ and $B$ are all parallel vectors (say, only the first component is nonzero), then the cross products vanish and Zorn multiplication behaves like ordinary matrix multiplication.
Is there a $3 \times 3$ analogue of the Zorn matrix algebra that preserves the form of multiplication for $2 \times 2$ blocks and has a norm that reduces to the $2 \times 2$ determinant defined above?
- $\begin{pmatrix} \alpha & \mathbf a & \mathbf 0 \\ \mathbf b & \beta & \mathbf 0 \\ \mathbf 0 & \mathbf 0 & 1 \end{pmatrix} \begin{pmatrix} \alpha' & \mathbf a' & \mathbf 0 \\ \mathbf b' & \beta' & \mathbf 0 \\ \mathbf 0 & \mathbf 0 & 1 \end{pmatrix} = \begin{pmatrix} \alpha \alpha' + \mathbf a \cdot \mathbf b' & \alpha \mathbf a' + \beta' \mathbf a + \mathbf b \times \mathbf b' & \mathbf 0 \\ \alpha' \mathbf b + \beta \mathbf b' + \mathbf a' \times \mathbf a & \beta \beta' + \mathbf a' \cdot \mathbf b & \mathbf 0 \\ \mathbf 0 & \mathbf 0 & 1 \end{pmatrix} $
- $\det \begin{pmatrix} \alpha & \mathbf a & \mathbf 0 \\ \mathbf b & \beta & \mathbf 0 \\ \mathbf 0 & \mathbf 0 & 1 \end{pmatrix} = \det \begin{pmatrix} \alpha & \mathbf 0 & \mathbf a \\ \mathbf 0 & 1 & \mathbf 0 \\ \mathbf b & \mathbf 0 & \beta \end{pmatrix} = \det \begin{pmatrix} 1 & \mathbf 0 & \mathbf 0 \\ \mathbf 0 & \alpha & \mathbf a \\ \mathbf 0 & \mathbf b & \beta \end{pmatrix} = \alpha \beta - \mathbf a \cdot \mathbf b$
- $\det AB = (\det A)(\det B)$ for all $A,B$ of the form $\begin{pmatrix} \alpha & \mathbf a & \mathbf c \\ \mathbf b & \beta & \mathbf e \\ \mathbf d & \mathbf f & \gamma \end{pmatrix}$
Thanks!