module Algebra::Polynomial::Alg

Public Instance Methods

norm() click to toggle source
# File lib/algebra/polynomial-factor-alg.rb, line 13
def norm
  f = project(Algebra.Polynomial(ground.ground, variable)) { |c, _i| c.lift }
  f.var_swap.resultant(ground.modulus)
end