Polrev
Create a polynomial from a coefficient vector, with constant term first, and specify variable name.
Instructions
Convert to a polynomial (reverse order).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| v | No | Variable name. | x |
| x | Yes | Vector of coefficients (constant term first). |