Resultant
inert resultant function
Calling Sequence
Parameters
Description
Examples
Resultant(a, b, x)
a, b
-
polynomials
x
name
The Resultant function is a placeholder for representing the resultant of the polynomials a and b with respect to the main variable x. It is used in conjunction with either mod or evala which define the coefficient domain as described below.
The call Resultant(a, b, x) mod p computes the resultant of a and b with respect to the main variable x modulo p, a prime integer. The argument a must be a (multivariate) polynomial over the rationals or over a finite field specified by RootOfs.
The call evala(Resultant(a, b, x)) does likewise for a and b (multivariate) polynomials with algebraic number (or function) coefficients defined by RootOfs.
The call modp1(Resultant(a, b), p) computes the resultant of a and b modulo p a prime integer where a and b are in the modp1 representation.
Resultant⁡2⁢x+1,3⁢x+4,xmod7
5
r≔x+RootOf⁡_Z2−2:
s≔RootOf⁡_Z2−2⁢x+1:
evala⁡Resultant⁡r,s,x
−1
evala⁡Resultant⁡2⁢x2+x⁢y+x+y+3,3⁢x⁢y+y2,x
−y2⁢y2−6⁢y−27
See Also
evala
mod
modp1
resultant
Download Help Document