Thread Subject: calculating the inverse efficiently (not for solving equations :-) )

Subject: calculating the inverse efficiently (not for solving equations :-) )

From: M E

Date: 1 Apr, 2008 19:18:02

Message: 1 of 1

Hi,

well most of you probably think "Oh no, not another one
trying to solve a system of linear equations using the
matrix inverse", but luckily for those guys I don't need it
for that :-)

So my problem is that after some calculations I got stuck
with an equation of the following kind:

(A*B^-1*C)*x=y

As the matrix B is multiplied with A and C there's no way
(or at least I don't know of any) to get around the problem
of knowing the full inverse of B.

Some important properties for B are, that it's symmetric and
sparse. Yes, I know having the inverse will destroy the
sparisty :-)


So far the possibilities for calculating the inverse of B, I
have come up with are:
*LU decomposition: tends to fail because B is rather large
and therefore my computer runs out of memory
*Cholesky decomposition: not much more efficient than the LU
decomposition (n^3/3 compared to 2n^3/3)

I also thought of using eigenvalues, but that wouldn't help
much since you need the inverse of the matrix with the
eigenvectors.

I hope that I could give anyone enough insight into my
problem...

Does anyone know another efficient way for calculating the
inverse for sparse symmetric matrices, or maybe to simplify
or transform the upper equation to make it less costly?

Thanks in advance!!

Albert Buehrli


Tags for this Thread

Everyone's Tags:

Add a New Tag:

Separated by commas
Ex.: root locus, bode

What are tags?

A tag is like a keyword or category label associated with each thread. Tags make it easier for you to find threads of interest.

Anyone can tag a thread. Tags are public and visible to everyone.

Tag Activity for This Thread
Tag Applied By Date/Time
matrix inverse A B 1 Apr, 2008 15:20:12
matrix A B 1 Apr, 2008 15:20:12
inverse A B 1 Apr, 2008 15:20:12
linear algebra A B 1 Apr, 2008 15:20:12
cholesky A B 1 Apr, 2008 15:20:12
lu A B 1 Apr, 2008 15:20:12
rssFeed for this Thread
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com