Factorization
2016-04-09, post № 116
mathematics, programming, Python, #factor, #factorize, #factors, #prime, #prime factorization, #unique factors
Playing around with prime numbers, I created this simple factorization program.
The interesting thing about prime factors is that they are unique. There can only be one way to multiply prime numbers to get 𝑛 where and (excluding the commutative property).For example, and that is the only way to multiply prime numbers to get to 𝟦𝟤.
Source code: factorization.py