derivation_differentiate
Differentiate mathematical expressions symbolically with respect to a variable, capturing human insights, assumptions, and limitations for reproducible step-by-step derivation.
Instructions
對當前表達式微分(帶人類知識記錄)
Args:
variable: 微分變數
order: 階數(預設 1)
description: 操作描述
notes: 人類洞見
assumptions: 這步的假設
limitations: 這步的限制
Returns:
微分結果
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | ||
| order | No | ||
| variable | Yes | ||
| session_id | No | ||
| assumptions | No | ||
| description | No | ||
| limitations | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||