I use a multi-vector of G(2,R):
$$ \mathbf{u} = a+x\sigma_x+y \sigma_y + b \sigma_x\sigma_y $$
its matrix representation is
$$ \mathbf{u} \cong \pmatrix{a +x & y-b \\y+b & a-x} $$
and the determinant is $\det (\mathbf{u})=a^2-x^2-y^2+b^2$
I am now trying to create a "covariant" determinant.
I wish to transform the orthogonal basis to general curvilinear coordinates:
$$ \sigma_x \to e_0\\ \sigma_y \to e_1 $$
such that $e_\mu \cdot e_\nu = g_{\mu\nu}$.
If I do, however, the determinant is no longer equal to $a^2-x^2-y^2+b^2$, because the multi-vector is now $\mathbf{u} = a+xe_0+y e_1 + b e_0e_1$.
Is there a covariant definition of the determinant?
$$\mathbf u=\langle\mathbf u\rangle_0+\langle\mathbf u\rangle_1+\langle\mathbf u\rangle_2=a+xe_0+ye_1+b\,e_0\wedge e_1$$ $$\overline{\mathbf u}=\langle\mathbf u\rangle_0-\langle\mathbf u\rangle_1-\langle\mathbf u\rangle_2=a-xe_0-ye_1-b\,e_0\wedge e_1$$ $$\det\mathbf u=\langle\overline{\mathbf u}\mathbf u\rangle_0=\langle\mathbf u\rangle_0\!^2-\langle\mathbf u\rangle_1\!^2-\langle\mathbf u\rangle_2\!^2=a^2-(xe_0+ye_1)^2-(b\,e_0\wedge e_1)^2$$ $$=a^2-x^2e_0\!^2-xy(e_0e_1+e_1e_0)-y^2e_1\!^2-b^2((e_0e_1-e_1e_0)/2)^2$$ $$=a^2-x^2g_{00}-xy(2g_{01})-y^2g_{11}-b^2(g_{01}\!^2-g_{00}g_{11})$$