Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
PolynomialTools[Shorten] - try to make polynomial smaller by substitutions
PolynomialTools[Shorter] - compare two polynomials
PolynomialTools[Sort] - sort a list of polynomials
Calling Sequence
Shorter(f, g, x)
Sort(v, x)
Shorten(f, x)
Parameters
f
-
polynomial
g
v
list of polynomials
x
indeterminate
Description
The Shorter function determines if f is shorter than g, where "shorter" means:
smaller length
monic in x
no fractions
lower degree in other variables
The Sort function sorts a list of polynomials in x according to the ordering defined by Shorter.
The Shorten function applies Mobius transformations to f in an effort to make f shorter (in the above sense). More precisely, the following transformations are tried: whenever has([a, b, c, d], x)=false and . Furthermore, a polynomial f may be divided by lcoeff(f, x) or by content(f, x), or by any expression that does not contain x.
When a field extension is given by an irreducible polynomial f, these procedures can be used to search for a simpler polynomial representing the same field extension.
If f contains only one variable, then the second argument x in Shorten is optional.
This function is part of the PolynomialTools package, and so it can be used in the form Shorten(..) only after executing the command with(PolynomialTools). However, it can always be accessed through the long form of the command by using PolynomialTools[Shorten](..).
Examples
Download Help Document