Resultant
Resultant(polynomial1, polynomial2, var)
computes the resultant of the polynomials
polynomial1
andpolynomial2
with respect to the variablevar
.
See
Examples
>> Resultant((x-y)^2-2 , y^3-5, y)17-60*x+12*x^2-10*x^3-6*x^4+x^6
Implementation status
- ☑ - partially implemented