MangoldtLambda[n] gives the von Mangoldt function \[CapitalLambda](n).
PrimeNu
(Built-in Mathematica Symbol) PrimeNu[n] gives the number of distinct primes \[Nu](n) in n.
PrimeOmega[n] gives the number of prime factors counting multiplicities \[CapitalOmega](n) in n.
CUDATotal[vec] gives the total of the absolute value of a vector vec.
MapIndexed[f, expr] applies f to the elements of expr, giving the part specification of each element as a second argument to f. MapIndexed[f, expr, levelspec] applies f to ...
Scan
(Built-in Mathematica Symbol) Scan[f, expr] evaluates f applied to each element of expr in turn. Scan[f, expr, levelspec] applies f to parts of expr specified by levelspec.
DistanceMatrix[list] gives a matrix of distances or dissimilarities between the elements of list.
Ways to get pieces of matrices. Matrices in Mathematica are represented as lists of lists. You can use all the standard Mathematica list-manipulation operations on matrices. ...
Mathematica provides several convenient ways to find information about functions. In addition to searching the documentation or navigating the guide pages, you can access ...
TSV
(Mathematica Import/Export Format) MIME type: text/tab-separated-values TSV tabular data format. Stores records of numerical and textual information as lines, using tab characters to separate fields. TSV is an ...