evaluate
Evaluate mathematical expressions with support for arithmetic, algebra, calculus, matrices, and more. Solve equations, compute derivatives, determinants, and other symbolic math operations directly.
Instructions
Evaluate a mathematical expression. Supports arithmetic, algebra, calculus, matrices, and more. Example: '2 + 2', 'sqrt(16)', 'derivative(x^2, x)', 'det([[1,2],[3,4]])'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | No | Optional variables to use in the expression (e.g., {x: 5, y: 10}) | |
| expression | Yes | Mathematical expression to evaluate |