help-octave
[Top][All Lists]
Advanced

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

Re: Matrix Gauss-Seidl Method


From: Laurent Hoeltgen
Subject: Re: Matrix Gauss-Seidl Method
Date: Sat, 04 Dec 2010 19:20:20 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.12) Gecko/20101027 Lightning/1.0b2 Thunderbird/3.1.6

Am 04.12.2010 18:33, schrieb krawa:
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:)
Hi!

So what is exactly your Problem? Implementing Gauss Seidl isn't really hard.

Greetings,
Laurent


reply via email to

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