aziflaj / numberoid

Functions for solving Numerical Analysis problems
http://aziflaj.github.io/crunching-numbers-in-python/
MIT License
0 stars 1 forks source link

Build Status

README

Numberoid is a collection of some Python functions that may be used to solve simple Numerical Analysis problems.

Why called "Numberoid"?

I couldn't think of any other name. Before switching to Numberoid, the project's name was NoName.

Capabilities

Matrix calculations:

Numerical integration:

ToDo

Testing

All the tests go into the folder named test. To run the tests, execute:

python -m unittest discover -s test