Names
Usage
Notes
Further Examples
Here is a list of the names of all those built in Mathematica functions that start with the letter N.
In[1]:=
|
Out[1]=
|
This loads the package Graphics`Arrow`.
In[2]:=
|
Here is a listing of all those functions defined in the package Graphics`Arrow`.
In[3]:=
|
Out[3]=
|
This defines searchUsageMessages which returns a list of all functions that contain word in their usage messages. Giving searchUsageMessages a list of contexts as its second argument, searchUsageMessages will search the usage messages of all functions in those contexts.
In[4]:=
|
In[5]:=
|
This gives the list of functions in the System` context that have the word divisor in their usage messages.
In[6]:=
|
Out[6]=
|
Evaluating the next two cells gives the list of functions in the DiscreteMath`Combinatorica` context that have the word search in their usage messages.
In[7]:=
|
In[8]:=
|
Out[8]=
|
|