help-octave
[Top][All Lists]
Advanced

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

Matrix Gauss-Seidl Method


From: krawa
Subject: Matrix Gauss-Seidl Method
Date: Sat, 4 Dec 2010 09:33:22 -0800 (PST)

Hi. I have some problem. I need to write a function to solve this equation A
x = B  (Linear equation)
Uhe method that should be used is Gauss-Seidl Method.
where 

A=           5    2     1    1     0
               4   10    2   -3   -1
               0    2     8    2    1 
               1    1     2    9    3
               0    0     4    2    8

B=  12
     17
     19
     32

I will appreciate any help:)
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/Matrix-Gauss-Seidl-Method-tp3072593p3072593.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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