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: about 1 year 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T14:29:06.000Z (over 1 year ago)
- Last Synced: 2025-04-05T12:24:27.099Z (about 1 year ago)
- Topics: mathematics, numerical-analysis, numerical-methods, python3
- Language: Python
- Homepage:
- Size: 202 KB
- Stars: 7
- 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 10e
Adapted 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/c
Makes use of Numpy for some algorithms but I have tried to use only the Math module where possible.