polytools
shorten
try to make polynomial smaller by substitutions
Calling Sequence
Parameters
Description
Examples
shorten(f, x)
f
-
polynomial
x
indeterminate
Important: The polytools package has been deprecated. Use the superseding command PolynomialTools[Shorten] instead.
This function applies transformations on f in an effort to make f smaller, more precisely, to make its length smaller. The following transformations are tried: adding or multiplying x by a constant, replacing x by its reciprocal, and combinations of these transformations.
When a field extension is given by an irreducible polynomial f this procedure 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 is optional.
with⁡polytools
minpoly,recipoly,shorten,sort_poly,split,splits,translate
shorten⁡x2+x+1,x
x2+3
shorten⁡3⁢x3+18⁢x+14,x
x3−6
shorten⁡x4+32,x
x4+2
See Also
PolynomialTools[Shorten]
Download Help Document