HaoZeke / pyQtNumSim

A Qt interface for verbose numerical methods assignments.
GNU Affero General Public License v3.0
9 stars 2 forks source link
gui numerical-methods python3 qt qt5

pyQtNumSim Donate

Copyright (C) 2017 Rohit Goswami

pyQtNumSim is an attempt to ease the burden of undergraduate B.Tech coursework, and maybe even foster interest.

Root Finders Tab Linear Algebra Solvers Tab

TO-DO

Methods Covered

The methods (modules) are:

  1. Root Finding
  1. Simultaneous Linear Equations
  1. ODE

Acknowledgments

This software is built on the following (incomplete):

Additionally the following books and resources have been used (also mentioned in-code):

Contributions

Pull requests welcome!

Please add yourself to the Contributors file as well, with a summary and contact details (optional).

Issues

Bug tracking is done with waffle.io

Keep track of the current state of the project here.

Waffle.io - Columns and their card count

License

The code itself is under the GNU AGPLv3 however it is built with PyQt, so as per this StackExchange thread, the PyQT portion is under the GNU GPLv3.