symbolic
[Symbolic math, SymPy] Exact symbolic computation: simplify, differentiate, integrate, solve equations/systems, limits, series, Laplace/Fourier transforms, arbitrary-precision eval. Pass {operation, spec}. Expressions are JSON ASTs, e.g. spec={symbols:['x'], expression:['Pow','x',2], variable:'x'} with operation='integrate'. Verified numerically. $0.005 USDC.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| spec | Yes | The structured problem for this operation (see quantum_artificer_info for shapes). | |
| operation | Yes | Operation within this domain. |