Talk:Jacobi method

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Example[edit]

Is there any reason to decompose the remainder into upper and lower components? This unnecessarily complicates the example in my opinion.— Preceding unsigned comment added by 173.26.206.167 (talk) 23:16, 14 June 2011 (UTC)[reply]

Algorithm[edit]

In the Algorithm section, the formula between the end of the j loop and the end of the i loop cannot possibly work. In most languages you can't have a power calculation on the left side of the equals sign. This needs to be revised to a statement that will actually work. — Preceding unsigned comment added by Statguy1 (talkcontribs) 03:45, 28 April 2015 (UTC)[reply]

The left hand side of that formula is not a power calculation. is standard notation in numerical methods for the k + 1 iteration of x sub i. Unfortunately, this notation does not seem to be defined in any of the Wikipedia articles on numerical methods, although it should be. For example, it should be defined in Iterative method, Gauss-Seidel method, Successive over-relaxation and this article. — Anita5192 (talk) 05:48, 28 April 2015 (UTC)[reply]
I just inserted an explanation of the notation in this article and in the three other articles I mentioned above. Hopefully this will make the articles more clear. — Anita5192 (talk) 06:28, 28 April 2015 (UTC)[reply]

Python (2 and 3)[edit]

Nice to see script! Very small comment - it runs in both 2 and 3, maybe no need to say "3"? — Preceding unsigned comment added by Synecdodave (talkcontribs) 04:42, 3 July 2015 (UTC)[reply]

You are right. I removed the version number. Gromobir (talk) 13:46, 22 September 2015 (UTC)[reply]

Convergence in the symmetric positive definite case[edit]

The last example given in the convergence section is not PD matrix, moreover, jacobi method converges for all pd matrices— Preceding unsigned comment added by 14.139.222.72 (talk) 20:51, 02 May 2019 (UTC)[reply]

Are you sure about convergence for all pd matrices?
Franc Pasc (talk) 18:56, 8 September 2019 (UTC)[reply]

Standard conversion condition by spectral radius given makes no sense[edit]

All terms in the given convergence condition are constant over iterations. How can it be a conversion condition if the latest estimate for **x** is not part of the formula?