Sample code and templates for MP354
Week 1: Unix and MatLab
Week 2: Basic programming elements
Week 5: Root finding
You can start writing your bisection (and false-position) Matlab functions using the template file bisect.m
Use trapezium.m as a template for integrating using the trapezium method.