Polynomial Algebra
摘要
In this chapter we construct a module PolyAlg.py that performs algebraic operations on polynomials symbolically. The ultimate goal of the module is to convert an algebraic combination of polynomials into a single polynomial in standard form. The module is headed by the following import statements.