Translate - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


PolynomialTools

  

Translate

  

compute a linear translation of a polynomial

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

Translate(a, x, x0)

Parameters

a

-

polynomial

x

-

indeterminate

x0

-

constant

Description

• 

Translate the polynomial  by  efficiently. The method used requires  multiplications and divisions and  additions where .

• 

This function is part of the PolynomialTools package, and so it can be used in the form Translate(..) only after executing the command with(PolynomialTools). However, it can always be accessed through the long form of the command by using PolynomialTools[Translate](..).

Examples

(1)

(2)

(3)

(4)

(5)

See Also

eval

expand

PolynomialTools

series

subs

 


Download Help Document