Permutation of the posson equation

34 Views Asked by At

I have the poisson matrix A, I want to reduce it to the following block matrix: $$ A=\begin{bmatrix} A_{11} & A{12} \\ A_{21} & A_{22} \end{bmatrix} $$, where $A_{11}$ and $A_{22}$ are diagonal matrices, in order to apply sor at this block matrix.

How can I do ? Any hint ?