Constants
可用
Option for Simplify specifying which symbols are constants
Constants
Dt[a x ^ 2 + b, x, Constants -> {a}]
→ Dt[2*a*x + x^2*Dt[a, x] + Dt[b, x], Constants -> {a}]Dt[a x ^ 2 + b, x, Constants -> {a, b}]
→ Dt[2*a*x + x^2*Dt[a, x] + Dt[b, x], Constants -> {a, b}]Dt[x ^ 2 f[x], x, Constants -> {f}]
→ Dt[x^2*Dt[f[x], x] + 2*x*f[x], Constants -> {f}] 全部 6300 个函数 ·
从 MCP 客户端使用