We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now, areConjugate, findConjugation, centralizer assume that g (or g1, g2) are elements of grp.
areConjugate
findConjugation
centralizer
g
g1
g2
grp
This can be relaxed by
Checking whether the provided elements are contained in the group. If so, proceed as now.
If not, recompute a faithful action for the group that is compatible with the provided elements, and proceed to the computation.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now,
areConjugate
,findConjugation
,centralizer
assume thatg
(org1
,g2
) are elements ofgrp
.This can be relaxed by
Checking whether the provided elements are contained in the group. If so, proceed as now.
If not, recompute a faithful action for the group that is compatible with the provided elements, and proceed to the computation.
The text was updated successfully, but these errors were encountered: