help-octave
[Top][All Lists]
Advanced

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

Re: Matrix Gauss-Seidl Method


From: Doug Stewart
Subject: Re: Matrix Gauss-Seidl Method
Date: Sat, 4 Dec 2010 13:14:14 -0500

On Sat, Dec 4, 2010 at 12:33 PM, krawa <address@hidden> 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:)
> --
>

Are you asking us to do your homework?  --- write a function.

Or do you want a numerical solution?

Doug


Doug



reply via email to

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