Skip to content

A repository of programs to prove or disprove the things said in Fermat's Library.

License

Notifications You must be signed in to change notification settings

Niweera/fermatslibrary

Repository files navigation

The programs in this repo are tests to prove or disprove mathematical theorems.

1. primerp^p

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 uses Sympy. Before running the script make sure to install Sympy library.

$ pip install sympy

About

A repository of programs to prove or disprove the things said in Fermat's Library.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published