CRAN/E | polyMatrix

polyMatrix

Infrastructure for Manipulation Polynomial Matrices

Installation

About

Implementation of class "polyMatrix" for storing a matrix of polynomials and implements basic matrix operations; including a determinant and characteristic polynomial. It is based on the package 'polynom' and uses a lot of its methods to implement matrix operations. This package includes 3 methods of triangularization of polynomial matrices: Extended Euclidean algorithm which is most classical but numerically unstable; Sylvester algorithm based on LQ decomposition; Interpolation algorithm is based on LQ decomposition and Newton interpolation. Both methods are described in D. Henrion & M. Sebek, Reliable numerical methods for polynomial matrix triangularization, IEEE Transactions on Automatic Control (Volume 44, Issue 3, Mar 1999, Pages 497-508) doi:10.1109/9.751344 and in Salah Labhalla, Henri Lombardi & Roger Marlin, Algorithmes de calcule de la reduction de Hermite d'une matrice a coefficients polynomeaux, Theoretical Computer Science (Volume 161, Issue 1-2, July 1996, Pages 69-92) doi:10.1016/0304-3975(95)00090-9.

github.com/namezys/polymatrix
Bug report File report

Key Metrics

Version 0.9.16
R ≥ 4.0
Published 2021-07-18 1021 days ago
Needs compilation? no
License MIT
License File
CRAN checks polyMatrix results

Downloads

Yesterday 12 0%
Last 7 days 60 -39%
Last 30 days 297 -20%
Last 90 days 899 -1%
Last 365 days 3.259 -0%

Maintainer

Maintainer

Nikolai Ryzhkov

namezys@gmail.com

Authors

Tamas Prohle

aut

Peter Prohle

aut

Nikolai Ryzhkov

aut / cre

Ildiko Laszlo

aut

Ulas Onat Alakent

ctb

Material

README
Reference manual
Package source

In Views

NumericalMathematics

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

polyMatrix archive

Depends

R ≥ 4.0

Imports

methods
polynom
Matrix

Suggests

testthat
withr