|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ToBoxes
ToBoxes[expr]
generates boxes corresponding to the printed form of expr in StandardForm.
ToBoxes[expr, form]
gives the boxes corresponding to output in the specified form.
ExamplesExamplesopen allclose all
Basic Examples (3)Basic Examples (3)
Box representation of a polynomial:
| In[1]:= |
| Out[1]= |
| In[2]:= |
Out[2]//DisplayForm= | |
Box representation of a graphic:
| In[1]:= |
| Out[1]= |
A special function in StandardForm and TraditionalForm:
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
New in 3
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »

