Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.
/ pynumethods Public archive

Using various methods to find for the approximate root of function

License

Notifications You must be signed in to change notification settings

notjl/pynumethods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pynumethods

A Python library for root finding with various numerical methods.

How to use

Use the package manager pip to install the library

pip install pynumethods

Usage

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

Planned features:

  • GUI utilising the library
  • More methods? (We haven't tackled 2/3 of our module 😛)

Contributing

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)

License

MIT

About

Using various methods to find for the approximate root of function

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages