Iterative Methods

39 Views Asked by At

Does anyone have an example of a linear system that has a single solution but can not be solved by the Jacobi method or Gauss Seidel method

1

There are 1 best solutions below

0
On

Try the following with starting point at $(1,1)$

$$x=11-y\\y=10x$$

$$(1,1) \to (10,100) \to (-89, -890)\to (100,1000)\to (-989, -9890),...$$ The actual solution is $(1,10)$