parse_latex_to_sympy
Converts LaTeX math strings into SymPy expressions for further symbolic computation.
Instructions
Parses a LaTeX math string into a SymPy expression string, which can be used in other tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latex_str | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |