Factor Pairs Generator

This calculator generates all pairs of factors for given integer.

This page exists due to the efforts of the following people:

Timur

Timur

Created: 2014-07-24 14:09:40, Last updated: 2023-04-04 16:33:37
Creative Commons Attribution/Share-Alike License 3.0 (Unported)

This content is licensed under Creative Commons Attribution/Share-Alike License 3.0 (Unported). That means you may freely redistribute or modify this content under the same license conditions and must attribute the original author by placing a hyperlink from your site to this work https://planetcalc.com/3766/. Also, please do not modify any references to the original work (if any) contained in this content.

The calculator takes a single input, which is an integer value. It then calculates all possible pairs of factors of the input integer and displays them as a list of tuples. Each tuple contains two factors that, when multiplied together, equal the input integer. For example, the factors of 12 are (1, 12), (2, 6), and (3, 4), and the calculator would display them as 1*12, 2*6, 3*4.

If an entered integer is a prime number, there will be only one pair of factors, the one multiplied by an entered integer.
Since integer factorization is done with the trial division method, I've limited entered integers by 100000. Otherwise, it would take too long.

PLANETCALC, Factoring calculator

Factoring calculator

The file is very large. Browser slowdown may occur during loading and creation.

URL copied to clipboard
PLANETCALC, Factor Pairs Generator

Comments