กก

กก

    Project 1: 2.1 (page 51), 9 (b) (Due by Oct. 16, 2006)

       Use bisection method to find an approximation to within 1.0e-5 to a value

       in [0.5,1.5] with exp(x)-2=cos(exp(x)-2).

    Project 2: 3.2 (page 127), 2 (b) (Due by Nov. 13, 2006)

       Use Algorithm 3.2 to construct interpolating polynomials of degree three for the

       following data. Approximate the specified value using the constructed polynomial.

       f(0) if f(-0.5) = 1.93750, f(-0.25) = 1.33203, f(0.25) = 0.800781, f(0.5) = 0.687500.

       (generate a table like Table 3.8 (page 121) and save it in a file (FirstLastname.txt))

       Sample Solution

    Project 3: 4.4 (page 206), 26 (a) (Due by Dec. 8, 2006)

      Extra credit: Math105A HW#8 (2 (e,f,g)) (Due by Dec. 8, 2006)

         changes: 2(e): n = 6 insead of n = 5;

             2(f): find one root instead of all roots