Solutions
The Plot function might appear a bit problematic sometimes. It is due to the fact that it evaluates its arguments in a non-standard way. If everything should be OK, but Plot still complains, try using the function Evaluate. This might happen when you try to plot a table of some sort.
In[1]:=
Out[2]=
The criterion for the Select function is conveniently presented in the form of a pure function. The #-symbol stands for the argument of the pure function, and the &-sign barely tells Mathematica that we're dealing with a pure function. The selection of all sixes from a random table is of course something bloody stupid.
In[3]:=
Out[3]=
Out[4]=
Out[5]=
See the help file for Cases for more information.
In[6]:=
Out[6]=
Out[7]=
Out[8]=
| Created by Mathematica (April 10, 2007) |