Qurak

FindRoot

లభ్యం, .wl రిఫరెన్స్ నుండి భిన్నం

Numeric root finder.

స్వతంత్రంగా తనిఖీ చేయదగినది: ఈ ఫంక్షన్‌కు వచ్చే సమాధానం వేరే మార్గంలో మళ్లీ ఉత్పన్నం చేసి పోల్చబడుతుంది - వర్క్‌బెంచ్ మరియు verify సాధనం దీన్ని స్వయంచాలకంగా చేస్తాయి, కాబట్టి తప్పు సమాధానం నమ్మకుండా పట్టుబడుతుంది. చరిత్ర →

FindRoot[f, {x, x0}]
FindRoot[lhs == rhs, {x, x0}]
FindRoot[{f1, f2, …}, {{x, x0}, {y, y0}, …}]
FindRoot[{eqn1, eqn2, …}, {{x, x0}, {y, y0}, …}]
FindRoot[Cos[x] == x, {x, 1}] → {x -> 0.7390851332151607}FindRoot[Exp[x] - 1000, {x, 1}] → {x -> 6.907755278982137}FindRoot[x^2 - 2, {x, 1}, MaxIterations -> 2] → FindRoot::cvmit: Failed to converge to the requested accuracy or precision within 2 iterations. {x -> 1.4166666666666667}FindRoot[x^2 - 2, {x, 1}, MaxIterations -> 3] → FindRoot::cvmit: Failed to converge to the requested accuracy or precision within 3 iterations. {x -> 1.4142156862745099}FindRoot[x^2 - 2, {x, 1}, MaxIterations -> 0] → FindRoot::ioppfa: The value of the option MaxIterations -> 0 should be a positive integer, Infinity or Automatic\. (regex) .* (regex*) FindRoot[x^2 - 2, {x, 1}, MaxIterations -> 0]FindRoot[x^2 + 1, {x, 1}] → FindRoot::jsing: Encountered a singular Jacobian at the point {x} = {0.}. Try perturbing the initial point(s). {x -> 0.}FindRoot[Max[x, 2 x] - 6, {x, 1}] → {x -> 3.}

వాడిన చోటు

అంశాలు

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

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