<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7650.28">
<TITLE>inversion of a huge block diagonal matrix</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>Hello,<BR>
<BR>
I would like to compute the inverse of a huge block diagonal matrix using an efficient way.<BR>
<BR>
Each block is a square matrix with NxN dimension and the block diagonal matrix dimension is NLxNL<BR>
N is small (5 or 6)  and L is big (1e6)<BR>
<BR>
One way is to build a loop and to compute L times the inversion of the NxN matrixes<BR>
However, as L is big (for example 1e6) this is too much time consuming<BR>
<BR>
Does anyone has an idea to compute this using scilab ?<BR>
<BR>
Thank you for your help<BR>
<BR>
Guylaine Collewet<BR>
guylaine.collewet@cemagref.fr<BR>
+33223482167<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>