A matrix satisfies
$$X(a)SX(a)^T = S$$
Where $X^T$ is the transpose of the $2 \times 2$ matrix $X$ and $S$ is a matrix $$\left( \begin{array}{cc} 1 & 0 \\ 0 & -1 \\ \end{array} \right)$$ I have a group where I think all matrices satisfy this property, which is probably unusual and has a special name. What is so important or useful about this property? This sort of thing is exceptionally hard to google, so thanks for any help!
Edit: Original question is to show the matrices $X(a)$ form a group, and to calculate $$X(a)SX(a)^T$$ and state why the group is special.
X is the $2 \times 2 $ matrix $\left( \begin{array}{cc} cosh(\alpha) & sinh(\alpha)\\ sinh(\alpha) & cosh(\alpha) \end{array} \right)$ For $\alpha \in \mathbb{R}$.
Then $$X(\alpha)S = \left( \begin{array}{cc} cosh(a) & sinh(a)\\ sinh(a) & cosh(a) \end{array} \right)\left( \begin{array}{cc} 1 & 0\\ 0 & -1 \end{array} \right)$$
$$= \left( \begin{array}{cc} cosh(a) & -sinh(a)\\ sinh(a) & -cosh(a) \end{array} \right)$$
$$X(a)SX^T(a) = \left( \begin{array}{cc} cosh(a) & -sinh(a)\\ sinh(a) & -cosh(a) \end{array} \right) X(a)$$ since $X(a)= X^T(a)$
$$= \left( \begin{array}{cc} cosh^2(a) -sinh^2(a)& cosh(a)sinh(a)-sinh(a)cosh(a)\\ sinh(a)cosh(a)-cosh(a)sinh(a) & -cosh^2(a) + sinh^2(a)\end{array} \right)$$ Using $cosh^2 - sinh^2 = 1$, then this matrix is $S$.