Sometimes I only remember parts of a function name and I want find that function name quickly, and if I search in the document center, it will give too much informations related to that and difficult to find what I'm looking for. So is there a way to print out all the MMA functions in alphabetical order in a notebook, so that I can search only in the function names? Thanks.
Tell me more
×
Mathematica Stack Exchange is a question and answer site for
users of Mathematica. It's 100% free, no registration required.
|
There is If you want to tweak it yourself, you can start with
However, the practical approach is, as suggested, to use |
|||||
|

Names["*KnownPart*"]adding the appropriate contexts as needed. – rcollyer Feb 23 at 17:38