https://github.com/apwhitehat/numericalmethods
Codes written as a part of programming assignments for course ESO208
https://github.com/apwhitehat/numericalmethods
numerical-methods python
Last synced: 11 months ago
JSON representation
Codes written as a part of programming assignments for course ESO208
- Host: GitHub
- URL: https://github.com/apwhitehat/numericalmethods
- Owner: APwhitehat
- License: mit
- Created: 2018-01-01T09:51:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T10:40:53.000Z (over 8 years ago)
- Last Synced: 2025-04-13T15:37:53.433Z (about 1 year ago)
- Topics: numerical-methods, python
- Language: Python
- Size: 11.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## How to use this ?
Numerical methods have been first grouped into files having common numerical operation.
Each file has classes which defines a class of numerical operation which in turn supports several methods.
Any method can be used by importing the enclosing class (and it's dependencies if any) and running an instance of the same.
`main` part of the code was meant to solve the given assignment. Not necessary for running the methods.
## How to contribute ?
#### Any of the methods not working like it's supposed to?
Feel free to create an issue describing standard questions like
"What's the problem?", "Expected answer", etc
#### Want to contribute code?
Solve issues, or suggest new additions (and send PR :D ).