|
Compute the order and rate of convergence for the following sequences :
Consider .
What are the zeros of (i.e., solutions of ) for ?
What are the zeros of for ?
What are the zeros of for ?
Consider the mathematical problem of finding the zeros of for given ? Based upon the above results what is the conditioning of this problem?
Identify values of where might exhibit loss of accuracy when evaluated using floating point numbers. Find a different formulation of (e.g., using algebraic or trigonometric identities) that would alleviate the loss of accuracy.
Apply two iterations of Newton's method to approximate the zeros of , , for
Apply two iterations of the secant method to approximate the zeros of above listed functions .
Consider . Sketch this function. Graphically show the path of successive Newton iterates. Does Newton's method converge from any starting point?
Consider . Sketch this function. Graphically show the path of successive Newton iterates. Does Newton's method converge from any starting point?
Apply Newton's method to find zeros of the systems
Formulate gradient descent for the above systems and carry out one iteration from a suitable initial approximation of the zeros.
Consider the data .
Find the interpolating polynomial in the monomial basis.
Construct the Lagrange form of the interpolating polynomial, and expand it to recover the monomial form.
Construct the table of divided differences, the Newton form of the interpolating polynomial, and expand it to recover the monomial form.
Construct an optimal quadratic polynomial to approximate , .
Construct an optimal quartic polynomial to approximate , .