MaxRecursion
利用可能
Option specifying the maximum recursion depth
MaxRecursion
NIntegrate[Exp[-10 ^ 8 x ^ 2], {x, -1, 1}, WorkingPrecision -> 20, MaxRecursion -> 20]
→ 0.00017724538509055160272981674833411451828`20.Plot3D[x y Exp[-10 (x ^ 2 + y ^ 2 - 1) ^ 2], {x, -2, 2}, {y, -2, 2}, PlotRange -> All, Mesh -> False, MaxRecursion -> 5]
→ -Graphics3D-Table[Plot[Sin[x ^ 2], {x, 0, 10}, PlotPoints -> 5, MaxRecursion -> mr], {mr, {0, 2, 4, 6}}]
→ {-Graphics-, -Graphics-, -Graphics-, -Graphics-} 全 6300 関数 ·
MCPクライアントから使う