Algorithms

Spring 2007
course
navigation

april 23

P and NP

Discussed last week. Questions? Comments?

Numerical Precision

Vocabulary to understand
Text discussion of complications in implementing quadratic formula well:
Newton's method to find x = sqrt(y) : x[0] = (1+y)/2 x[n+1] = (1/2) ( x[n] + y/x[n] )
Special functions
http://cs.marlboro.edu/ courses/ spring2007/algorithms/ notes/ april_23
last modified Monday April 23 2007 1:31 pm EDT