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

Online Help

All Products    Maple    MapleSim


MatrixPolynomialAlgebra

  

LeftDivision

  

compute a left quotient and remainder of 2 matrices of polynomials

  

RightDivision

  

compute a right quotient and remainder of 2 matrices of polynomials

 

Calling Sequence

Parameters

Description

Examples

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 LeftDivision(A, B, x) command computes a left quotient Q and a remainder R such that  where  is strictly proper.  That is,   is a zero matrix. The input matrices must have the same number of rows, and B must be a square nonsingular matrix of polynomials.

• 

The RightDivision(A, B, x) command computes a right quotient Q and a remainder R such that  where  is strictly proper.  That is,   is a zero matrix. The input matrices must have the same number of columns, and B must be a square nonsingular matrix of polynomials.

• 

The quotient  and the remainder  are returned in a list.

Examples

(1)

(2)

(3)

(4)

(5)

(6)

See Also

expand

LinearAlgebra[MatrixInverse]

map

Matrix

MatrixPolynomialAlgebra

op

 


Download Help Document