UpSet

lhs^=rhs

rhs 的值赋给 lhs,并将这种赋值和在 lhs 中层 1 出现的符号相关联.

更多信息

  • f[g[x]]=value 使得一个赋值与 f 相关. f[g[x]]^=value 使得一个赋值与 g 相关.
  • UpSet 和所有(all)不同符号的赋值相关. 这些符号或直接作为 lhs 的参数或作为 lhs 的参数的头部出现.

范例

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

基本范例  (1)

定义一个符号的符号属性:

范围  (2)

^= 定义上值(upvalue):

如果几个符号出现在左边,定义所有它们的上值(upvalue):

应用  (1)

构建交换率的数据库:

属性和关系  (2)

^= 定义上值(upvalue)的方式和用标签的相同:

^= 定义上值(upvalue);= 定义下值(downvalue):

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

文本

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

CMS

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

APA

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

BibTeX

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

BibLaTeX

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