Update

Update[symbol]

tells the Wolfram Language that hidden changes have been made that could affect values associated with a symbol.

Update[]

specifies that the value of any symbol could be affected.

Details

  • Update manipulates internal optimization features of the Wolfram Language. It should not need to be called except under special circumstances that rarely occur in practice.
  • One special circumstance is that changes in the value of one symbol can affect the value of another symbol by changing the outcome of Condition tests. In such cases, you may need to use Update on the symbol you think may be affected.
  • Using Update will never give you incorrect results, although it will slow down the operation of the system.

Examples

Basic Examples  (1)

Make sure that values that depend on f are returned correctly:

The value of t depends on the definitions for f:

Now change the value of g that f, in turn, depends on:

The value of t is still based on the old value of f that was correct before g was changed:

But the value of f[] has changed:

Tell the Wolfram Language that changes have been made affecting values that depend on f:

Now the value of t returns as expected:

Wolfram Research (1988), Update, Wolfram Language function, https://reference.wolfram.com/language/ref/Update.html.

Text

Wolfram Research (1988), Update, Wolfram Language function, https://reference.wolfram.com/language/ref/Update.html.

CMS

Wolfram Language. 1988. "Update." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Update.html.

APA

Wolfram Language. (1988). Update. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Update.html

BibTeX

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

BibLaTeX

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