Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rimrakhimov/numerical-methods
https://github.com/rimrakhimov/numerical-methods
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rimrakhimov/numerical-methods
- Owner: rimrakhimov
- Created: 2018-10-28T11:20:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T12:07:57.000Z (about 6 years ago)
- Last Synced: 2024-12-23T22:21:04.044Z (about 1 month ago)
- Language: Python
- Size: 49.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# numerical-methods
### Installation:
1. Install Python 3.6 or later
2. Install matplotlib 3.0.0 (pip install matplotlib)
3. Install numpy (pip install numpy)
4. Install wxPython 4.0.3 (pip install wxPython)
5. Clone a repository
6. Open *main.py* file through your python interpreter### Implementation Details:
1. *main.py* is the main file of the project and it should be executed in order to use the program
2. In methods folder are kept numerical methods to solve differential equations
3. In folder layouts are kept files which are responsible for layout(Main window and plots)
### Technology stack:
1. Python3.6
2. MatplotLib
3. NumPy
4. wxPython
5. GitHub