Why can't I type Symbolize commands?
 In order to use subscripted variables in Mathematica, you must use the Notation` package. A will open up. In[1]:= |  |
Create a subscripted variable, select it, click on the Symbolize button and then evaluate the cell with the variable. In[2]:= |  |
In[3]:= |  |
Out[3]//FullForm= |
 |
You have to use the palette, as typing in Symbolize returns an error. In[4]:= |  |

Out[4]= |
 |
In[5]:= |  |
Out[5]//FullForm= |
 |
This is because the palette does more than just type Symbolize for you. In[6]:= |  |
Out[6]//FullForm= |
 |
Using the palette makes Symbolize'ing many variables incredibly tedious. Instead, you can use the following function definition for DynamicSymbolize which can be typed into a notebook. In[7]:= |  |
In[8]:= |  |
In[9]:= |  |
Out[9]//FullForm= |
 |
Download this FAQ as a Mathematica 6.0 Notebook
Questions or comments? Send email to support@wolfram.com.
|