Given two $3$D vectors $\mathbf{u}$ and $\mathbf{v}$ their cross-product $\mathbf{u} \times \mathbf{v}$ can be defined by the property that, for any vector $\mathbf{x}$ one has $\langle \mathbf{x} ; \mathbf{u} \times \mathbf{v} \rangle = {\rm det}(\mathbf{x}, \mathbf{u},\mathbf{v})$. From this a number of properties of the cross product can be obtained quite easily. It is less obvious that, for instance $|\mathbf{u} \times \mathbf{v}|^2 = |\mathbf{u}|^2 |\mathbf{v}|^2 - \langle \mathbf{u} ; \mathbf{v} \rangle ^2$, from which the norm of the cross-product can be deduced.
Is it possible to obtain these properties nicely (i.e. without dealing with coordinates), but with elementary linear algebra only (i.e. without the exterior algebra stuff, only properties of determinants and matrix / vector multiplication).
Thanks in advance!