Skip to content

Niweera/fermatslibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors