|
SOLUTIONS
|
MATHEMATICA 内置符号
UnderscriptBox
UnderscriptBox[x, y]
是笔记本表达式中
的底层盒框表示.
更多信息更多信息
- UnderscriptBox 是 Underscript 的底层表示. 除了底层笔记本表达式操作,UnderscriptBox 不应直接使用.
- 在
中,UnderscriptBox[x, y] 可被输入为
. - 在笔记本中,UnderscriptBox 可以使用 Ctrl+4 或 Ctrl+$ 来创建. Ctrl+Space 移出底标位置.
- 在 StandardForm 中, UnderscriptBox[x, y] 的输入中解释为 Underscript[x, y].
- UnderscriptBox[x, "_"] 解释为 UnderBar[x] 或
. - UnderscriptBox[x, y] 的基线是 x 的基线.
- UnderscriptBox[x, y] 通常以比 x 更小的字体输出 y.
- 选项设置为 LimitsPositioning->True 时,当整个 UnderscriptBox 显示较大时,
被置于底标位置,当它显示较小时,则置于下标位置. - 在 StandardForm 中,显式 UnderscriptBox 对象逐字输出. 可以使用 DisplayForm 查看这种对象的显示形式.
范例范例打开所有单元关闭所有单元
基本范例 (3)基本范例 (3)
| In[1]:= |
Out[1]//DisplayForm= | |
UnderscriptBox 形式通常被解释为一个 Underscript 表达式:
| In[1]:= |
| Out[1]= |
| In[2]:= |
Out[2]//FullForm= | |
Underscript 的标准格式使用 UnderscriptBox:
| 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 »
