Message
(Built-in Mathematica Symbol) Message[symbol::tag] prints the message symbol::tag unless it has been switched off. Message[symbol::tag, e_1, e_2, ...] prints a message, inserting the values of the e_i as ...
NotebookEventActions is a notebook option that gives a list of actions to perform when specified events occur in connection with the notebook.
RandomPrime[{i_min, i_max}] gives a pseudorandom prime number in the range i_min to i_max.RandomPrime[i_max] gives a pseudorandom prime number in the range 2 to ...
StringDrop["string", n] gives " string" with its first n characters dropped. StringDrop["string", -n] gives " string" with its last n characters dropped. StringDrop["string", ...
Functions for constructing matrices. This generates a 2×2 matrix whose i,j^th entry is a[i,j]. Here is another way to produce the same matrix.
There are a number of functions built into Mathematica which, like Plot, have various options you can set. Mathematica provides some general mechanisms for handling such ...
CUDAMemory[args] is a handle to memory loaded using CUDAMemoryLoad or CUDAMemoryAllocate.
ReleaseCOMObject[obj] releases COM resources held by the specified .NET object.
f' represents the derivative of a function f of one argument. Derivative[n_1, n_2, ...][f] is the general form, representing a function obtained from f by differentiating n_1 ...