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

Refactoring the files Polynomial Factorization #35

Closed aidevnn closed 1 year ago

aidevnn commented 1 year ago

The files PolynomialFactorization(Part1 and Part2).cs are unreadables and need to be splitted and to be refactored.

https://github.com/aidevnn/FastGoat/blob/88626b6d7d48c658ad87e582e23028f95f08e40e/FastGoat/Examples/PolynomialFactorization.cs#L397-L399

LLL-Algorithm isnt illustrated in any part of examples

https://github.com/aidevnn/FastGoat/blob/88626b6d7d48c658ad87e582e23028f95f08e40e/FastGoat/Examples/PolynomialFactorizationPart2.cs#L55-L59

Cannot factor non monic or non integers coefficients polynomials