Update

Update[symbol]

使 Wolfram 语言更新与一个符号相关的所有值.

Update[]

指定要被更新的所有符号的值.

更多信息

  • Update 对 Wolfram 语言的内部优化的特征进行操作. 除了在实际中很少出现的一些特殊情况外,它不需要调用.
  • 一个特殊情况是在一个符号值的变化可以通过改变测试 Condition 的结果影响另一个符号的值. 在这种情况下,您需要用 Update 更新您觉得受到影响的符号.
  • Update 从来不会给您带来错误结果,尽管它会降低系统的运行速度.

范例

基本范例  (1)

确定与 f 相关的值被正确返回:

t 的值与 f 的定义相关:

现在反过来改变与 f 相关的 g 值:

t 的值是基于 f 的原值,它在 g 改变前是正确的:

但是 f[] 的值改变:

使 Wolfram 语言更新与 f 相关的所有值:

现在 t 的值按预期返回:

Wolfram Research (1988),Update,Wolfram 语言函数,https://reference.wolfram.com/language/ref/Update.html.

文本

Wolfram Research (1988),Update,Wolfram 语言函数,https://reference.wolfram.com/language/ref/Update.html.

CMS

Wolfram 语言. 1988. "Update." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/Update.html.

APA

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

BibTeX

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

BibLaTeX

@online{reference.wolfram_2024_update, organization={Wolfram Research}, title={Update}, year={1988}, url={https://reference.wolfram.com/language/ref/Update.html}, note=[Accessed: 22-November-2024 ]}