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

Current design limitations #63

Open aidevnn opened 3 months ago

aidevnn commented 3 months ago

The existing design was primarily intended for the study of small finite groups and has now reached its limitations. Notably, the Group Module interface is incorrect, and there is an absence of an Algebra interface.

Further improvement, such as integrating a correct, minimalistic Computer Algebra System, appears unfeasible without a complete rewrite.