evaluate
Evaluate mathematical expressions including arithmetic, algebra, calculus, and matrix operations. Supports variables and complex computations.
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 |