Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/grahamstrickland/burden_numerical_analysis
Algorithms in Python from "Numerical Analysis" (10e) - Burden & Faires
https://github.com/grahamstrickland/burden_numerical_analysis
mathematics numerical-analysis numerical-methods python3
Last synced: 2 days ago
JSON representation
Algorithms in Python from "Numerical Analysis" (10e) - Burden & Faires
- Host: GitHub
- URL: https://github.com/grahamstrickland/burden_numerical_analysis
- Owner: GrahamStrickland
- Created: 2021-04-21T05:31:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T06:06:31.000Z (2 months ago)
- Last Synced: 2024-09-14T17:54:58.014Z (2 months ago)
- Topics: mathematics, numerical-analysis, numerical-methods, python3
- Language: Python
- Homepage:
- Size: 189 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# burden_numerical_analysis
Algorithms in Python 3.12 for Burden and Faires - Numerical Analysis 10eAdapted from the code written in C by Richard L. Burden/Annette M. Burden.
Please see book website for code: https://sites.google.com/site/numericalanalysis1burden/module-7/cMakes use of Numpy for some algorithms but I have tried to use only the Math module where possible.