Qurak

MaxSteps

లభ్యం

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}}, <>]}}

సంబంధితమైనవి

మొత్తం 6300 ఫంక్షన్లు · దీన్ని MCP క్లయింట్ నుండి వాడండి