Answer:
The Gauss Siedel Method as an iterative technique often refers to an improved version of the Jacob method, however we can describe some differences.
Step-by-step explanation:
In Jacobi method each iteration is done using a set of previous values, even if new values become available in the middle of an iteration. Gauss-Siedel, in the other hand, as soon as we have a new iterate for a particular component, we use it for all subsequent computation.
If you apply the computional form from Gauss-Seidel methods , in the end, we come to the conclusion that it becomes identical to Jacobi method, if we take the kth generation iterates, for the summation that handles values to the left of the main diagonal of our matrix.