sympy_sympify
Parse a string into a symbolic expression for advanced algebraic computations with SymPy.
Instructions
Convert a string to a SymPy expression.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | String expression to convert |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |