CASA Function: subresultantChain

Compute the subresultant chain of two multivariate polynomials.

Calling Sequence:

Parameters:

P : polynon
Q : polynom
x : name

Result:

sc : list(polynom)

Description:

Examples:

> subresultantChain(x^5-2*x^3-5*x^2+x^3-2*x-5,x^2+1,x);

[Maple Math]

> subresultantChain(x^5-2*x^3-5*x^2+x^3-2*x-5,x^4+1,x);

[Maple Math]

See Also:

[CASA] [mvresultant]