Resultant
Resultant(polynomial1, polynomial2, var)computes the resultant of the polynomials
polynomial1andpolynomial2with 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^6Implementation status
- ☑ - partially implemented