Open a-y-khan opened 10 years ago
Stale issue message
@jessdtate Any comments on this one?
Just for simplicity, here is the info from gforge:
This not-converging problem is not because the Jacobi method has a bug. The cause is that the matrix in "cube_simulation.srn" does not satisfy the convergence condition required by the Jacobi method. Let's say the Jacobi method is solving a linear system Ax=b, let A=D+R where D is the diagonal of A, and R is the remainder part. The Jacobi method requires that the spectral radius of the matrix inv(D)*R (i.e., the absolute value of the largest eigen value) should be less than
The Module "AddKnownsToLinearSystem" has been verified by comparing it with another program that performs the same functionality but was developed separately and used for several years. Both modules return the same results.
I've reproduced this in SR5 and SR4. But it seems less like a bug an more like a numerical limitation of the problem. We should look at it some more.
See GForge bug #841.