is.proper: Proper polynomial matrices

Description Usage Arguments Details Value Functions Examples

Description

Tests the proper property of polynomial matrix. A polynomial matrix is proper if the associeted matrix has a full rank.

Usage

1
2
3
4
5

Arguments

pm

a polyMatrix objects

Details

Polynomial matrix is column (row, full) proper (or reduced) if associated matrix has same rank as the number of column (row)

Value

True if object pm is a (row-/column-) proper matrix

Functions

Examples

1
2
3
4
5
6
7
  pm <- parse.polyMatrix(
    "-1 + 7x     , x",
    " 3 - x + x^2, -1 + x^2 - 3 x^3"
  )
  is.column.proper(pm)
  is.row.proper(pm)
  is.proper(pm)

namezys/polymatrix documentation built on July 18, 2021, 11:15 p.m.