Are we able to completely solve this variant of Pell equation?
$$ x_1^2 - 2x_2^2 - 3x_3^2 + 6x_4^2 = 1 $$
This has an interpretation as is related to the fundamental unit equation of $\mathbb{Q}(\sqrt{2}, \sqrt{3}) = \mathbb{Q}[x,y]/(x^2 - 2, y^2 - 3)$ as well as various irreducible quartics. Is this the same as solving three separate Pell equations?
\begin{eqnarray*} x^2 - 2y^2 &=& 1 \\ x^2 - 3y^2 &=& 1 \\ x^2 + 6y^2 &=& 1 \tag{$\ast$} \end{eqnarray*}
Our instinct suggests there should be three degrees of freedom here, and setting different variables to zero we could find three two of these (the third equation has no solutions over $\mathbb{R}$). Does that generate all the solutions?
Perhaps I should remark this quadratic form is also a determinant
$$ a^2 - 2b^2 - 3c^2 + 6d^2 = \det \left[ \begin{array}{cc} a + b \sqrt{2} & c - d \sqrt{2}\\ 3(c + d \sqrt{2}) & a - b \sqrt{2} \end{array} \right]$$
This might not even contain Oscar's solution. Extending Keith's solution We could have:
$$ \left[ \begin{array}{cc} a + b \sqrt{2} & c - d \sqrt{2}\\ 3(c + d \sqrt{2}) & a - b \sqrt{2} \end{array} \right] = \left[ \begin{array}{cc} 3 + 1 \sqrt{2} & 2 - 1 \sqrt{2}\\ 3(2 + 1 \sqrt{2}) & 3 - 1 \sqrt{2} \end{array} \right]^n $$