Wolfram Computation Meets Knowledge

How do I define variables with subscripts or superscripts using the Notation Package?

In the Wolfram Language, attempting to define variables with subscripts can lead to errors. You can resolve any issues with defining such variables by using the function Symbolize in the Notation Package.

The Wolfram Language uses various syntactic rules to interpret input. In particular, expressions with subscripts are treated as functions of their components and not independent symbols. This can lead to recursion errors or other undesired behavior.

Example 1:

In[1] := p = 2 p0

$RecursionLimit::reclim2: Recursion depth of 1024 exceeded during evaluation of 
Subscript[p, 0].

Out[1] = Hold[2 p0]

Example 2:

In[2] := {x, xn} /. x->8
Out[2] = {8, 8n}

Expressions containing subscripts, superscripts or more general symbols can be specified as variables using the Symbolize function in the Notation Package.

  1. Load the Notation Package into your Wolfram Language session using the command:
    <<Notation`

    A window opens containing a truncated version of the Notation palette.

  2. Click the Symbolize button. The Symbolize function template is inserted into the current notebook, and the placeholder square is selected.

  3. Type or paste the expression you would like to use as a variable into the highlighted placeholder square.
  4. Evaluate the Symbolize expression with Shift+Enter.

The Symbolized expression is now interpreted as an atomic expression and not a function of its components.

In[3] := p = 2 p0

Out[3] = 2 p0

In[4] := p2

Out[4] = 4 p02

Please note that when using the Notation Package and the Symbolize function, it is necessary to insert the function template from the relevant palette.

该文档是否有帮助?

任何建议?

非常感谢您的反馈!

提交

联系支持团队

从账单到产品激活,以及任何技术相关内容,无论您遇到任何问题,我们都在此为您提供帮助。

1-800-WOLFRAM (+1-217-398-0700 美国境外用户)

客服支持

周一至周五
8am–5pm 美国中部时区

  • 产品注册或激活
  • 预售信息和订单
  • 安装帮助和首次启动

高级技术支持 (面向特定用户)

周一至周四
8am–7pm 美国中部时区

周五
8:30–10am & 11am–5pm 美国中部时区

  • 优先技术支持
  • Wolfram 专家助理专员
  • Wolfram 语言编程帮助
  • 高级安装支持