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

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.

Awesome Lists containing this project

README

          

# leastfun
A numerical analysis asignment for interpolating equations with the least squares method.

### Discrete Case

#### Input Data

![Input data](http://i.imgur.com/fVVr9kI.png)

#### Output Data

![Output data](http://i.imgur.com/nj1r3xl.png)

----

## Dependencies

* Sympy
* Matplotlib
* GTK+