- Notifications
You must be signed in to change notification settings - Fork0
A repository of programs to prove or disprove the things said in Fermat's Library.
License
NotificationsYou must be signed in to change notification settings
Niweera/fermatslibrary
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The programs in this repo are tests to prove or disprove mathematical theorems.
The program to check if there is a prime number except 3 which will result a prime number when (prime ^ prime + 2).
$ node primerp^p.js
or
$ python primerp^p.py <starting point>
Example:
$ python primerp^p.py 100
primerp^p.py usesSympy. Before running the script make sure to install Sympy library.
$ pip install sympy