CSC270 Lecture Outline - September 23
King 4.3, 6.4, and page 72
-  printf
 -  pre- and post- increment and decrement
 -  conditional expressions
 -  loops and break
 
Readings section 3, pages 62-64, 69-71
-  Mean Value Theorem (MVT)
 -  Taylor series
 -  Newton's method of root finding
  
  -  derivation from Taylor series
  
 -  graphical intuition
  
 -  rate of convergence
  
 
 -  Secant method of root finding
  
  -  derivation from tangent approximation
  
 -  graphical intuition
  
 -  rate of convergence
  
 
 
King chapter 9
-  functions
  
  -  function template
  
 -  return statement
  
 -  parameters
  
 -  definition-before-use and `prototypes'
  
 -  void functions