Let's say I have a polynomial of degree $n$ over a finite field. And I calculate n+1 points on this polynomial, say $(x_0,y_0),(x_1,y_1),\ldots,(x_n,y_n)$.
Now, can I use these points to get the coefficients of the polynomial using Vandermonde matrix?
My specific doubt would be, since the points were evaluated over a finite field, can we still use Vandermonde matrix? If so, how would we go about it?
I do know we can use Lagrange Interpolation and Finite Field arithmetic to get the coefficients, but is there a way to use finite field arithmetic with vandermonde matrix to retrieve the coefficients?