NonConstants
Disponible
Option for Simplify specifying which symbols are not constants
NonConstants
D[c x ^ 2, x, NonConstants -> {c}]
→ 2*c*x + x^2*D[c, x, NonConstants -> {c}]D[c x ^ 2 + d, x, NonConstants -> {c, d}]
→ 2*c*x + x^2*D[c, x, NonConstants -> {c, d}] + D[d, x, NonConstants -> {c, d}]{Dt[a x ^ 2 + b, x], D[a x ^ 2 + b, x, NonConstants -> {a, b}]}
→ {2*a*x + x^2*Dt[a, x] + Dt[b, x], 2*a*x + x^2*D[a, x, NonConstants -> {a, b}] + D[b, x, NonConstants -> {a, b}]} Las 6300 funciones ·
Usar esto desde un cliente MCP