Path: news.mathworks.com!not-for-mail
From: "Pascal Gahinet" <pascal@mathworks.com>
Newsgroups: comp.soft-sys.matlab
Subject: Re: Help on "balance" command
Date: Wed, 1 Apr 2009 21:21:28 -0400
Organization: The MathWorks, Inc.
Lines: 14
Message-ID: <gr13uo$kcc$1@fred.mathworks.com>
References: <gr1105$fp0$1@fred.mathworks.com>
NNTP-Posting-Host: vpn-client-122-129-ah.mathworks.com
X-Trace: fred.mathworks.com 1238635288 20876 144.212.122.129 (2 Apr 2009 01:21:28 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 2 Apr 2009 01:21:28 +0000 (UTC)
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2900.5512
X-RFC2646: Format=Flowed; Original
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5579
Xref: news.mathworks.com comp.soft-sys.matlab:529551


Hi Hosein
If A is antisymmetric it is already balanced (jth row and jth column have 
the same norm) so I doubt this will help
-pascal

"Hosein" <Kalaeimh@yahoo.com> wrote in message 
news:gr1105$fp0$1@fred.mathworks.com...
>I have Ax=C; (A is sparse and antisymmetric). I want to find x.
> [B,T]=balance(A). So what? Does it mean that I can use "B" instead of "A" 
> in the above equation? and I will get more accurate x vector?
> How "balance" command can help me to get x vector?
> Any help will be appreciated.