|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
FormBox
FormBox[boxes, form]
is a low-level box construct which displays as boxes but specifies that rules associated with form should be used to interpret boxes on input.
ExamplesExamplesopen allclose all
Basic Examples (4)Basic Examples (4)
Create a cell with TraditionalForm style settings applied:
| In[1]:= |
| Out[1]= |
Create a cell with StandardForm style settings applied:
| In[1]:= |
| Out[1]= |
FormBox affects interpretation of its contents:
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
TraditionalForm formatting uses FormBox:
| In[1]:= |
Out[1]//FullForm= | |
The formatted result looks like this:
| In[2]:= |
Out[2]//TraditionalForm= | |
New in 3
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
