Lists are at the core of Mathematica 's symbolic language. These "How tos" give step-by-step instructions for common tasks related to creating and manipulating lists.
GenomeLookup["seq"] returns the positions of exact matches for the DNA sequence seq on the reference human genome.GenomeLookup["seq", n] returns at most n matches.
Glaisher is Glaisher's constant with numerical value \[TildeEqual] 1.28243.
Names
(Built-in Mathematica Symbol) Names["string"] gives a list of the names of symbols which match the string. Names[patt] gives a list of names matching the arbitrary string pattern patt.
$MessageGroups is the list of rules that gives named message groups used in functions like On and Quiet.
Mathematica has three functions for generating pseudorandom numbers that are distributed uniformly over a range of values. Pseudorandom number generation. Generating tables ...
StackInhibit[expr] evaluates expr without modifying the evaluation stack.
$Echo
(Built-in Mathematica Symbol) $Echo gives a list of files and pipes to which all input is echoed.
Mathematica lets you insert function templates that contain placeholders for the arguments of a function. You can do this directly from the keyboard or with several of ...