The first part of this User Guide describes using J/Link to allow you to call from Mathematica into Java, thereby extending the Mathematica environment to include the ...
This package implements Hamilton's quaternion algebra. Quaternions have the form a+bi+cj+dk where a, b, c, and d are real numbers. The symbols i, j, and k are multiplied ...
FinancialBond[params, ambientparams] gives the value of a financial bond instrument.FinancialBond[params, ambientparams, prop] computes the specified property prop.
WordData["word", " property"] gives the specified property for the English word " word".WordData["word"] gives a list of full word specifications representing possible uses ...
The complete collection of Greek letters in Mathematica. You can use Greek letters as the names of symbols. The only Greek letter with a built-in meaning in StandardForm is ...
ToCCodeString[symbolicC] generates a string of C code from a symbolic C expression.
FirstIntegrals[f, x[t], t] returns a list of first integrals corresponding to the coordinate x[t] and independent variable t of the integrand f.FirstIntegrals[f, {x[t], y[t], ...
EdgeQ
(Built-in Mathematica Symbol) EdgeQ[g, e] yields True if e is an edge in the graph g and False otherwise.
Flatten
(Built-in Mathematica Symbol) Flatten[list] flattens out nested lists. Flatten[list, n] flattens to level n. Flatten[list, n, h] flattens subexpressions with head h. Flatten[list, {{s_11, s_12, ...}, ...
Grid
(Built-in Mathematica Symbol) Grid[{{expr_11, expr_12, ...}, {expr_21, expr_22, ...}, ...}] is an object that formats with the expr_ij arranged in a two-dimensional grid.