Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 378 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 378 Bytes

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.