sympy_repr_expr
Generate a Python repr string from SymPy expressions to enable serialization, debugging, and programmatic manipulation of symbolic mathematics objects.
Instructions
Get repr of expression.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | SymPy expression string |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |