Module resultant

Module resultant 

Source
Expand description

Contains algorithms for computing resultants.

Traits§

ComputeResultantRingunstable-enable
Trait for rings that support computing resultants of polynomials over the ring.

Functions§

resultant_finite_fieldunstable-enable
Computes the resultant of two polynomials f and g over a finite field.
resultant_globalDeprecated
Computes the resultant of f and g over the base ring, using a direct variant of Eulid’s algorithm.