subst
Replace a variable in a polynomial with an expression to compute the resulting polynomial.
Instructions
Substitute a variable in a polynomial.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| v | Yes | Variable to replace. | |
| pol | Yes | Polynomial. | |
| expr | Yes | Expression to substitute. |