finite-field

Interpolate polynomial over a finite field

Interpolate polynomial over a finite field Question: I want to use python interpolate polynomial on points from a finite-field and get a polynomial with coefficients in that field. Currently I’m trying to use SymPy and specifically interpolate (from sympy.polys.polyfuncs), but I don’t know how to force the interpolation to happen in a specific gf. If …

Total answers: 2