intro
Define a sympy variable with custom assumptions for symbolic algebra tasks. Specify variable name and assign positive and negative assumptions for precise mathematical computations.
Instructions
Introduces a sympy variable with specified assumptions and stores it.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
neg_assumptions | Yes | ||
pos_assumptions | Yes | ||
var_name | Yes |