polytools(deprecated)/translate - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Home : Support : Online Help : polytools(deprecated)/translate

polytools

  

translate

  

linear translation of a polynomial

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

translate(a, x, x0)

Parameters

a

-

polynomial

x

-

indeterminate

x[0]

-

constant

Description

• 

Important: The polytools package has been deprecated. Use the superseding command PolynomialTools[Translate] instead.

• 

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

• 

The command with(polytools,translate) allows the use of the abbreviated form of this command.

Examples

Important: The polytools package has been deprecated. Use the superseding command PolynomialTools[Translate] instead.

(1)

See Also

expand

PolynomialTools[Translate]

subs

 


Download Help Document