The 17th century mathematician Pierre Fermat’s last theorem states that there are no natural numbers (1, 2, 3,…) x, y, and z such that x^n + y^n = z^n, in which n is a natural number greater than 2. Centuries later, the English mathematician Andrew Wiles published a proof of Fermat’s last theorem in 1995, a proof that is generally believed to be correct.
- Clone the repository:
git clone https://github.com/coderchris591/Fermats-Last-Theorem.git - Navigate to the project directory:
cd Fermats-Last-Theorem - Install the required dependencies:
install python - Run the program:
python main.py