A Python library for root finding with various numerical methods.
Use the package manager pip to install the library
pip install pynumethods
You can use it by running one of the script.
For Example:
$ python
>>> from pynumethods.bracketing import bisection
>>> bisection('x^2-8x+11', 1, 2, 0.001)
1.7646484375
- GUI utilising the library
- More methods? (We haven't tackled 2/3 of our module 😛)
You can reach out to me by DM'ing me on Discord or Twitter. (As of now, I don't think I would bother fixing this because it really is just for university needs)