Next: Cascade[P, K]
Up: Block Matrix Manipulation
Previous: invMat2[mat]
  Contents
  Index
- Aliases: GauE
- Description:
is the formula for 2
2 block gauss
elimination of
. It returns 3 block 2
2 matrices which are the
block
decomposition of
.
- Arguments:
is a block 2
2 matrix.
- Comments / Limitations: If
is the block 2
2 matrix of the form
, then we assume that
is
invertible. If you want to assume that
is invertible, type
.
is the same as
.
Note the Schur complement for
can be extracted from the diagonal
matrix
, so we
did not make it a separate function.
NCAlgebra Project
2002-09-09