Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 748 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 748 Bytes

Pseudroprime-and-Carmichael

Scripts that detect : 1. If a number is a carmichael number 2. if a number is pseudoprime or not. Carmichael Numbers: A Carmichael number will pass a Fermat primality test to every base b relatively prime to the number, even though it is not actually prime. image or image

Pseudoprime numbers: A pseudoprime is a probable prime (an integer that shares a property common to all prime numbers) that is not actually prime. Pseudoprimes are classified according to which property of primes they satisfy.