This page will host scripts developed during 2009 when Bryan took Numerical Analysis. Bryan was quite a novice R programmer in those days, so he was completely unsatisfied with his work looking at them years later. The scripts presented here are an adaptation and improvement from that earlier work.
In addition, Bryan will continue to work from his class textbook, Numerical Analysis by Timothy Sauer. That product will also be present here. Additionally, Bryan will adapt Matlab style code for these algorithms using GNU Octave. It is a Matlab clone with similar syntax that Bryan wants to become familiar with. In addition, using Python (with SciPy and NumPy) may be used in these algorithms.
Root Solving
Bisection :: Fixed-Point Iteration
(Both scripts depend upon the two helper functions: Stopping Criteria and Expression Check.