Add constructive recognition of SL(2,q) in natural representation 2.0#398
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #398 +/- ##
==========================================
+ Coverage 80.07% 87.46% +7.38%
==========================================
Files 44 45 +1
Lines 18382 18873 +491
==========================================
+ Hits 14720 16507 +1787
+ Misses 3662 2366 -1296
🚀 New features to boost your workflow:
|
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
adf24f1 to
b696b3d
Compare
a72680f to
15f167c
Compare
ef2aec5 to
ec12c2c
Compare
366d8ad to
eb4ca8b
Compare
ccdcde3 to
aa7920b
Compare
aa7920b to
b9b8c64
Compare
238288c to
b54d1b3
Compare
|
After the recent changes, I benchmarked The following timings illustrate this behaviour: |
b198aea to
e01b541
Compare
1375c4a to
42b86ad
Compare
c4e037d to
7cdc0b1
Compare
7cdc0b1 to
10cfede
Compare
Co-authored-by: Max Horn <max@quendi.de>
|
Your observation about The generic algorithm uses a discrete logarithm computation in the base field to find a unipotent element. I have not checked in detail what |
This PR replaces PR #389, which encountered merge conflicts. Starting fresh with a clean branch.
It is about adding Frank Lübeck's RECOG.RecogNaturalSL2 algorithm for constructive recognition of SL(2,q) in natural representation, along with RECOG.ConRecogNaturalSL2 which wraps it and produces output in the same format as RECOG.RecogniseSL2NaturalEvenChar / RECOG.RecogniseSL2NaturalOddCharUsingBSGS.
For q=3 where RecogNaturalSL2 does not work, the function falls back to existing recognition methods.