Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.