https://github.com/deviantfero/leastfun
:bar_chart: A numerical analysis asignment for finding equations with the least squares method.
https://github.com/deviantfero/leastfun
Last synced: over 1 year ago
JSON representation
:bar_chart: A numerical analysis asignment for finding equations with the least squares method.
- Host: GitHub
- URL: https://github.com/deviantfero/leastfun
- Owner: deviantfero
- License: mit
- Created: 2016-10-14T15:15:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-04T01:32:30.000Z (over 9 years ago)
- Last Synced: 2025-01-30T15:44:47.025Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 3.28 MB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# leastfun
A numerical analysis asignment for interpolating equations with the least squares method.
### Discrete Case
#### Input Data

#### Output Data

----
## Dependencies
* Sympy
* Matplotlib
* GTK+