Numerical Methods
Numerical Methods is a simple GUI application for solving mathematical problems that require some numerical methods.
With this application, numnerical methods for root solving, unconstrained optimization, numerical integration as well plotting graphs are available.
Screenshots
Prerequisites
Numerical Methods was created with Python
, PyQt6
, numpy
and matplotlib
.
Author
- Kelvin Addy
Acknowledgments
- I would like to thank Joshua Willamn, Author of Beginning-PyQt--second-edition, without his detailed explanation of PyQt6, i wouldn't have been able to get started on this project.
[NOTE] This project is not yet complete, i will be adding more features in the future. If you notice any bugs or additions you may want to add, feel free to contribute.
How to Contribute
- Make sure you have a GitHub account.
- Fork the repository
- Create a new branch on which to make your change, e.g.
git checkout -b my_contribution
- Commit your change. Include a commit message describing the correction. Please note that if your commit message is not clear, the correction will not be accepted.
- Submit a pull request.
Thank you for your contribution!