Math 480, Spring 2013/Polynomial Division Algorithm
An implementation of the polynomial division algorithm
An experimental implementation of the polynomial division algorithm can be found at
http://cartan.math.umb.edu/vpf/cgi-bin/calculator
using the functions PolyDivStringLex, PolyDivStringGrLex, PolyDivStringLexRev, PolyDivStringGrLexRev, with respective monomial orders: lexicographic (z>y>x), graded lexicographic, reverse lexicographic (x>y>z), graded lexicographic-reversed (x>y>z). Please note: graded reverse lex order (as given in the book) is NOT the same as graded lexicographic-reversed.
Please use the calculator with caution: the code is still experimental and does contain errors. You can view the c++ code of the calculator by going to the calculator, clicking the top-right link, and clicking again to access the latest version of each of the source code files of the project.
Here is the example from today's exam.