Getting the quotient $A/gcd(A,B)$ with the sub-resultant GCD algorithm

6 Views Asked by At

The sub-resultant GCD algorithm allows to get the GCD of two polynomials $A$ and $B$ with coefficients in a UFD. Is it possible with this algorithm to get the quotients $A / gcd(A,B)$ and $B / gcd(A, B)$?

enter image description here