PolRecip(P) = Reciprocal polynomial of P, x^deg(P) * P(1/x):
The coefficients are reversed from most to least. For example {1; 2; 3; 4} becomes {4; 3; 2; 1}.
Return to Matrix and Polynomial Computations Return to Harry's Home Page