-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multivariate rational functions over the integers mod n #2041
Comments
I suppose this would be pretty easy to implement with the generic rings interface by Fredrik. Ping @fredrik-johansson |
Not that this is directly what you want, but we made an implementation of this around a year ago based on flint multivariate polynomials mod n in our project |
See fuel::mod_ratfunc_flint there |
@kaelingre Have you looked into Oscar.jl? They support that specific field (not natively, however). There you should be able to do it by creating a parent object I can highly recommend Oscar.jl in general, they have excellent developers and a great community. |
I haven't heard of Oscar.jl, thanks for the hint! I'll check it out. |
Finite field methods are frequently used in many areas of theoretical physics. In particular "multivariate rational functions over the integers mod n" would be a useful addition to flint. Is there an easy way to have such objects, essentially having a similar interface like fmpz_mpoly_q, or are there plans to add this to flint?
The text was updated successfully, but these errors were encountered: