print_latex_expression
Convert stored mathematical expressions into LaTeX format, including variable assumptions, using the Symbolic Algebra MCP Server for precise symbolic mathematics.
Instructions
Prints a stored expression in LaTeX format, along with variable assumptions.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
expr_key | Yes |
Input Schema (JSON Schema)
{
"properties": {
"expr_key": {
"title": "Expr Key",
"type": "string"
}
},
"required": [
"expr_key"
],
"title": "print_latex_expressionArguments",
"type": "object"
}