|
比如- FindRoot[{f==0,fx==0},{{x,2},{a,2}},Method->{"Newton",StepControl->"TrustRegion"},Jacobian->"FiniteDifference",MaxIterations->1000]
复制代码 比如这个method,帮助文件里面只有两个,一个"Brent",一个"Secant",但是就是没有"Newton",我想知道如何才能找到参数的所有的值?
还有如何找到StepControl的所有值?
@chyanog@wayne |
|