Scilab Website | Contribute with GitLab | Mailing list archives | ATOMS toolboxes
Scilab Online Help
2023.1.0 - English


rowcompr

row compression of polynomial matrix

Syntax

[X, rk, Ac] = rowcompr(A)

Arguments

A

polynomial matrix

Y

square polynomial matrix (left unimodular basis)

rk

normal rank of A

Ac

Ac=X*A, polynomial matrix

Description

row compression of polynomial matrix A.

X is a left polynomial unimodular basis which row compressed thee rows of A. rk is the normal rank of A.

Warning: elimination of "small" terms (use with care!).

See also

  • colcompr — column compression of polynomial matrix
Report an issue
<< roots Polynomials sfact >>

Copyright (c) 2022-2023 (Dassault Systèmes)
Copyright (c) 2017-2022 (ESI Group)
Copyright (c) 2011-2017 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Mon May 22 12:37:06 CEST 2023