mathematica 发表于 2021-5-17 14:49:39

如何查看FindRoot的一个参数的所有选项?

比如
FindRoot[{f==0,fx==0},{{x,2},{a,2}},Method->{"Newton",StepControl->"TrustRegion"},Jacobian->"FiniteDifference",MaxIterations->1000]

比如这个method,帮助文件里面只有两个,一个"Brent",一个"Secant",但是就是没有"Newton",我想知道如何才能找到参数的所有的值?
还有如何找到StepControl的所有值?

@chyanog @wayne

mathematica 发表于 2021-5-17 14:57:34

参数还可以这么搞
Method -> {"Newton", "UpdateJacobian" -> 3}
页: [1]
查看完整版本: 如何查看FindRoot的一个参数的所有选项?