4) Itervative Methods for Solving Linear Systems Flashcards
What is the Reaction-Diffusion Problem
How do you implement the Centred Finite Difference approximation
Describe the matrix in the Centred Finite Difference Scheme if r(x) and the boudary conditions are 0
Describe the eigenvalues of the finite difference approximation matrix using a cos approximation
What is Jacobi Iteration
What is Gauss-Seidel Iteration
What defines the error in Jacobi or Gauss-Seidel iterative methods
How many operations are required to perform one iteration of Gauss-Seidel iteration on Ax = b
O(n^2)
What is the residual
What condition determines a solution in Jacobi or Gauss-Seidel methods
In both Jacobi and Gauss-Seidel methods, a vector
x is a solution to the linear system Ax=b if and only if it is a fixed point of the iteration. This means that x satisfies the equation: x=Tx+c
Describe the proof that in both Jacobi and Gauss-Seidel methods, a vector x is a solution to Ax=b if and only if it is a fixed point of the iteration
How is the error progression formulated in Jacobi and Gauss-Seidel iterations
What is a vector norm
What are the three most commonly used vector norms
What does it mean fora sequence of vectors to converge with respect to a vector norm
What is the relationship between the infinity norm and the 2-norm of a vector in Rn
Describe the proof of
What is the relationship between convergence in the 2-norm and convergence in the infinity norm