help-octave
[Top][All Lists]
Advanced

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

Re: Matrix Gauss-Seidl Method


From: Thomas D. Dean
Subject: Re: Matrix Gauss-Seidl Method
Date: Sat, 04 Dec 2010 11:18:22 -0800

On Sat, 2010-12-04 at 09:33 -0800, krawa wrote:
> 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:)

You are missing an element of B.  A is 5x5, therefore, B must be 5x1

tomdean



reply via email to

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