Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/michelenatale/mathematic
- Owner: michelenatale
- License: gpl-3.0
- Created: 2024-05-28T17:41:10.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T14:38:21.000Z (3 months ago)
- Last Synced: 2024-08-15T16:23:18.910Z (3 months ago)
- Topics: algorithms, circle-fitting, mathematics
- Language: C#
- Homepage:
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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