polchebyshev
Compute the nth Chebyshev polynomial of the first kind for a given non-negative integer n and optional variable.
Instructions
Compute the nth Chebyshev polynomial of the first kind.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes | Non-negative integer. | |
| v | No | Variable name (default 'x'). | x |