Hi All, I wanna solve Ax=b system using gauss iteration method. Bu I want the iteration stop when it reached stopping criteria. Instead of giving number of iteration before iteration start, iteration should stop when Norm(b-alast iteration)/Norm(b-afirst iteration)<10^(-10)
I guess we I can use NestWhileList instead of NestList but I could not figure it out.
Any suggestion? I have attached my code.
Thanks in advance..
Selahittin..
Attachments: