1.
It can be shown that the spectral radius of the iteration matrixGSfor the Gauss-Seidel iteration isGS2Show that
Explain why for large values ofthe Gauss-Seidel method converges faster.
2.
There is a means of handling the Gauss-Seidel iteration for the one-dimensional Poisson equation that involves coloring half the unknown values red and half black. This method allows parallelism, whereas the iterationdoes not, and the modification leads to best case convergence results that depend on itColor2light gray (represents red),3black, and so forth, as shown in
If a grid point is red, what are the colors of its neighborsIf a grid point is black, what is the color of its neighbors?
To apply Gauss-Seidel, begin with2and apply the difference formula to all red points. Now start at3and apply the difference formula to all the black points. Sketch an algorithm that uses this coloring to implement the Gauss-Seidel iteration.
Explain why this ordering allows the iteration to be parallelized.
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here