intro
Define and store a SymPy variable with specific mathematical assumptions, enabling precise symbolic algebra computations in the Symbolic Algebra MCP Server.
Instructions
Introduces a sympy variable with specified assumptions and stores it.
Takes a variable name and a list of positive and negative assumptions.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| neg_assumptions | Yes | ||
| pos_assumptions | Yes | ||
| var_name | Yes |