polytools
translate
linear translation of a polynomial
Calling Sequence
Parameters
Description
Examples
translate(a, x, x0)
a
-
polynomial
x
indeterminate
x[0]
constant
Important: The polytools package has been deprecated. Use the superseding command PolynomialTools[Translate] instead.
Translate the polynomial a⁡x by x=x+x0 efficiently. The method used requires O⁡n multiplications and divisions and O⁡n2 additions where n=degree⁡a,x.
The command with(polytools,translate) allows the use of the abbreviated form of this command.
with⁡polytools:
translate⁡x2,x,1
x2+2⁢x+1
See Also
expand
PolynomialTools[Translate]
subs
Download Help Document