algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

Polonomial division

Open nolanderc opened this issue 3 years ago • 0 comments

This is a fix to #839.

Division is implemented using euclidean division (aka. long division) and generalized to polynomials with multiple variables using a Gröbner-basis. The choice of basis was made by a loose recommendation in this article.

nolanderc avatar Mar 03 '22 14:03 nolanderc