Gaussian elimination vs. Jacobi iteration

1.5k Views Asked by At

How can I determine which of the matrix solver is faster for a given set of equations: Gaussian elimination or Jacobi iteration?

In case, I have a banded matrix, is it advisable to use LU decomposition over Jacobi iteration for faster convergence?