MatrixPolynomialAlgebra[Degree] - compute the degree of a matrix of polynomials.
MatrixPolynomialAlgebra[Ldegree] - compute the low degree of a matrix of polynomials.
|
Calling Sequence
|
|
Degree(A, x)
Degree[row](A, x)
Degree[column](A, x)
Ldegree(A, x)
Ldegree[row](A, x)
Ldegree[column](A, x)
|
|
Parameters
|
|
A
|
-
|
Matrix
|
x
|
-
|
name; specify the variable in which the entries of A are rational polynomials over Q
|
|
|
|
|
Description
|
|
•
|
The Degree(A,x) and Ldegree(A,x) commands compute the highest degree and the lowest degree of a matrix of polynomials.
|
•
|
The Degree[row](A,x) and Ldegree[row](A,x) commands compute the highest degree and lowest degree of each row of a matrix of polynomials. The row degree is returned as a list of integers.
|
•
|
The Degree[column](A,x) and Ldegree[column](A,x) commands compute the highest degree and lowest degree of each column of a matrix of polynomials. The column degree is returned as a list of integers.
|
|
|
Examples
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
|
|
Download Help Document
Was this information helpful?