help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Implementing a Jacobi iterative method for Ax=b


From: Ozzy Lash
Subject: Re: Implementing a Jacobi iterative method for Ax=b
Date: Sun, 28 Oct 2012 17:57:23 -0500

Oh, and if you permute A, I think you will also need to permute b so
that they match, and then permute the result back to the original
form.  I didn't try a matrix with any 0s on the diagonal. I used:

A=[-500, 2, 3; 3, 200, 1; 4,5,600]
b=[1;2;3]


reply via email to

[Prev in Thread] Current Thread [Next in Thread]