MatrixPolynomialAlgebra[LeftDivision] - compute a left quotient and remainder of 2 matrices of polynomials
MatrixPolynomialAlgebra[RightDivision] - compute a right quotient and remainder of 2 matrices of polynomials
|
Calling Sequence
|
|
LeftDivision(A, B, x)
RightDivision(A, B, x)
|
|
Parameters
|
|
A
|
-
|
Matrix of polynomials
|
B
|
-
|
Matrix of polynomials
|
x
|
-
|
variable name of the polynomial domain
|
|
|
|
|
Description
|
|
•
|
The quotient and the remainder are returned in a list.
|
|
|
Examples
|
|
>
|
|
>
|
|
>
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
|
|
Download Help Document
Was this information helpful?