You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that dixons.py here is not actually Dixons method at all. It's a brute force match of congruence of squares. It squares the numbers and compares those to squares in the factor base. If they equal it outputs the result. This isn't Dixons method. It's a brute force search for equivalent squares.
Please add comments on dixon.py.It will be easier to understand
The text was updated successfully, but these errors were encountered: