InitializationGroup is an option for the first cell of a cell group that specifies whether the group should be tagged to be evaluated by the Mathematica kernel when the ...
MessagePacket[symbol, string] is a MathLink packet containing a Mathematica message identifier of the form symbol::string.
ReturnExpressionPacket[expr] is a MathLink packet that contains the expression expr, the result of an EnterExpressionPacket evaluation.
ReturnTextPacket[string] is a MathLink packet containing string, the result of an EnterTextPacket evaluation.
SyntaxPacket[integer] is a MathLink packet where integer indicates the position at which a syntax error was detected in the input line.
A partial differential equation (PDE) is a relationship between an unknown function u(x_1,x_2,…,x_n) and its derivatives with respect to the variables x_1,x_2,…,x_n. Here is ...
You can import spreadsheets created in a variety of formats to take advantage of Mathematica 's rich data manipulation and visualization capabilities.
NotebookWrite[notebook, data] writes data into a notebook at the current selection, setting the current selection to be just after the data written. NotebookWrite[notebook, ...
SplitBy
(Built-in Mathematica Symbol) SplitBy[list, f] splits list into sublists consisting of runs of successive elements that give the same value when f is applied.SplitBy[list, {f_1, f_2, ...}] recursively ...
Path
(Combinatorica Package Symbol) Path[n] constructs a tree consisting only of a path on n vertices.