January Lectures

Week of January 5-9

Jan 5: course introduction.

Jan 7: Unix introduction. C: editing, compiling, variables, basic types.

Tutorial: C: numeric expressions, assignment, printf.

Week of January 12-16

Jan 12: integration methods (A1 handed out).

Jan 14: integration analysis.

Tutorial: C: logical expressions, conditionals, loops.

Week of January 19-23

Jan 19: integration analysis; functions in C.

Jan 21: more functions in C, scopes; comments A1.

Tutorial: C: scanf, conditional expressions, inc/dec; relative and absolute errors; comments A1.

Week of January 26-30

Jan 26: root finding methods.

Jan 28: root finding analysis; comments A1.

Tutorial: C: conversion between types, arrays, switch; comments A1.