Section 7.8 Exercises

  1. Let

    A=[101210],b=[1112],andx(0)=[00]

    Use Jacobi iteration to compute x(1) and x(2). [The exact solution is x=(1,1)T.]

  2. Let

    A=[111011001],b=[321],andx(0)=[100]

    Use Jacobi iteration to compute x(1), x(2), x(3), and x(4).

  3. Repeat Exercise 1 using Gauss–Seidel iteration.

  4. Let

    A=[101111011110],b=[121212],andx(0)=[100]
    1. Calculate x(1) using Jacobi iteration.

    2. Calculate x(1) using Gauss–Seidel iteration.

    3. Compare your answers to (a) and (b) with the correct solution x=(1,1,1)T. Which is closer?

  5. For which of the following matrices, will the iteration scheme

    x(k+1)=Bx(k)+c

    converge to a solution of x=Bx+c? Explain.

    1. B=[111011001]

    2. B=[0.91100.91000.9]

    3. B=[1210100012100012]

    4. B=[141414141218121418]

    5. B=[13131312131601613]

  6. Let x be the solution of x=Bx+c. Let x(0) be an arbitrary vector in Rn and define

    x(k+1)=Bx(k)+c

    for k=0,1,. prove that if Bm is the zero matrix, then x(m)=x.

  7. Let A be a nonsingular upper triangular matrix. Show that if the Jacobi iteration is carried out using exact arithmetic, it will produce the exact solution to Ax=b after n iterations.

  8. For an iterative method based on the splitting A=CM, C nonsingular, show that

    x(k+1)=x(k)+C1r(k)

    where r(k) denotes the residual bAx(k).

  9. Let A=DLU, where D, L, and U are defined as in Gauss–Seidel iteration and let ω be a nonzero scalar. The system ωAx=ωb can be solved iteratively by splitting ωA into CM, where C=DωL. Determine the B and c corresponding to this splitting. (The constant ω is called a relaxation parameter. The case ω=1 corresponds to Gauss–Seidel iteration.)

  10. Let x be the solution to x=Bx+c. Let x(0) be an arbitrary vector in Rn and define

    x(i+1)=Bx(i)+c

    for i=0,1,….If ||B||=α<1, show that

    ||x(k)x||α1α||x(k)x(k1)||
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.134.102.182