PopovForm - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


LinearAlgebra

  

PopovForm

  

compute the Popov normal form of a Matrix

 

Calling Sequence

Parameters

Description

Definition of Column Popov Form

Examples

References

Calling Sequence

PopovForm(A, x, shifts, out, options, outopts)

Parameters

A

-

Matrix of univariate polynomials in x

x

-

variable name of the polynomial domain

shifts

-

(optional) equation of the form shifts = obj where obj is a list of one or two lists

out

-

(optional) equation of the form output = obj where obj is one of 'P', 'U', 'rank', 'P_pivots', 'U_pivots', or a list containing one or more of these names; select result objects to compute

options

-

(optional); constructor options for the result object(s)

outopts

-

(optional) equation(s) of the form outputoptions[o] = list where o is one of 'P' or 'U'; constructor options for the specified result object

Description

• 

The PopovForm(A, x) function computes the column Popov normal form P (also called the polynomial echelon form) of an m x n rectangular Matrix of univariate polynomials in x over the field of rational numbers Q, or rational expressions over Q. You can request the form P, the unimodular multiplier U which gives P, the rank and various pivots in P and U via a specification of the output option.

Definition of Column Popov Form

• 

There are a number of variations of column Popov forms, typically unique up to permutation of the columns. The definitions used for both the full and non-full column rank case are as follows.

  

If m=n and P is nonsingular, P has the following degree constraints.

  

 

degPj,i<degPi,i,for all j > i

degPj,idegPi,i,for all j < i

  

If n<m and P has full column rank, there is a trailing list of n pivot rows P_pivots such that P[P_pivots,*] is in Popov normal form.

  

If nm and P has column rank r<n, P has the first nr columns 0 and there is a trailing list of r rows P_pivots such that P[P_pivots,*] is in Popov normal form. In this case, U is a minimal unimodular multiplier and as such there is a list U_pivots of rows such that U[U_pivots,*] is also in Popov normal form.

  

The Popov normal form P is obtained by doing elementary column operations on A. This includes interchanging columns, multiplying through a column by a unit, and subtracting a polynomial multiple of one column from another. The method used is a fraction-free algorithm by Beckermann, Labahn, and Villard.  The returned Matrix objects have the property that P=A·U.

• 

The output option (out) determines the content of the returned expression sequence.

  

Depending on what is included in the output option, an expression sequence containing one or more of the factors P (the Popov normal form), U (the unimodular transformation Matrix), rank (the rank of the matrix), P_pivots, or U_pivots (the pivot rows of P and U, respectively) can be returned.

  

If output is a list, the objects are returned in the same order as specified in the list.

• 

The shifts option is an optional input which allows the user to shift the degree constraints on both the Popov form and the minimal multiplier (in the non-full column rank case).

• 

The constructor options provide additional information (readonly, shape, storage, order, datatype, and attributes) to the Matrix constructor that builds the result(s). These options may also be provided in the form outputoptions[o]=[...], where [...] represents a Maple list.  If a constructor option is provided in both the calling sequence directly and in an outputoptions[o] option, the latter takes precedence (regardless of the order).

Examples

withLinearAlgebra&colon;

Az3z2&comma;z32z2+2z2|z32z21&comma;z33z2+3z4

Az3z2z32z21z32z2+2z2z33z2+3z4

(1)

PPopovFormA&comma;z&comma;datatype=algebraic

Pz−111+z

(2)

P,UPopovFormA&comma;z&comma;output=P&comma;U

P,Uz−111+z,12z2+32z1212z212z3212z2zz22+1

(3)

mapexpand&comma;PA·U

0000

(4)

DeterminantU

12

(5)

A low rank matrix.

A3z6&comma;3z+3&comma;2z+3&comma;z|3z&comma;3z&comma;2&comma;1|6&comma;3&comma;2z1&comma;z+1

A3z63z63z+33z−32z+3−22z1z−11z

(6)

P,U,rPopovFormA&comma;z&comma;output=P&comma;U&comma;rank

P,U,r0z−60z30231+2z0131+z,1011131100,2

(7)

P,U,r,II,KPopovFormA&comma;z&comma;output=P&comma;U&comma;rank&comma;P_pivots&comma;U_pivots

P,U,r,II,K0z−60z30231+2z0131+z,1011131100,2,2&comma;4,3

(8)

A [2,2,0,0]-shifted Popov form.

P,U,r,II,KPopovFormA&comma;z&comma;shifts=2&comma;2&comma;0&comma;0&comma;output=P&comma;U&comma;rank&comma;P_pivots&comma;U_pivots

P,U,r,II,K0z2+z22z2+z+40z2z+12z2z2010001,113231z312z3100,2,3&comma;4,3

(9)

A Popov form with [0,-3,0,0]-shift for unimodular multiplier.

Az3+4z2+z+1&comma;z2+7z+4|z1&comma;z+2|2z2+2z2&comma;z2+6z+6|z2&comma;2z

Az3+4z2+z+11+z2z2+2z2z2z2+7z+4z+2z2+6z+62z

(10)

P,U,r,II,KPopovFormA&comma;z&comma;shifts=0&comma;0&comma;0&comma;3&comma;0&comma;0&comma;output=P&comma;U&comma;rank&comma;P_pivots&comma;U_pivots

P,U,r,II,K00z−1002z,2z21+17z22z27+z7z213710002z2137z2zz7+17z21+27221z213z421z39z7z27+97121z2+13z2321,2,1&comma;2,2&comma;4

(11)

mapexpand&comma;PA·U

00000000

(12)

DeterminantU

1

(13)

References

  

Beckermann, B., and Labahn, G. "Fraction-free Computation of Matrix Rational Interpolants and Matrix GCDs." SIAM Journal on Matrix Analysis and Applications, Vol. 22 No. 1. (2000): 114-144.

  

Beckermann, B.; Labahn, G.; and Villard, G. "Shifted Normal Forms of General Polynomial Matrices." University of Waterloo, Technical Report. Department of Computer Science, 2001.

  

Beckermann, B.; Labahn, G.; and Villard, G. "Shifted Normal Forms of Polynomial Matrices."  ISSAC'99, pp. 189-196. 1999.

See Also

expand

indets

LinearAlgebra

LinearAlgebra[Determinant]

LinearAlgebra[HermiteForm]

LinearAlgebra[Map]

Matrix