Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michelenatale/mathematic

A few interesting mathematical tools that you can use again and again.
https://github.com/michelenatale/mathematic

algorithms circle-fitting mathematics

Last synced: 6 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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