Re: Solving a large sparse system with a single dense row/column?
- From: Alois Steindl <Alois.Steindl@xxxxxxxxxxxx>
- Date: Sat, 10 May 2008 21:52:15 +0200
goodchild.trevor@xxxxxxxxx schrieb:
Hello,
Yes, I should have been more specific: my system has a dense column
*and* a dense row. I.e., the matrix looks somewhat like this:
/ \
| x x |
| x x |
| x x |
| x x |
| x x |
| x x |
| x x x x x x x |
\ /
(though in reality there are more off-diagonal entries and the system
may have blocks that are not symmetric).
Sorry for the confusion,
Trevor
Matrices with this structure are quite common in optimization problems with integral constraints - in that case the matrices are usually symmetric - and also in numerical treatment of bifurcation problems.
Could you tell us more about your application?
I guess, that Govaerts BEMW code is quite suitable for that type.
You could also try to resolve the problem yourself:
Let your equation be
A x + B y = b
C x + D y = c
where A is sparse, and B and D are your column and row matrices.
Then you could try to solve the first equation for x:
x = G y + H b
Inserting that into the second equation, you obtain a small system for y. Of course the resulting system might be worse conditioned than the original one.
Good luck
Alois
.
- References:
- Solving a large sparse system with a single dense row/column?
- From: goodchild . trevor
- Re: Solving a large sparse system with a single dense row/column?
- From: Alois Steindl
- Re: Solving a large sparse system with a single dense row/column?
- From: Anony
- Re: Solving a large sparse system with a single dense row/column?
- From: Alois Steindl
- Re: Solving a large sparse system with a single dense row/column?
- From: Anony
- Re: Solving a large sparse system with a single dense row/column?
- From: Alois Steindl
- Re: Solving a large sparse system with a single dense row/column?
- From: goodchild . trevor
- Solving a large sparse system with a single dense row/column?
- Prev by Date: Best Video!!! SEX!!help!
- Next by Date: What Is Allah ?
- Previous by thread: Re: Solving a large sparse system with a single dense row/column?
- Next by thread: Re: Solving a large sparse system with a single dense row/column?
- Index(es):