aidevnn / FastGoat

What C# can do for studying Finite Groups, quotient groups, semi-direct products, homomorphisms, automorphisms group, characters table, minimalistic rings and fields manipulations, polynomials factoring, fields extensions and many more...
MIT No Attribution
13 stars 1 forks source link

The CommonNames method does not include GL(2,3) #51

Closed aidevnn closed 11 months ago

aidevnn commented 11 months ago

The CommonNames method does not include GL(2,3)

https://github.com/aidevnn/FastGoat/blob/14b33a645f836f946defb9b2e069b5ba8a3bb32a/FastGoat/UserGroup/Naming/NamesTree.cs#L8-L33

and it should be added.

https://github.com/aidevnn/FastGoat/blob/14b33a645f836f946defb9b2e069b5ba8a3bb32a/FastGoat/Examples/GroupNaming.cs#L269-L283