Path: news.mathworks.com!not-for-mail
From: <HIDDEN>
Newsgroups: comp.soft-sys.matlab
Subject: Help on "balance" command
Date: Thu, 2 Apr 2009 00:31:01 +0000 (UTC)
Organization: The MathWorks, Inc.
Lines: 4
Message-ID: <gr1105$fp0$1@fred.mathworks.com>
Reply-To: <HIDDEN>
NNTP-Posting-Host: webapp-05-blr.mathworks.com
Content-Type: text/plain; charset="ISO-8859-1"
Content-Transfer-Encoding: 8bit
X-Trace: fred.mathworks.com 1238632261 16160 172.30.248.35 (2 Apr 2009 00:31:01 GMT)
X-Complaints-To: news@mathworks.com
NNTP-Posting-Date: Thu, 2 Apr 2009 00:31:01 +0000 (UTC)
X-Newsreader: MATLAB Central Newsreader 498815
Xref: news.mathworks.com comp.soft-sys.matlab:529546


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.