In any interactive session, Mathematica effectively operates in a loop. It waits for your input, processes the input, prints the result, then goes back to waiting for input ...
Most modern computer systems provide ways to collect code into libraries. These libraries are said to be dynamic if they can be loaded into an application at runtime rather ...
AdjacencyGraph[amat] gives the graph with adjacency matrix amat.AdjacencyGraph[{v_1, v_2, ...}, amat] gives the graph with vertices v_i and adjacency matrix amat.
"Calling .NET from Mathematica" describes using .NET/Link to allow you to call from Mathematica into .NET, thereby extending the Mathematica environment to include the ...
Text
(Mathematica Import/Export Format) Plain text file. Universal format for storage and exchange of textual information. Represents text as a sequence of characters and line separators. Stores characters as ...
CirculantGraph[n, j] gives the circulant graph with n vertices and jump j C_n (j).CirculantGraph[n, {j_1, j_2, ...}] gives the circulant graph with n vertices and jumps j_1, ...
InputForm[expr] prints as a version of expr suitable for input to Mathematica.
LQEstimatorGains[ss, {w, v}] gives the optimal estimator gain matrix for the StateSpaceModel object ss with process and measurement noise covariance matrices w and ...
StringCases["string", patt] gives a list of the substrings in " string" that match the string expression patt. StringCases["string", lhs -> rhs] gives a list of the values of ...
BellY
(Built-in Mathematica Symbol) BellY[n, k, {x_1, ..., x n - k + 1}] gives the partial Bell polynomial Y n, k (x_1, ..., x n - k + 1). BellY[n, k, m] gives the generalized partial Bell polynomial of a ...