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.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Polynomial Algebra

  • Hugo D. Junghenn

摘要

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.