Matriceshard
0:00.0

For the block matrix M=(ABCD)=(211012034)M = \begin{pmatrix} A & B \\ C & D \end{pmatrix} = \begin{pmatrix} 2 & 1 & 1 \\ 0 & 1 & 2 \\ 0 & 3 & 4 \end{pmatrix} where A=(2)A = (2) (scalar), B=(11)B = \begin{pmatrix} 1 & 1 \end{pmatrix}, C=(00)C = \begin{pmatrix} 0 \\ 0 \end{pmatrix}, and D=(1234)D = \begin{pmatrix} 1 & 2 \\ 3 & 4 \end{pmatrix}, compute the Schur complement S=DCA1BS = D - CA^{-1}B.