- #1
evinda
Gold Member
MHB
- 3,836
- 0
Hi!
I have written two codes in matlab,to implement the Jacobi and Gauss Seidel method.Both of the programs should stop either if the number of iterations surpass the maximum number of iterations MAXIT or if one of these conditions/or both of them:
[tex]\left \| x_{k}-x_{k-1} \right \|_{2}[/tex]<ε , [tex]\left \| b-Ax_{k} \right \|_{2}[/tex]<ε
are valid.
Could you give me the results of an example with an initial value [tex] x_{0} [/tex],an array A ,a specific b,a specific MAXIT and a specific small number ε,so I can check my output?
I have written two codes in matlab,to implement the Jacobi and Gauss Seidel method.Both of the programs should stop either if the number of iterations surpass the maximum number of iterations MAXIT or if one of these conditions/or both of them:
[tex]\left \| x_{k}-x_{k-1} \right \|_{2}[/tex]<ε , [tex]\left \| b-Ax_{k} \right \|_{2}[/tex]<ε
are valid.
Could you give me the results of an example with an initial value [tex] x_{0} [/tex],an array A ,a specific b,a specific MAXIT and a specific small number ε,so I can check my output?
Last edited: