TTest
(Built-in Mathematica Symbol) TTest[data] tests whether the mean of data is zero. TTest[{data_1, data_2}] tests whether the means of data_1 and data_2 are equal.TTest[dspec, \[Mu]_0] tests the mean ...
TuranGraph[n, k] gives the k-partite Turán graph with n vertices T n, k.
VectorPlot[{v_x, v_y}, {x, x_min, x_max}, {y, y_min, y_max}] generates a vector plot of the vector field {v_x, v_y} as a function of x and y. VectorPlot[{{v_x, v_y}, {w_x, ...
WheelGraph[n] gives the wheel graph with n vertices W_n.
EquationTrekker[eqn, x, {t, t_min, t_max}] opens a graphical interface for specifying initial conditions and plotting the resulting numerical solution to the first or second ...
Mathematica provides great flexibility for displaying and styling headings in a table. You can use Prepend or ArrayFlatten to add headings to rows and columns and then use ...
PDB
(Mathematica Import/Export Format) MIME type: chemical/x-pdb Protein Data Bank PDB files. 3D molecular model file. Used in bioinformatics applications and on the web for storing and exchanging molecule models. ...
Blend
(Built-in Mathematica Symbol) Blend[{col_1, col_2}, x] gives a color obtained by blending a fraction 1 - x of color col_1 and x of color col_2.Blend[{col_1, col_2, col_3, ...}, x] linearly interpolates ...
D
(Built-in Mathematica Symbol) D[f, x] gives the partial derivative \[PartialD]f/\[PartialD]x. D[f, {x, n}] gives the multiple derivative \[PartialD]^n f/\[PartialD]x^n. D[f, x, y, ...] differentiates f ...
Labeled
(Built-in Mathematica Symbol) Labeled[expr, lbl] displays expr labeled with lbl. Labeled[expr, lbl, pos] places lbl at a position specified by pos. Labeled[expr, {lbl_1, lbl_2, ...}, {pos_1, ...}] places ...