Skip to main content

Pseudoremainder

Computes the pseudo-remainder of two polynomials. Given two polynomials P and Q with degrees p and q, respectively; the pseudo-remainder of P and Q is defined as

pseudoremainder(P,Q)=remainderleading_coefficient(Q)p-q+1·P,Q

Syntax

pseudoremainder(Polynomial, Polynomial)

Description

Given two polynomials P and Q, returns the pseudoremainder.

abstract_algebra.pseudoremainder.calc.png