PolynomialTools[Translate] - compute a linear translation of a polynomial
|
Calling Sequence
|
|
Translate(a, x, x0)
|
|
Parameters
|
|
a
|
-
|
polynomial
|
x
|
-
|
indeterminate
|
x[0]
|
-
|
constant
|
|
|
|
|
Description
|
|
•
|
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) |
|
|
Download Help Document
Was this information helpful?