sympy_coeff
Extract coefficients from mathematical expressions to analyze polynomial structure and simplify algebraic computations.
Instructions
Get coefficient.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | Expression | |
| x | Yes | Variable | |
| n | No | Power of x |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |