derivation_simplify
Simplify mathematical expressions step-by-step with options for automatic, trigonometric, radical, or expand-then-simplify methods, while recording human notes, assumptions, and limitations.
Instructions
簡化當前表達式(帶人類知識記錄)
Args:
method: 簡化方法
- "auto": 自動選擇(預設)
- "trig": 三角函數簡化
- "radical": 根式簡化
- "expand_then_simplify": 先展開再簡化
description: 操作描述
notes: 人類洞見
assumptions: 這步的假設
limitations: 這步的限制
Returns:
簡化結果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| method | No | auto | |
| session_id | No | ||
| assumptions | No | ||
| description | No | ||
| limitations | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||