Learn R Programming

polyMatrix (version 0.9.16)

inv: Inverse polynomial matrix

Description

During inversion we will try to round elememnts to zero.

Usage

inv(x, eps = ZERO_EPS)

Arguments

x

a polynomial matrix

eps

zero threshold

Details

Right now only matrices with numerical determinant are supported.