pdivpolynomial divisionCalling Sequence[R,Q]=pdiv(P1,P2)
[Q]=pdiv(P1,P2)
ArgumentsP1polynomial matrixP2polynomial or polynomial matrixR,Qtwo polynomial matricesDescription
Element-wise euclidan division of the polynomial matrix P1
by the polynomial P2 or by the polynomial matrix P2.
Rij is the matrix of remainders, Qij is the matrix
of quotients and P1ij = Qij*P2 + Rij or P1ij = Qij*P2ij + Rij.
ExamplesSee Also
ldiv
gcd