Example
2. Use Jacobi iteration to attempt
solving the linear system
.
Try 10 iterations.
Observe that something is not working. In example 5 we
will check to see if this matrix is diagonally
dominant.
Solution 2.
Enter the matrix A, vector B and starting vector P.
Use 10 iterations.
Determine if the method has converged.
Was a solution found ? Why ?
The matrix A is not diagonally dominant !
(c) John H. Mathews 2004