sympy_sympify
Convert string expressions into SymPy symbolic expressions for symbolic mathematics, algebra, calculus, and equation solving.
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 |