xyz333math
xyz333math
support need: coefficients in algebraic extensions of finite fields (elements in L): ``` K, a = finite_field(p, m, "a") # where p is a prime int and m is any...
That is outstanding! Thanks for doing that. I tried it out and it works! Below is the function I wrote to test it. Since I'm using Oscar (not a Groebner.jl...
In my opinion you should not add Oscar as a dependency for the reasons you mentioned above and: better to keep your package dependencies as small and lean as possible....
Hello, I've got another similar item for you, to implement support for field extensions in general. E.g. the code below as you can see uses the rationals extended by the...
Ok it works! Sorry, I didn't realize you had made further changes.