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 ...
MomentGeneratingFunction[dist, t] gives the moment generating function for the symbolic distribution dist as a function of the variable t. MomentGeneratingFunction[dist, ...
PermutationGroup[{perm_1, ..., perm_n}] represents the group generated by multiplication of the permutations perm_1, ..., perm_n.
PropertyValue[{obj, item}, name] gives the property value associated with name for item in obj.
To begin, consider an initial value problem for a linear first-order ODE. This is a linear first-order ODE. Notice that the general solution is a linear function of the ...
ColorData["scheme"] gives a function that generates colors in the named color scheme when applied to parameter values. ColorData["scheme", " property"] gives the specified ...
ListSurfacePlot3D[{{x_1, y_1, z_1}, {x_2, y_2, z_2}, ...}] plots a three-dimensional surface constructed to fit the specified points.
In Mathematica, dialog boxes are customized notebooks used to provide users with information and/or request user input. There are two properties associated with dialogs. ...
The fundamental paradigm of most computer languages, including Mathematica, is that input is given and processed into output. Historically, such input has consisted of ...
Formatting lists as tables and matrices. Here is a list. Grid gives the list typeset in a tabular format.