Factor Pairs Generator

This calculator generates all pairs of factors for given integer.

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