An open API service indexing awesome lists of open source software.

https://github.com/nerocui/continuefractionfactoring

This is a algorithm to factor a number using continue fraction. Code is written in python 3.
https://github.com/nerocui/continuefractionfactoring

continued-fractions factorization mathematics

Last synced: 5 days ago
JSON representation

This is a algorithm to factor a number using continue fraction. Code is written in python 3.

Awesome Lists containing this project

README

          

# ContinueFractionFactoring #
### This is a algorithm to factor a number using continue fraction. Code is written in python 3. ###
Modify n to change input
#
![Alt text](https://github.com/nerocui/ContinueFractionFactoring/blob/master/screenshots/1.png)
Dealing with even number. Reduce 2's to get new n. Remember how many 2's have been reduced, then later cross multiply them back to the reduced solutions.
![Alt text](https://github.com/nerocui/ContinueFractionFactoring/blob/master/screenshots/2.png)