Word
(Built-in Mathematica Symbol) Word represents a word in Read, Find, and related functions.
$Context is a global variable that gives the current context.
$Echo
(Built-in Mathematica Symbol) $Echo gives a list of files and pipes to which all input is echoed.
$InitialDirectory gives the initial directory when the current Mathematica session was started.
$Packages gives a list of the contexts corresponding to all packages which have been loaded in your current Mathematica session.
Mathematica allows you to export graphics and sounds in a wide variety of formats. If you use the notebook front end for Mathematica, then you can typically just copy and ...
"Defining Functions" discusses how you can define functions in Mathematica. In a typical case, you would type in f[x_]=x^2 to define a function f. (Actually, the definitions ...
Converting between symbols and their names. Here is the symbol x. Its name is a string.
Mathematical functions in Mathematica are given names according to definite rules. As with most Mathematica functions, the names are usually complete English words, fully ...
Many aspects of the Mathematica front end such as the styles of cells, the appearance of notebooks, or the parameters used in typesetting are controlled by options. For ...