You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is one more open item (I hope the last one) concerning orthogonal groups in GAP.
I think the following is true. (Thanks, @frankluebeck, for this suggestion.)
Let $Q$ be the matrix of a quadratic form. Then the value of the form at the vector $v$ is $v Q v^{tr}$.
If we define the matrix $Q'$ by $Q'{ii} = Q{ii}$, $Q'{ij} = 0$ for $i > j$, $Q'{ij} = Q_{ij} + Q_{ji}$ for $ i < j$,
then $v Q v^{tr} = v Q' v^{tr}$ holds for all $v$.
By definition, the group element $M$ leaves the form invariant if $v M Q M^{tr} v^{tr} = v Q v^{tr}$ holds for all $v$.
This happens if and only if $(M Q M^{tr})' = Q'$ holds.
(For the "only if" part, take the $i$-th standard basis vector $e_i$ to check the equality of the $i$-th diagonal element, and take $e_i + e_j$ to check the equality of the entry in position $(i,j)$.)
Thus we can install a reasonable \in methods for orthogonal groups (missing up to now in even characteristic), and improve the tests for orthogonal groups.
The text was updated successfully, but these errors were encountered:
Here is one more open item (I hope the last one) concerning orthogonal groups in GAP.
I think the following is true. (Thanks, @frankluebeck, for this suggestion.)$Q$ be the matrix of a quadratic form. Then the value of the form at the vector $v$ is $v Q v^{tr}$ .$Q'$ by $Q'{ii} = Q{ii}$, $Q'{ij} = 0$ for $i > j$, $Q'{ij} = Q_{ij} + Q_{ji}$ for $ i < j$,$v Q v^{tr} = v Q' v^{tr}$ holds for all $v$ .$M$ leaves the form invariant if $v M Q M^{tr} v^{tr} = v Q v^{tr}$ holds for all $v$ .$(M Q M^{tr})' = Q'$ holds.$i$ -th standard basis vector $e_i$ to check the equality of the $i$ -th diagonal element, and take $e_i + e_j$ to check the equality of the entry in position $(i,j)$ .)
Let
If we define the matrix
then
By definition, the group element
This happens if and only if
(For the "only if" part, take the
Thus we can install a reasonable
\in
methods for orthogonal groups (missing up to now in even characteristic), and improve the tests for orthogonal groups.The text was updated successfully, but these errors were encountered: