-
Notifications
You must be signed in to change notification settings - Fork 40
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
Modular equations #129
Comments
I'll assign myself to this issue. |
@Bodigrim For efficient implementation of |
This was referenced Aug 22, 2018
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Provide high-level functions to solve linear and quadratic equations by modulo.
Implement
solveLinear
satisfyingpropLinear
andsolveQuadratic
satisfyingpropQuadratic
.Applications:
solveLinear
can be used instead ofsolveCongruence
in #110,solveQuadratic
may be used to solvenorm (z :+ 1) == 0
in quadratic fields (Gaussian, Eisenstein, etc.) for purposes discussed in #111.The text was updated successfully, but these errors were encountered: