CASA Function: mvresultant

Compute the resultant system of a system of multivariate polynomials.

Calling Sequence:

Parameters:

repr : list(polynom(casaCoeffType, vars))
vars : list(name)

Result:

r : list(polynom)

Description:

Examples:

> F1:=[x2^2+x1^2-1,x1*x2-1,x2^2 -x1]:

> mvresultant(F1,[x1,x2]);

[Maple Math]

> F2:=[v*x2^2+RootOf(x^3+1)*x1^2-1,x1*x2-1,x2^2 -x1]:

> mvresultant(F2,[x1,x2]);

[Maple Math]
[Maple Math]

> F3:=[x3-x1*x2-x2,x2*x3-x1,x1*x3-x2]:

> mvresultant(F3,[x1]);

[Maple Math]

> mvresultant(F3,[x1,x2]);

[Maple Math]

See Also:

[CASA] [[resultant]]