Solves ordinary differential equations symbolically.
可独立核查:此函数的答案会通过另一条途径重新推导并比较——工作台和 verify 工具会自动完成,因此错误答案会被发现而不是被采信。 历史 →
DSolve[eqn]
DSolve[eqn, u, x]
DSolve[eqn, u, {x, xmin, xmax}]
DSolve[{eqn1, eqn2, …}, {u1, u2, …}, …]
DSolve[eqn, u, {x1, x2, …}]
DSolve[eqn, u, {x1, x2, …}∈ Ω]
"DSolve[y'[x] == y[x], y[x], x]"
→ {{y[x] -> E^x*C[1]}}- Assumptions — default $Assumptions
- DiscreteVariables — default { }
- GeneratedParameters — default C
- Method — default Automatic
- IncludeSingularSolutions — default False