September Lectures

Monday September 13

Tutorial: no tutorial this week.
Lecture: course intro; Unix intro; C: editing, compiling.

Monday September 20

Tutorial: C: editing, compiling, comments, directives, preprocessing.
Lecture: integration methods: midpoint, trapezoidal, Simpsons' rule; more on integration methods and analysis.

Monday September 27

Tutorial: C: basic data types, variables and declarations, numerical and logical expressions, selection statements, loops.
Lecture: Root finding: introduction; intermediate value theorem; bisection method; error.