prime factorization calculator

The function prime_factorization is used to calculate online the decomposition of an integer into prime factors.
prime_factorization(`20`), returns {`2^2*5`}

Prime factorization, online calculus

Summary :

The function prime_factorization is used to calculate online the decomposition of an integer into prime factors.

prime_factorization online

Description :

Any integer greater than or equal to 2 has a unique prime factorization, this function provides this factorization.

The prime factorization is particularly useful to simplify fractions of integer and put them in a simplified form.

The prime factorization is also used to factorize expression involving integers.

Syntax :

prime_factorization(integer)


Examples :

prime_factorization(`20`), returns {`2^2*5`}

Calculate online with prime_factorization (prime factorization calculator)
See also
List of related calculators :