Skip to content

A few interesting mathematical tools that you can use again and again.

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

78 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

About

A few interesting mathematical tools that you can use again and again.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages