Method
در دسترس
Option symbol for specifying computational methods
Method
fit = FindFit[data, model, {a, k}, t, Method -> "QuasiNewton"]
→ FindFit[data, model, {a, k}, t, Method -> QuasiNewton]NDSolve[{x''[t] + (2 + Sin[x[t]]) x[t] == 0, x[0] == 1, x'[0] == 0}, x, {t, 0, 10}, Method -> "ExplicitRungeKutta"]
→ {{x -> InterpolatingFunction[{{0., 10.}}, <>]}}FindRoot[{x - 1, 10(y - x ^ 2)}, {{x, -1}, {y, 1}}, Method -> {"Newton", "StepControl" -> "TrustRegion"}]
→ {x -> 1., y -> 1.} همهٔ 6300 تابع ·
استفاده از این در کلاینت MCP