Tutorial: no tutorial this week.
Lecture: course intro; Unix intro; C: editing, compiling.
Tutorial: C: editing, compiling, comments, directives, preprocessing.
Lecture: integration methods: midpoint, trapezoidal, Simpsons' rule;
more on integration methods and analysis.
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.