sympy_poly
Create a polynomial from a mathematical expression, specifying a variable for symbolic algebra.
Instructions
Create a polynomial.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | Expression | |
| variable | No | Variable | x |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |