Construct upper block diagonal matrix from block matrix

90 Views Asked by At

I want to construct a matrix A such that:

$ \begin{pmatrix} 0 & B\\ C & D\\ \end{pmatrix} * A = \begin{pmatrix} * & *\\ 0 & *\\ \end{pmatrix} $

where B, C, D $\in K^{n\times n}$.