|
SOLUTIONS
|
MATHEMATICA 内置符号
UnderoverscriptBox
UnderoverscriptBox[x, y, z]
在笔记本表达式中表示
.
更多信息更多信息
- UnderoverscriptBox 是底层的 Underoverscript 显示. 除了操作底层笔记本表达式,UnderoverscriptBox 不需要被直接使用.
- 在
中,UnderoverscriptBox[x, y, z] 可被输入为
. - 在一个笔记本中,一个 UnderoverscriptBox 可通过用 Ctrl+4 移到底标来创建,然后使用 Ctrl+% 移到顶标. Ctrl+Space 用于移出底标或顶标位置.
- 在一个笔记本中,创建 UnderoverscriptBox 使用 Ctrl+$ 创建一个常规的底标或用 Ctrl+& 创建一个常规的顶标. 在输入第一个标记后,使用 Ctrl+% 创建相反标记的位置. Ctrl+Space 移出顶标或底标的位置.
- 在 StandardForm 中, UnderoverscriptBox[x, y, z] 的输入解释为 Underoverscript[x, y, z].
范例范例打开所有单元关闭所有单元
基本范例 (3)基本范例 (3)
| In[1]:= |
Out[1]//DisplayForm= | |
一个 UnderoverscriptBox 形式通常解释为一个 Underoverscript 表达式:
| In[1]:= |
| Out[1]= |
| In[2]:= |
Out[2]//FullForm= | |
Underoverscript 的标准格式用 UnderoverscriptBox:
| In[1]:= |
Out[1]//FullForm= | |
| In[2]:= |
| Out[2]= |
版本 3 的新功能 | 版本 6 修改功能
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
