From 0eb727299b072af3b6c82fd4b48e89eb4af45837 Mon Sep 17 00:00:00 2001 From: nashmiak <64479941+nashmiak@users.noreply.github.com> Date: Tue, 28 Apr 2020 10:34:24 -0400 Subject: [PATCH] Delete Primes --- Primes | 444 --------------------------------------------------------- 1 file changed, 444 deletions(-) delete mode 100644 Primes 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