Skip to content

Commit 6d08729

Browse files
authored
Update README.md
1 parent 15cf0a1 commit 6d08729

File tree

1 file changed

+26
-24
lines changed

1 file changed

+26
-24
lines changed

README.md

+26-24
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
# guiNumKnife ![Travis](https://img.shields.io/travis/fspoettel/blaupause.svg?maxAge=2592000?style=flat-square)
1+
# pyQtNumSim
22

3-
[![Greenkeeper badge](https://badges.greenkeeper.io/fspoettel/blaupause.svg)](https://greenkeeper.io/)
3+
> Copyright (C) 2017 Rohit Goswami
44
5-
> Copyright (C) <2017> <Rohit Goswami>
6-
7-
guiNumKnife is an attempt to ease the burden of undergraduate B.Tech coursework, and maybe even foster interest.
5+
pyQtNumSim is an attempt to ease the burden of undergraduate B.Tech coursework, and maybe even foster interest.
86

97
## TO-DO
108

@@ -19,30 +17,34 @@ guiNumKnife is an attempt to ease the burden of undergraduate B.Tech coursework,
1917
## Methods Covered
2018
The methods (modules) are:
2119
1. Root Finding
22-
i. Bisection
23-
ii. Newton Raphson
24-
iii. Regula Falsi
25-
iv. Secant
20+
21+
* Bisection
22+
* Newton Raphson
23+
* Regula Falsi
24+
* Secant
25+
2626
2. Simultaneous Linear Equations
27-
i. Gauss Seidel
28-
ii. Gauss Jordan
29-
iii. Gauss Elimination (Naive + Pivoting)
27+
28+
* Gauss Seidel
29+
* Gauss Jordan
30+
* Gauss Elimination (Naive + Pivoting)
31+
3032
3. ODE
31-
i. Milne's Method
32-
ii. Runge-Kutta Methods
33-
* RK - I (Euler)
34-
* RK - II
35-
* RK - III
36-
* RK - IV
33+
34+
* Milne's Method
35+
* Runge-Kutta - I (Euler)
36+
* Runge-Kutta - II
37+
* Runge-Kutta - III
38+
* Runge-Kutta - IV
3739

3840
## Acknowledgments
3941
This software is built on the following (incomplete):
4042

41-
- PyQt 5
42-
- Python 3
43-
- Qt Designer
44-
- PyInstaller
45-
- SymPy
43+
- [PyQt 5](https://www.riverbankcomputing.com/software/pyqt/download5)
44+
- [Python 3](https://www.python.org)
45+
- [Qt Designer](doc.qt.io/qt-5/qtdesigner-manual.html)
46+
- [PyInstaller](www.pyinstaller.org/)
47+
- [SymPy](http://www.sympy.org/)
4648

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

@@ -55,4 +57,4 @@ Pull requests welcome!
5557
Please add yourself to the Contributors file as well, with a summary and contact details (optinal).
5658

5759
## License
58-
The code itself is under the [GNU AGPLv3](https://choosealicense.com/licenses/agpl-3.0/) however it is built with PyQt, so as per [this](https://opensource.stackexchange.com/questions/5383/under-what-licenses-can-i-release-open-source-software-that-uses-pyqt) StackExchange thread, the PyQT portion is under the [GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/).
60+
The code itself is under the [GNU AGPLv3](https://choosealicense.com/licenses/agpl-3.0/) however it is built with PyQt, so as per [this](https://opensource.stackexchange.com/questions/5383/under-what-licenses-can-i-release-open-source-software-that-uses-pyqt) StackExchange thread, the PyQT portion is under the [GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/).

0 commit comments

Comments
 (0)