Sample code and templates for MP354

Week 1: Unix and MatLab

material for the first lab

Week 2: Basic programming elements

material for the second lab

Week 5: Root finding

material for the fifth lab

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.