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