CSC270 Lecture Outline - September 16
Tutorial: Unix & C
King sections 3.1, 4.1 - 4.4
- Very, very brief introduction to Unix
 - C numeric expressions & assignment statements
 - C output with `printf'
 
Lecture 1: Introduction to Numerical Analysis
Readings section 3, pages 49-53
- mathematical functions
 - roots
 - intermediate value theorem
 - bisection method of root finding
 - rate of convergence 
 
Lecture 2: More C
King chapters 5, 6
- logical expressions
 - conditionals: if, if-else
 - loops: do, while, for