MaxSteps
Disponible
Option specifying the maximum number of steps
MaxSteps
sol = NDSolve[{x'[t] == x[t], x[0] == 1}, x, {t, 0, ∞}, MaxSteps -> 25]
→ NDSolve[{Derivative[1][x][t] == x[t], x[0] == 1}, x, {t, 0, Infinity}, MaxSteps -> 25]sol = NDSolve[{y''[x] + x y[x] == 0, y[0] == 1, y'[0] == 0}, y, {x, 0, 200}, MaxSteps -> ∞]
→ {{y -> InterpolatingFunction[{{0., 199.99999999999997}}, <>]}} Les 6300 fonctions ·
Utiliser ceci depuis un client MCP