Retains or delets the i-th rows and the j-th column,
depending of the sign of these indices.
Usage
pMsub(pm, i, j)
Arguments
pm
a polynomial matrix
i
the number of rows to retain or delete
j
the number of columns to retain or delete
Value
A polynomial matrix which is a submatrix of
the given matrix in ‘polyMdlist’ format.
Details
If the row or column number is NULL, that means
all elements from the given columns or rows respectively.
If j is not given, that means a symmetric submatrix.