"s_1" <> "s_2" <> ..., StringJoin["s_1", "s_2", ...], or StringJoin[{"s_1", "s_2", ...}] yields a string consisting of a concatenation of the s_i.
Translate[g, {x, y, ...}] represents graphics primitives g translated by the vector {x, y, ...}. Translate[g, {{x_1, y_1, ...}, {x_2, y_2, ...}, ...}] represents multiple ...
UndirectedGraphQ[g] yields True if the graph g is an undirected graph and False otherwise.
UpperTriangularize[m] gives a matrix in which all but the upper triangular elements of m are replaced with zeros. UpperTriangularize[m, k] replaces with zeros only the ...
$MinPrecision gives the minimum number of digits of precision to be allowed in arbitrary-precision numbers.
Mathematica notebooks provide the basic technology that you need to be able to create a very wide range of sophisticated interactive documents. But to get the best out of ...
Front end tokens let you perform kernel commands that would normally be done using the menus. Front end tokens are particularly convenient for writing programs to manipulate ...
CUDAMemoryCopyToDevice[mem] force copies CUDAMemory from the CPU to the GPU.
CUDAMemoryGet[mem] gets CUDAMemory into the CPU and Mathematica.
CloseSQLConnection[conn] disconnects the current connection associated with a data source.