Method

Method

是一个选项,对多种复杂运算函数指定应该使用的内部运算方法.

更多信息

  • 典型设置如下:
  • Automatic自动挑选方法
    "name"用指定名称的方法
    {"name",opt1->val1,}用有特有选项的指定方法
    {"name1",Method->{"name2",}}用方法和子方法
    {opt1->val1,opt2->val2,}给出方法的选项
  • 在默认设置 Method->Automatic 下,Wolfram 语言根据特定计算来自动选取最佳的方法.

范例

打开所有单元关闭所有单元

基本范例  (2)

用拟牛顿方法,得出指数递减的非线性拟合:

用显式朗格-库塔方法,求解微分方程:

绘制解和它的导数图形:

范围  (4)

用牛顿算法和控制置信区间,在二维空间内得出根:

在求解这个问题上,这种方式比用默认的步长控制法减小了运算量:

用不同次序的朗格-库塔法求出常微分方程的步数且求其值:

局部事件法采用一个完全相反公式方法:

时,绘制解的图形:

Method 嵌套选项实现元素定位:

Wolfram Research (1999),Method,Wolfram 语言函数,https://reference.wolfram.com/language/ref/Method.html (更新于 2007 年).

文本

Wolfram Research (1999),Method,Wolfram 语言函数,https://reference.wolfram.com/language/ref/Method.html (更新于 2007 年).

CMS

Wolfram 语言. 1999. "Method." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2007. https://reference.wolfram.com/language/ref/Method.html.

APA

Wolfram 语言. (1999). Method. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/Method.html 年

BibTeX

@misc{reference.wolfram_2024_method, author="Wolfram Research", title="{Method}", year="2007", howpublished="\url{https://reference.wolfram.com/language/ref/Method.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_method, organization={Wolfram Research}, title={Method}, year={2007}, url={https://reference.wolfram.com/language/ref/Method.html}, note=[Accessed: 18-November-2024 ]}