residop function

Residual Operator

Residual Operator

Applies the residual operator of a matrix B to a matrix A.

residop(A, B)

Arguments

  • A: A matrix with m rows.
  • B: Another matrix with m rows.

Details

The columns of B must be linearly independent.

Returns

The matrix A after projection into the orthogonal complement of the column space of B.