Skip to content

Some interesting mathematical tools that you can use again and again. These include CircleFitter, GaloisField, Coprimes, and Fast Big Primes BigInteger Async-Await Generator.

License

Notifications You must be signed in to change notification settings

michelenatale/Mathematic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mathematic

Generate coprimes

Generate coprimes in any quantity with Full-Generic.

https://github.com/michelenatale/Mathematic/tree/main/Coprimes/TestCoprimes

Circle-Fitter

Is a very simple circle fitter that uses the Gauss-Newton (Least Squares) method to transform the randomly created 2D data points into a circle in the plane. I used the partial derivative for this. No additional libraries are required.

https://github.com/michelenatale/Mathematic/tree/main/CircleFitter

Galois Field or Finite Field

Is a very simple Galois Field, or Finite Field calculator with the base 2 (Generator, Character), which has two main operations, addition and multiplication. All other operators (subtraction, division, inverse, etc.) are operations that follow very specific mathematical rules and are therefore legitimate.

https://github.com/michelenatale/Mathematic/tree/main/GaloisField2x

Big Primes Async-Await Generator

A very fast cryptographically secure generator for very big primes numbers (BigInteger) based on the producer-consumer principle.

https://github.com/michelenatale/Mathematic/tree/main/BigPrimesGenerator

About

Some interesting mathematical tools that you can use again and again. These include CircleFitter, GaloisField, Coprimes, and Fast Big Primes BigInteger Async-Await Generator.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages