NonlinearRegress functionality is now available using the built-in function NonlinearModelFit.
FiniteAbelianGroupCount[n] gives the number of finite Abelian groups of order n.
Inverse
(Built-in Mathematica Symbol) Inverse[m] gives the inverse of a square matrix m.
PrivatePaths -> {opt_1 -> val_1, opt_2 -> val_2, ...} is a global option that specifies settings for paths private to the notebook front end.
LegendShadow is an option for Legend which specifies the shadowing drawn around the legend.
BenfordDistribution[b] represents a Benford distribution with base parameter b.
BooleanGraph[bfunc, g_1, ..., g_n] gives the Boolean graph defined by the Boolean function bfunc on the graphs g_1, ..., g_n.
Select
(Built-in Mathematica Symbol) Select[list, crit] picks out all elements e_i of list for which crit[e_i] is True. Select[list, crit, n] picks out the first n elements for which crit[e_i] is True.
GenomeData["gene"] gives the DNA sequence for the specified gene on the reference human genome.GenomeData["gene", " property"] gives the value of the specified property for ...
ProteinData["prot"] gives the reference amino acid sequence for the protein prot.ProteinData["prot", " property"] gives the value of the specified property for the protein ...