diff --git a/Primes b/Primes deleted file mode 100644 index 3390927..0000000 --- a/Primes +++ /dev/null @@ -1,444 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Nashmia Khan\n", - "\n", - "MTH337- Project 1" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Introduction\n", - "\n", - "A *prime number* is defined as an integer greater than 1 that can only be divisible by 1 and itself. Prime numbers can be used in various encryptions and codes to represent and transmit certain data, which is why defining and recognizing prime numbers is crucial in the real world. Prime numbers can be recognized easily when they are being related with congruences. In doing so, it can be seen that when given a prime number, *p*, it holds true that \n", - "$$ a^p\\equiv a (mod p)$$ for any integer $0